ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/config.h.in
Revision: 1111
Committed: Fri Nov 26 20:01:41 2010 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/config.h.in
File size: 10138 byte(s)
Log Message:
- Add back socketpair configure test which got lost for some reason.
  Cryptlinks should be working again.

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