ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/config.h.in
Revision: 1657
Committed: Fri Nov 16 19:47:07 2012 UTC (11 years, 4 months ago) by michael
File size: 8645 byte(s)
Log Message:
- Backport "./configure --enable-assert" fix from -r1654

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 998 /* Size of the auth heap. */
7     #undef AUTH_HEAP_SIZE
8    
9 michael 912 /* Size of the ban heap. */
10     #undef BAN_HEAP_SIZE
11    
12     /* Size of the channel heap. */
13     #undef CHANNEL_HEAP_SIZE
14    
15     /* Size of the client heap. */
16     #undef CLIENT_HEAP_SIZE
17    
18     /* Set to datadir. */
19     #undef DATADIR
20    
21     /* Size of the dbuf heap. */
22     #undef DBUF_HEAP_SIZE
23    
24     /* Size of the dlink_node heap. */
25     #undef DNODE_HEAP_SIZE
26    
27 michael 998 /* Size of the dns heap. */
28     #undef DNS_HEAP_SIZE
29    
30 michael 912 /* 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     /* Define to 1 if the system has the type `error_t'. */
92     #undef HAVE_ERROR_T
93    
94 michael 912 /* Define to 1 if you have the `inet_aton' function. */
95     #undef HAVE_INET_ATON
96    
97     /* Define to 1 if you have the `inet_ntop' function. */
98     #undef HAVE_INET_NTOP
99    
100     /* Define to 1 if you have the `inet_pton' function. */
101     #undef HAVE_INET_PTON
102    
103     /* Define to 1 if you have the <inttypes.h> header file. */
104     #undef HAVE_INTTYPES_H
105    
106 michael 1015 /* Define to 1 if you have the `crypto' library (-lcrypto). */
107 michael 912 #undef HAVE_LIBCRYPTO
108    
109 michael 945 /* Define if you have the libdl library or equivalent. */
110     #undef HAVE_LIBDL
111    
112     /* Define if libdlloader will be built on this platform */
113     #undef HAVE_LIBDLLOADER
114    
115 michael 1009 /* Define to 1 if libpcre (-lpcre) is available. */
116     #undef HAVE_LIBPCRE
117    
118 michael 1304 /* Define to 1 if you have the `ssl' library (-lssl). */
119     #undef HAVE_LIBSSL
120    
121 michael 945 /* Define this if a modern libltdl is already installed */
122     #undef HAVE_LTDL
123    
124     /* Define to 1 if you have the <mach-o/dyld.h> header file. */
125     #undef HAVE_MACH_O_DYLD_H
126    
127 michael 912 /* Define to 1 if you have the <memory.h> header file. */
128     #undef HAVE_MEMORY_H
129    
130 michael 942 /* Define to 1 if you have the `mmap' function. */
131     #undef HAVE_MMAP
132    
133 michael 945 /* Define to 1 if you have the `opendir' function. */
134     #undef HAVE_OPENDIR
135    
136     /* Define if libtool can extract symbol lists from object files. */
137     #undef HAVE_PRELOADED_SYMBOLS
138    
139     /* Define to 1 if you have the `readdir' function. */
140     #undef HAVE_READDIR
141    
142     /* Define if you have the shl_load function. */
143     #undef HAVE_SHL_LOAD
144    
145 db 941 /* Define to 1 if you have the <socket.h> header file. */
146     #undef HAVE_SOCKET_H
147    
148 michael 912 /* Define to 1 if you have the <stdint.h> header file. */
149     #undef HAVE_STDINT_H
150    
151     /* Define to 1 if you have the <stdlib.h> header file. */
152     #undef HAVE_STDLIB_H
153    
154     /* Define to 1 if you have the <strings.h> header file. */
155     #undef HAVE_STRINGS_H
156    
157     /* Define to 1 if you have the <string.h> header file. */
158     #undef HAVE_STRING_H
159    
160 michael 942 /* Define to 1 if you have the `strlcat' function. */
161     #undef HAVE_STRLCAT
162    
163     /* Define to 1 if you have the `strlcpy' function. */
164     #undef HAVE_STRLCPY
165    
166     /* Define to 1 if you have the `strtok_r' function. */
167     #undef HAVE_STRTOK_R
168    
169 michael 912 /* Define to 1 if the system has the type `struct addrinfo'. */
170     #undef HAVE_STRUCT_ADDRINFO
171    
172     /* Define to 1 if the system has the type `struct sockaddr_in'. */
173     #undef HAVE_STRUCT_SOCKADDR_IN
174    
175 michael 1033 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
176 michael 912 #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
177    
178     /* Define to 1 if the system has the type `struct sockaddr_storage'. */
179     #undef HAVE_STRUCT_SOCKADDR_STORAGE
180    
181     /* Define to 1 if you have the <sys/devpoll.h> header file. */
182     #undef HAVE_SYS_DEVPOLL_H
183    
184 michael 945 /* Define to 1 if you have the <sys/dl.h> header file. */
185     #undef HAVE_SYS_DL_H
186    
187 michael 912 /* Define to 1 if you have the <sys/param.h> header file. */
188     #undef HAVE_SYS_PARAM_H
189    
190     /* Define to 1 if you have the <sys/resource.h> header file. */
191     #undef HAVE_SYS_RESOURCE_H
192    
193     /* Define to 1 if you have the <sys/stat.h> header file. */
194     #undef HAVE_SYS_STAT_H
195    
196     /* Define to 1 if you have the <sys/types.h> header file. */
197     #undef HAVE_SYS_TYPES_H
198    
199     /* Define to 1 if you have the <sys/wait.h> header file. */
200     #undef HAVE_SYS_WAIT_H
201    
202 db 941 /* Define to 1 if you have the <types.h> header file. */
203     #undef HAVE_TYPES_H
204    
205 michael 912 /* Define to 1 if you have the <unistd.h> header file. */
206     #undef HAVE_UNISTD_H
207    
208 michael 942 /* Define to 1 if you have the `usleep' function. */
209     #undef HAVE_USLEEP
210    
211 michael 912 /* Define to 1 if you have the <wait.h> header file. */
212     #undef HAVE_WAIT_H
213    
214 michael 945 /* This value is set to 1 to indicate that the system argz facility works */
215     #undef HAVE_WORKING_ARGZ
216    
217 michael 912 /* Define to 1 if you have IPv6 support. */
218     #undef IPV6
219    
220     /* Size of the local client heap. */
221     #undef LCLIENT_HEAP_SIZE
222    
223     /* Set to libdir. */
224     #undef LIBDIR
225    
226     /* Set to localstatedir. */
227     #undef LOCALSTATEDIR
228    
229 michael 945 /* Define if the OS needs help to load dependent libraries for dlopen(). */
230     #undef LTDL_DLOPEN_DEPLIBS
231    
232     /* Define to the system default library search path. */
233     #undef LT_DLSEARCH_PATH
234    
235     /* The archive extension */
236     #undef LT_LIBEXT
237    
238 michael 1106 /* The archive prefix */
239     #undef LT_LIBPREFIX
240    
241 michael 945 /* Define to the extension used for runtime loadable modules, say, ".so". */
242     #undef LT_MODULE_EXT
243    
244     /* Define to the name of the environment variable that determines the run-time
245     module search path. */
246     #undef LT_MODULE_PATH_VAR
247    
248     /* Define to the sub-directory in which libtool stores uninstalled libraries.
249     */
250     #undef LT_OBJDIR
251    
252 michael 1257 /* Define to the shared library suffix, say, ".dylib". */
253     #undef LT_SHARED_EXT
254    
255 michael 1657 /* Define to disable assert() statements. */
256 michael 912 #undef NDEBUG
257    
258 michael 945 /* Define if dlsym() requires a leading underscore in symbol names. */
259     #undef NEED_USCORE
260    
261 michael 912 /* Length of nicknames. */
262     #undef NICKLEN
263    
264 michael 925 /* Size of the WHOWAS array. */
265 michael 912 #undef NICKNAMEHISTORYLENGTH
266    
267     /* Name of package */
268     #undef PACKAGE
269    
270     /* Define to the address where bug reports for this package should be sent. */
271     #undef PACKAGE_BUGREPORT
272    
273     /* Define to the full name of this package. */
274     #undef PACKAGE_NAME
275    
276     /* Define to the full name and version of this package. */
277     #undef PACKAGE_STRING
278    
279     /* Define to the one symbol short name of this package. */
280     #undef PACKAGE_TARNAME
281    
282 michael 967 /* Define to the home page for this package. */
283     #undef PACKAGE_URL
284    
285 michael 912 /* Define to the version of this package. */
286     #undef PACKAGE_VERSION
287    
288     /* Set to prefix. */
289     #undef PREFIX
290    
291     /* Define to 1 if you have the ANSI C header files. */
292     #undef STDC_HEADERS
293    
294     /* Set to sysconfdir. */
295     #undef SYSCONFDIR
296    
297     /* Length of topics. */
298     #undef TOPICLEN
299    
300     /* use this iopoll mechanism */
301     #undef USE_IOPOLL_MECHANISM
302    
303     /* Version number of package */
304     #undef VERSION
305    
306 db 941 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
307 michael 942 significant byte first (like Motorola and SPARC, unlike Intel). */
308     #if defined AC_APPLE_UNIVERSAL_BUILD
309     # if defined __BIG_ENDIAN__
310     # define WORDS_BIGENDIAN 1
311     # endif
312     #else
313     # ifndef WORDS_BIGENDIAN
314     # undef WORDS_BIGENDIAN
315     # endif
316 db 941 #endif
317 michael 912
318     /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
319     `char[]'. */
320     #undef YYTEXT_POINTER
321    
322     /* devpoll mechanism */
323     #undef __IOPOLL_MECHANISM_DEVPOLL
324    
325     /* epoll mechanism */
326     #undef __IOPOLL_MECHANISM_EPOLL
327    
328     /* kqueue mechanism */
329     #undef __IOPOLL_MECHANISM_KQUEUE
330    
331     /* no iopoll mechanism */
332     #undef __IOPOLL_MECHANISM_NONE
333    
334     /* poll mechanism */
335     #undef __IOPOLL_MECHANISM_POLL
336    
337     /* rtsigio mechanism */
338     #undef __IOPOLL_MECHANISM_RTSIGIO
339    
340     /* select mechanism */
341     #undef __IOPOLL_MECHANISM_SELECT
342    
343 michael 945 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
344     #undef __error_t_defined
345    
346     /* Define to a type to use for `error_t' if it is not otherwise available. */
347     #undef error_t