1 |
/* |
2 |
* acconfig.h |
3 |
* template file autoheader uses when building config.h.in |
4 |
* |
5 |
* $Id: acconfig.h,v 1.4 1999/12/15 02:32:56 guppy Exp $ |
6 |
*/ |
7 |
|
8 |
/* Define if modules will work on your system */ |
9 |
#undef MODULES_OK |
10 |
|
11 |
/* Define if running on hpux that supports dynamic linking */ |
12 |
#undef HPUX_HACKS |
13 |
|
14 |
/* Define if running on hpux 10.x */ |
15 |
#undef HPUX10_HACKS |
16 |
|
17 |
/* Define if running on OSF/1 platform. */ |
18 |
#undef OSF1_HACKS |
19 |
|
20 |
/* Define if running on OSF/1 platform. */ |
21 |
#undef STOP_UAC |
22 |
|
23 |
/* Define if running on sunos 4.0 *sigh* */ |
24 |
#undef DLOPEN_1 |
25 |
|
26 |
/* Define if running on NeXT Step */ |
27 |
#undef BORGCUBES |
28 |
|
29 |
/* Define if running under cygwin */ |
30 |
#undef CYGWIN_HACKS |
31 |
|
32 |
/* Define if we need dlopen (for module support) */ |
33 |
#undef HAVE_DLOPEN |
34 |
|
35 |
/* Define for pre Tcl 7.5 compat */ |
36 |
#undef HAVE_PRE7_5_TCL |
37 |
|
38 |
/* Define for Tcl that has Tcl_Free() (7.5p1 and later) */ |
39 |
#undef HAVE_TCL_FREE |
40 |
|
41 |
/* Define for Tcl that has threads */ |
42 |
#undef HAVE_TCL_THREADS |
43 |
|
44 |
/* Defines the current eggdrop version */ |
45 |
#undef EGG_VERSION |