ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/config.h.in
Revision: 978
Committed: Sun Aug 9 09:47:58 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/config.h.in
File size: 10408 byte(s)
Log Message:
- avoid using native basename() since some implementations may or may not modify passed data

File Contents

# User Rev Content
1 michael 915 /* config.h.in. Generated from configure.ac by autoheader. */
2 michael 912
3 michael 942 /* Define if building universal (internal helper macro) */
4     #undef AC_APPLE_UNIVERSAL_BUILD
5    
6 michael 912 /* Size of the ban heap. */
7     #undef BAN_HEAP_SIZE
8    
9     /* Size of the channel heap. */
10     #undef CHANNEL_HEAP_SIZE
11    
12     /* Size of the client heap. */
13     #undef CLIENT_HEAP_SIZE
14    
15     /* Set to datadir. */
16     #undef DATADIR
17    
18     /* Size of the dbuf heap. */
19     #undef DBUF_HEAP_SIZE
20    
21     /* Define to 1 to enable debugging. */
22     #undef DEBUG
23    
24     /* Size of the dlink_node heap. */
25     #undef DNODE_HEAP_SIZE
26    
27     /* Define to 1 if this server will be an EFnet server. */
28     #undef EFNET
29    
30     /* Define to 1 if you want halfops support. */
31     #undef HALFOPS
32    
33 michael 945 /* Define to 1 if you have the `argz_add' function. */
34     #undef HAVE_ARGZ_ADD
35    
36     /* Define to 1 if you have the `argz_append' function. */
37     #undef HAVE_ARGZ_APPEND
38    
39     /* Define to 1 if you have the `argz_count' function. */
40     #undef HAVE_ARGZ_COUNT
41    
42     /* Define to 1 if you have the `argz_create_sep' function. */
43     #undef HAVE_ARGZ_CREATE_SEP
44    
45     /* Define to 1 if you have the <argz.h> header file. */
46     #undef HAVE_ARGZ_H
47    
48     /* Define to 1 if you have the `argz_insert' function. */
49     #undef HAVE_ARGZ_INSERT
50    
51     /* Define to 1 if you have the `argz_next' function. */
52     #undef HAVE_ARGZ_NEXT
53    
54     /* Define to 1 if you have the `argz_stringify' function. */
55     #undef HAVE_ARGZ_STRINGIFY
56    
57     /* Define to 1 if you have the `closedir' function. */
58     #undef HAVE_CLOSEDIR
59    
60 michael 912 /* Define to 1 if you have the <crypt.h> header file. */
61     #undef HAVE_CRYPT_H
62    
63 michael 945 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
64     you don't. */
65     #undef HAVE_DECL_CYGWIN_CONV_PATH
66    
67 michael 912 /* Define to 1 if you have the <devpoll.h> header file. */
68     #undef HAVE_DEVPOLL_H
69    
70 michael 945 /* Define to 1 if you have the <dirent.h> header file. */
71     #undef HAVE_DIRENT_H
72    
73     /* Define if you have the GNU dld library. */
74     #undef HAVE_DLD
75    
76     /* Define to 1 if you have the <dld.h> header file. */
77     #undef HAVE_DLD_H
78    
79     /* Define to 1 if you have the `dlerror' function. */
80     #undef HAVE_DLERROR
81    
82 michael 912 /* Define to 1 if you have the <dlfcn.h> header file. */
83     #undef HAVE_DLFCN_H
84    
85 michael 945 /* Define to 1 if you have the <dl.h> header file. */
86     #undef HAVE_DL_H
87    
88     /* Define if you have the _dyld_func_lookup function. */
89     #undef HAVE_DYLD
90    
91 michael 912 /* Define to 1 if you have the <errno.h> header file. */
92     #undef HAVE_ERRNO_H
93    
94 michael 945 /* Define to 1 if the system has the type `error_t'. */
95     #undef HAVE_ERROR_T
96    
97 michael 912 /* Define to 1 if you have the `inet_aton' function. */
98     #undef HAVE_INET_ATON
99    
100     /* Define to 1 if you have the `inet_ntop' function. */
101     #undef HAVE_INET_NTOP
102    
103     /* Define to 1 if you have the `inet_pton' function. */
104     #undef HAVE_INET_PTON
105    
106     /* Define to 1 if you have the <inttypes.h> header file. */
107     #undef HAVE_INTTYPES_H
108    
109 michael 915 /* If we support ssl */
110 michael 912 #undef HAVE_LIBCRYPTO
111    
112 michael 945 /* Define if you have the libdl library or equivalent. */
113     #undef HAVE_LIBDL
114    
115     /* Define if libdlloader will be built on this platform */
116     #undef HAVE_LIBDLLOADER
117    
118 michael 912 /* Define to 1 if you have the <libgen.h> header file. */
119     #undef HAVE_LIBGEN_H
120    
121 michael 923 /* Define to 1 if zlib (-lz) is available. */
122     #undef HAVE_LIBZ
123    
124 michael 912 /* Define to 1 if you have the <link.h> header file. */
125     #undef HAVE_LINK_H
126    
127 michael 942 /* Define to 1 if you have the `lrand48' function. */
128     #undef HAVE_LRAND48
129    
130 michael 945 /* Define this if a modern libltdl is already installed */
131     #undef HAVE_LTDL
132    
133     /* Define to 1 if you have the <mach-o/dyld.h> header file. */
134     #undef HAVE_MACH_O_DYLD_H
135    
136 michael 912 /* Define to 1 if you have the <memory.h> header file. */
137     #undef HAVE_MEMORY_H
138    
139 michael 942 /* Define to 1 if you have the `mmap' function. */
140     #undef HAVE_MMAP
141    
142 michael 945 /* Define to 1 if you have the `opendir' function. */
143     #undef HAVE_OPENDIR
144    
145     /* Define if libtool can extract symbol lists from object files. */
146     #undef HAVE_PRELOADED_SYMBOLS
147    
148     /* Define to 1 if you have the `readdir' function. */
149     #undef HAVE_READDIR
150    
151     /* Define if you have the shl_load function. */
152     #undef HAVE_SHL_LOAD
153    
154 michael 912 /* Define to 1 if you have the `snprintf' function. */
155     #undef HAVE_SNPRINTF
156    
157 db 941 /* Define to 1 if you have the <socket.h> header file. */
158     #undef HAVE_SOCKET_H
159    
160 michael 942 /* Define to 1 if you have the `srand48' function. */
161     #undef HAVE_SRAND48
162    
163 michael 912 /* Define to 1 if you have the <stddef.h> header file. */
164     #undef HAVE_STDDEF_H
165    
166     /* Define to 1 if you have the <stdint.h> header file. */
167     #undef HAVE_STDINT_H
168    
169     /* Define to 1 if you have the <stdlib.h> header file. */
170     #undef HAVE_STDLIB_H
171    
172     /* Define to 1 if you have the <strings.h> header file. */
173     #undef HAVE_STRINGS_H
174    
175     /* Define to 1 if you have the <string.h> header file. */
176     #undef HAVE_STRING_H
177    
178 michael 942 /* Define to 1 if you have the `strlcat' function. */
179     #undef HAVE_STRLCAT
180    
181     /* Define to 1 if you have the `strlcpy' function. */
182     #undef HAVE_STRLCPY
183    
184     /* Define to 1 if you have the `strtok_r' function. */
185     #undef HAVE_STRTOK_R
186    
187 michael 912 /* Define to 1 if the system has the type `struct addrinfo'. */
188     #undef HAVE_STRUCT_ADDRINFO
189    
190     /* Define to 1 if the system has the type `struct sockaddr_in'. */
191     #undef HAVE_STRUCT_SOCKADDR_IN
192    
193     /* Define to 1 if the system has the type `struct sockaddr_in6'. */
194     #undef HAVE_STRUCT_SOCKADDR_IN6
195    
196 michael 967 /* Define to 1 if `struct sockaddr_in' is a member of `sin_len'. */
197 michael 912 #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
198    
199     /* Define to 1 if the system has the type `struct sockaddr_storage'. */
200     #undef HAVE_STRUCT_SOCKADDR_STORAGE
201    
202     /* Define to 1 if you have the <syslog.h> header file. */
203     #undef HAVE_SYSLOG_H
204    
205     /* Define to 1 if you have the <sys/devpoll.h> header file. */
206     #undef HAVE_SYS_DEVPOLL_H
207    
208 michael 945 /* Define to 1 if you have the <sys/dl.h> header file. */
209     #undef HAVE_SYS_DL_H
210    
211 michael 912 /* Define to 1 if you have the <sys/param.h> header file. */
212     #undef HAVE_SYS_PARAM_H
213    
214     /* Define to 1 if you have the <sys/resource.h> header file. */
215     #undef HAVE_SYS_RESOURCE_H
216    
217     /* Define to 1 if you have the <sys/stat.h> header file. */
218     #undef HAVE_SYS_STAT_H
219    
220     /* Define to 1 if you have the <sys/syslog.h> header file. */
221     #undef HAVE_SYS_SYSLOG_H
222    
223     /* Define to 1 if you have the <sys/types.h> header file. */
224     #undef HAVE_SYS_TYPES_H
225    
226     /* Define to 1 if you have the <sys/wait.h> header file. */
227     #undef HAVE_SYS_WAIT_H
228    
229 db 941 /* Define to 1 if you have the <types.h> header file. */
230     #undef HAVE_TYPES_H
231    
232 michael 912 /* Define to 1 if you have the <unistd.h> header file. */
233     #undef HAVE_UNISTD_H
234    
235 michael 942 /* Define to 1 if you have the `usleep' function. */
236     #undef HAVE_USLEEP
237    
238     /* Define to 1 if you have the `vsnprintf' function. */
239     #undef HAVE_VSNPRINTF
240    
241 michael 912 /* Define to 1 if you have the <wait.h> header file. */
242     #undef HAVE_WAIT_H
243    
244 michael 945 /* This value is set to 1 to indicate that the system argz facility works */
245     #undef HAVE_WORKING_ARGZ
246    
247 michael 912 /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
248     #undef INVARIANTS
249    
250     /* Define to 1 if you have IPv6 support. */
251     #undef IPV6
252    
253     /* Size of the local client heap. */
254     #undef LCLIENT_HEAP_SIZE
255    
256     /* Set to libdir. */
257     #undef LIBDIR
258    
259     /* Set to localstatedir. */
260     #undef LOCALSTATEDIR
261    
262     /* Set to syslog facility to use. */
263     #undef LOG_FACILITY
264    
265 michael 945 /* Define if the OS needs help to load dependent libraries for dlopen(). */
266     #undef LTDL_DLOPEN_DEPLIBS
267    
268     /* Define to the system default library search path. */
269     #undef LT_DLSEARCH_PATH
270    
271     /* The archive extension */
272     #undef LT_LIBEXT
273    
274     /* Define to the extension used for runtime loadable modules, say, ".so". */
275     #undef LT_MODULE_EXT
276    
277     /* Define to the name of the environment variable that determines the run-time
278     module search path. */
279     #undef LT_MODULE_PATH_VAR
280    
281     /* Define to the sub-directory in which libtool stores uninstalled libraries.
282     */
283     #undef LT_OBJDIR
284    
285 michael 912 /* Define to 1 to disable debugging. */
286     #undef NDEBUG
287    
288 michael 945 /* Define if dlsym() requires a leading underscore in symbol names. */
289     #undef NEED_USCORE
290    
291 michael 912 /* Length of nicknames. */
292     #undef NICKLEN
293    
294 michael 925 /* Size of the WHOWAS array. */
295 michael 912 #undef NICKNAMEHISTORYLENGTH
296    
297     /* Name of package */
298     #undef PACKAGE
299    
300     /* Define to the address where bug reports for this package should be sent. */
301     #undef PACKAGE_BUGREPORT
302    
303     /* Define to the full name of this package. */
304     #undef PACKAGE_NAME
305    
306     /* Define to the full name and version of this package. */
307     #undef PACKAGE_STRING
308    
309     /* Define to the one symbol short name of this package. */
310     #undef PACKAGE_TARNAME
311    
312 michael 967 /* Define to the home page for this package. */
313     #undef PACKAGE_URL
314    
315 michael 912 /* Define to the version of this package. */
316     #undef PACKAGE_VERSION
317    
318 michael 923 /* Path to /dev/null */
319     #undef PATH_DEVNULL
320    
321 michael 912 /* Set to prefix. */
322     #undef PREFIX
323    
324     /* The size of `int64_t', as computed by sizeof. */
325     #undef SIZEOF_INT64_T
326    
327     /* The size of `long long', as computed by sizeof. */
328     #undef SIZEOF_LONG_LONG
329    
330     /* Define to 1 if you have the ANSI C header files. */
331     #undef STDC_HEADERS
332    
333     /* Set to sysconfdir. */
334     #undef SYSCONFDIR
335    
336     /* Send oper log stuff to syslog. */
337     #undef SYSLOG_OPER
338    
339     /* Send user log stuff to syslog. */
340     #undef SYSLOG_USERS
341    
342     /* Length of topics. */
343     #undef TOPICLEN
344    
345     /* Size of the topic heap. */
346     #undef TOPIC_HEAP_SIZE
347    
348     /* If Defined to 1 server links to your network must have a minimum of TS5. */
349     #undef TS5_ONLY
350    
351     /* use this iopoll mechanism */
352     #undef USE_IOPOLL_MECHANISM
353    
354     /* Define to 1 if you want to use syslog. */
355     #undef USE_SYSLOG
356    
357     /* Version number of package */
358     #undef VERSION
359    
360 db 941 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
361 michael 942 significant byte first (like Motorola and SPARC, unlike Intel). */
362     #if defined AC_APPLE_UNIVERSAL_BUILD
363     # if defined __BIG_ENDIAN__
364     # define WORDS_BIGENDIAN 1
365     # endif
366     #else
367     # ifndef WORDS_BIGENDIAN
368     # undef WORDS_BIGENDIAN
369     # endif
370 db 941 #endif
371 michael 912
372     /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
373     `char[]'. */
374     #undef YYTEXT_POINTER
375    
376     /* devpoll mechanism */
377     #undef __IOPOLL_MECHANISM_DEVPOLL
378    
379     /* epoll mechanism */
380     #undef __IOPOLL_MECHANISM_EPOLL
381    
382     /* kqueue mechanism */
383     #undef __IOPOLL_MECHANISM_KQUEUE
384    
385     /* no iopoll mechanism */
386     #undef __IOPOLL_MECHANISM_NONE
387    
388     /* poll mechanism */
389     #undef __IOPOLL_MECHANISM_POLL
390    
391     /* rtsigio mechanism */
392     #undef __IOPOLL_MECHANISM_RTSIGIO
393    
394     /* select mechanism */
395     #undef __IOPOLL_MECHANISM_SELECT
396    
397 michael 945 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
398     #undef __error_t_defined
399    
400 michael 912 /* Define to empty if `const' does not conform to ANSI C. */
401     #undef const
402    
403 michael 945 /* Define to a type to use for `error_t' if it is not otherwise available. */
404     #undef error_t
405    
406 michael 912 /* Define to `__inline__' or `__inline' if that's what the C compiler
407     calls it, or to nothing if 'inline' is not supported under any name. */
408     #ifndef __cplusplus
409     #undef inline
410     #endif
411    
412     /* Define to `long long' if <sys/types.h> does not define. */
413     #undef int64_t
414    
415     /* Define to `unsigned long long' if <sys/types.h> does not define. */
416     #undef uint64_t