1 |
#ifndef _EGG_CONFIG_H |
2 |
#define _EGG_CONFIG_H |
3 |
@TOP@ |
4 |
/* |
5 |
* acconfig.h |
6 |
* template file autoheader uses when building config.h.in |
7 |
* |
8 |
* $Id: acconfig.h,v 1.3 2001/01/25 10:15:37 tothwolf Exp $ |
9 |
*/ |
10 |
|
11 |
/* Define if modules will work on your system */ |
12 |
#undef MODULES_OK |
13 |
|
14 |
/* Define if running on hpux that supports dynamic linking */ |
15 |
#undef HPUX_HACKS |
16 |
|
17 |
/* Define if running on hpux 10.x */ |
18 |
#undef HPUX10_HACKS |
19 |
|
20 |
/* Define if running on OSF/1 platform. */ |
21 |
#undef OSF1_HACKS |
22 |
|
23 |
/* Define if running on OSF/1 platform. */ |
24 |
#undef STOP_UAC |
25 |
|
26 |
/* Define if running on sunos 4.0 *sigh* */ |
27 |
#undef DLOPEN_1 |
28 |
|
29 |
/* Define if running on NeXT Step */ |
30 |
#undef BORGCUBES |
31 |
|
32 |
/* Define this if an unsigned int is 32 bits */ |
33 |
#undef UNSIGNED_INT32 |
34 |
|
35 |
/* Define this if an unsigned long is 32 bits */ |
36 |
#undef UNSIGNED_LONG32 |
37 |
|
38 |
/* Define if running under cygwin */ |
39 |
#undef CYGWIN_HACKS |
40 |
|
41 |
/* Define if you have a version of libsafe with a broken sscanf */ |
42 |
#undef LIBSAFE_HACKS |
43 |
|
44 |
/* Define if we need dlopen (for module support) */ |
45 |
#undef HAVE_DLOPEN |
46 |
|
47 |
/* Define for pre Tcl 7.5 compat */ |
48 |
#undef HAVE_PRE7_5_TCL |
49 |
|
50 |
/* Define for Tcl that has Tcl_Free() (7.5p1 and later) */ |
51 |
#undef HAVE_TCL_FREE |
52 |
|
53 |
/* Define for Tcl that has threads */ |
54 |
#undef HAVE_TCL_THREADS |
55 |
|
56 |
/* Defines the current eggdrop version */ |
57 |
#undef EGG_VERSION |
58 |
|
59 |
/* Defines extension of eggdrop modules */ |
60 |
#undef EGG_MOD_EXT |
61 |
|
62 |
@BOTTOM@ |
63 |
|
64 |
#endif /* !_EGG_CONFIG_H */ |