1 |
/* config.h.in. Generated automatically from configure.in by autoheader. */ |
2 |
#ifndef _EGG_CONFIG_H |
3 |
#define _EGG_CONFIG_H |
4 |
|
5 |
/* Define if on AIX 3. |
6 |
System headers sometimes define this. |
7 |
We just want to avoid a redefinition error message. */ |
8 |
#ifndef _ALL_SOURCE |
9 |
#undef _ALL_SOURCE |
10 |
#endif |
11 |
|
12 |
/* Define to empty if the keyword does not work. */ |
13 |
#undef const |
14 |
|
15 |
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ |
16 |
#undef HAVE_SYS_WAIT_H |
17 |
|
18 |
/* Define as __inline if that's what the C compiler calls it. */ |
19 |
#undef inline |
20 |
|
21 |
/* Define if on MINIX. */ |
22 |
#undef _MINIX |
23 |
|
24 |
/* Define to `int' if <sys/types.h> doesn't define. */ |
25 |
#undef pid_t |
26 |
|
27 |
/* Define if the system does not provide POSIX.1 features except |
28 |
with this defined. */ |
29 |
#undef _POSIX_1_SOURCE |
30 |
|
31 |
/* Define if you need to in order for stat and other things to work. */ |
32 |
#undef _POSIX_SOURCE |
33 |
|
34 |
/* Define to `unsigned' if <sys/types.h> doesn't define. */ |
35 |
#undef size_t |
36 |
|
37 |
/* Define if you have the ANSI C header files. */ |
38 |
#undef STDC_HEADERS |
39 |
|
40 |
/* Define if you can safely include both <sys/time.h> and <time.h>. */ |
41 |
#undef TIME_WITH_SYS_TIME |
42 |
|
43 |
/* Define if your processor stores words with the most significant |
44 |
byte first (like Motorola and SPARC, unlike Intel and VAX). */ |
45 |
#undef WORDS_BIGENDIAN |
46 |
|
47 |
/* Define if modules will work on your system */ |
48 |
#undef MODULES_OK |
49 |
|
50 |
/* Define if running on hpux that supports dynamic linking */ |
51 |
#undef HPUX_HACKS |
52 |
|
53 |
/* Define if running on hpux 10.x */ |
54 |
#undef HPUX10_HACKS |
55 |
|
56 |
/* Define if running on OSF/1 platform. */ |
57 |
#undef OSF1_HACKS |
58 |
|
59 |
/* Define if running on OSF/1 platform. */ |
60 |
#undef STOP_UAC |
61 |
|
62 |
/* Define if running on sunos 4.0 *sigh* */ |
63 |
#undef DLOPEN_1 |
64 |
|
65 |
/* Define if running on NeXT Step */ |
66 |
#undef BORGCUBES |
67 |
|
68 |
/* Define this if an unsigned int is 32 bits */ |
69 |
#undef UNSIGNED_INT32 |
70 |
|
71 |
/* Define this if an unsigned long is 32 bits */ |
72 |
#undef UNSIGNED_LONG32 |
73 |
|
74 |
/* Define if running under cygwin */ |
75 |
#undef CYGWIN_HACKS |
76 |
|
77 |
/* Define if you have a version of libsafe with a broken sscanf */ |
78 |
#undef LIBSAFE_HACKS |
79 |
|
80 |
/* Define if we need dlopen (for module support) */ |
81 |
#undef HAVE_DLOPEN |
82 |
|
83 |
/* Define for pre Tcl 7.5 compat */ |
84 |
#undef HAVE_PRE7_5_TCL |
85 |
|
86 |
/* Define for Tcl that has Tcl_Free() (7.5p1 and later) */ |
87 |
#undef HAVE_TCL_FREE |
88 |
|
89 |
/* Define for Tcl that has threads */ |
90 |
#undef HAVE_TCL_THREADS |
91 |
|
92 |
/* Defines the current eggdrop version */ |
93 |
#undef EGG_VERSION |
94 |
|
95 |
/* Defines extension of eggdrop modules */ |
96 |
#undef EGG_MOD_EXT |
97 |
|
98 |
/* The number of bytes in a unsigned int. */ |
99 |
#undef SIZEOF_UNSIGNED_INT |
100 |
|
101 |
/* The number of bytes in a unsigned long. */ |
102 |
#undef SIZEOF_UNSIGNED_LONG |
103 |
|
104 |
/* Define if you have the clock function. */ |
105 |
#undef HAVE_CLOCK |
106 |
|
107 |
/* Define if you have the dlopen function. */ |
108 |
#undef HAVE_DLOPEN |
109 |
|
110 |
/* Define if you have the dprintf function. */ |
111 |
#undef HAVE_DPRINTF |
112 |
|
113 |
/* Define if you have the getdtablesize function. */ |
114 |
#undef HAVE_GETDTABLESIZE |
115 |
|
116 |
/* Define if you have the getrusage function. */ |
117 |
#undef HAVE_GETRUSAGE |
118 |
|
119 |
/* Define if you have the inet_aton function. */ |
120 |
#undef HAVE_INET_ATON |
121 |
|
122 |
/* Define if you have the isascii function. */ |
123 |
#undef HAVE_ISASCII |
124 |
|
125 |
/* Define if you have the memcpy function. */ |
126 |
#undef HAVE_MEMCPY |
127 |
|
128 |
/* Define if you have the memset function. */ |
129 |
#undef HAVE_MEMSET |
130 |
|
131 |
/* Define if you have the random function. */ |
132 |
#undef HAVE_RANDOM |
133 |
|
134 |
/* Define if you have the rename function. */ |
135 |
#undef HAVE_RENAME |
136 |
|
137 |
/* Define if you have the setpgid function. */ |
138 |
#undef HAVE_SETPGID |
139 |
|
140 |
/* Define if you have the sigaction function. */ |
141 |
#undef HAVE_SIGACTION |
142 |
|
143 |
/* Define if you have the sigemptyset function. */ |
144 |
#undef HAVE_SIGEMPTYSET |
145 |
|
146 |
/* Define if you have the snprintf function. */ |
147 |
#undef HAVE_SNPRINTF |
148 |
|
149 |
/* Define if you have the srandom function. */ |
150 |
#undef HAVE_SRANDOM |
151 |
|
152 |
/* Define if you have the strcasecmp function. */ |
153 |
#undef HAVE_STRCASECMP |
154 |
|
155 |
/* Define if you have the strftime function. */ |
156 |
#undef HAVE_STRFTIME |
157 |
|
158 |
/* Define if you have the strncasecmp function. */ |
159 |
#undef HAVE_STRNCASECMP |
160 |
|
161 |
/* Define if you have the uname function. */ |
162 |
#undef HAVE_UNAME |
163 |
|
164 |
/* Define if you have the vsnprintf function. */ |
165 |
#undef HAVE_VSNPRINTF |
166 |
|
167 |
/* Define if you have the vsprintf function. */ |
168 |
#undef HAVE_VSPRINTF |
169 |
|
170 |
/* Define if you have the <dirent.h> header file. */ |
171 |
#undef HAVE_DIRENT_H |
172 |
|
173 |
/* Define if you have the <dlfcn.h> header file. */ |
174 |
#undef HAVE_DLFCN_H |
175 |
|
176 |
/* Define if you have the <limits.h> header file. */ |
177 |
#undef HAVE_LIMITS_H |
178 |
|
179 |
/* Define if you have the <ndir.h> header file. */ |
180 |
#undef HAVE_NDIR_H |
181 |
|
182 |
/* Define if you have the <stdarg.h> header file. */ |
183 |
#undef HAVE_STDARG_H |
184 |
|
185 |
/* Define if you have the <strings.h> header file. */ |
186 |
#undef HAVE_STRINGS_H |
187 |
|
188 |
/* Define if you have the <sys/dir.h> header file. */ |
189 |
#undef HAVE_SYS_DIR_H |
190 |
|
191 |
/* Define if you have the <sys/ndir.h> header file. */ |
192 |
#undef HAVE_SYS_NDIR_H |
193 |
|
194 |
/* Define if you have the <sys/rusage.h> header file. */ |
195 |
#undef HAVE_SYS_RUSAGE_H |
196 |
|
197 |
/* Define if you have the <sys/select.h> header file. */ |
198 |
#undef HAVE_SYS_SELECT_H |
199 |
|
200 |
/* Define if you have the <sys/time.h> header file. */ |
201 |
#undef HAVE_SYS_TIME_H |
202 |
|
203 |
/* Define if you have the <unistd.h> header file. */ |
204 |
#undef HAVE_UNISTD_H |
205 |
|
206 |
/* Define if you have the dl library (-ldl). */ |
207 |
#undef HAVE_LIBDL |
208 |
|
209 |
/* Define if you have the dld library (-ldld). */ |
210 |
#undef HAVE_LIBDLD |
211 |
|
212 |
/* Define if you have the dns library (-ldns). */ |
213 |
#undef HAVE_LIBDNS |
214 |
|
215 |
/* Define if you have the nsl library (-lnsl). */ |
216 |
#undef HAVE_LIBNSL |
217 |
|
218 |
/* Define if you have the socket library (-lsocket). */ |
219 |
#undef HAVE_LIBSOCKET |
220 |
|
221 |
/* Define if you have fsync */ |
222 |
#undef HAVE_FSYNC |
223 |
|
224 |
#endif /* !_EGG_CONFIG_H */ |