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.19 2003/11/01 23:26:56 wcc Exp $ |
9 |
*/ |
10 |
|
11 |
/* Define if stripping is enabled. */ |
12 |
#undef ENABLE_STRIP |
13 |
|
14 |
/* Define if modules will work on your system. */ |
15 |
#undef MODULES_OK |
16 |
|
17 |
/* Define if running on HPUX that supports dynamic linking. */ |
18 |
#undef HPUX_HACKS |
19 |
|
20 |
/* Define if running on HPUX 10.x. */ |
21 |
#undef HPUX10_HACKS |
22 |
|
23 |
/* Define if running on OSF/1 platform. */ |
24 |
#undef OSF1_HACKS |
25 |
|
26 |
/* Define to use Eggdrop's snprintf functions without regard to HAVE_SNPRINTF. */ |
27 |
#undef BROKEN_SNPRINTF |
28 |
|
29 |
/* Define if running on OSF/1 platform. */ |
30 |
#undef STOP_UAC |
31 |
|
32 |
/* Define if running on SunOS 4.0. */ |
33 |
#undef DLOPEN_1 |
34 |
|
35 |
/* Define if running on NeXT Step. */ |
36 |
#undef BORGCUBES |
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 Tcl that has Tcl_Free() (7.5p1 and later). */ |
48 |
#undef HAVE_TCL_FREE |
49 |
|
50 |
/* Define for Tcl that has threads. */ |
51 |
#undef HAVE_TCL_THREADS |
52 |
|
53 |
/* Defines the current Eggdrop version. */ |
54 |
#undef EGG_VERSION |
55 |
|
56 |
/* Defines extension of Eggdrop modules. */ |
57 |
#undef EGG_MOD_EXT |
58 |
|
59 |
@BOTTOM@ |
60 |
|
61 |
#endif /* !_EGG_CONFIG_H */ |