ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/config.h.in
Revision: 942
Committed: Mon Jul 20 02:48:32 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/config.h.in
File size: 7361 byte(s)
Log Message:
- fixed configure not checking for existence of several functions due to misuse of AC_CHECK_FUNCS_ONCE


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 942 /* Define to 1 if you have the `basename' function. */
34 db 935 #undef HAVE_BASENAME
35    
36 michael 912 /* Define to 1 if you have the <crypt.h> header file. */
37     #undef HAVE_CRYPT_H
38    
39     /* Define to 1 if you have the <devpoll.h> header file. */
40     #undef HAVE_DEVPOLL_H
41    
42     /* Define to 1 if you have the <dlfcn.h> header file. */
43     #undef HAVE_DLFCN_H
44    
45     /* Define to 1 if you have the <errno.h> header file. */
46     #undef HAVE_ERRNO_H
47    
48     /* Define to 1 if you have the `inet_aton' function. */
49     #undef HAVE_INET_ATON
50    
51     /* Define to 1 if you have the `inet_ntop' function. */
52     #undef HAVE_INET_NTOP
53    
54     /* Define to 1 if you have the `inet_pton' function. */
55     #undef HAVE_INET_PTON
56    
57     /* Define to 1 if you have the <inttypes.h> header file. */
58     #undef HAVE_INTTYPES_H
59    
60 michael 915 /* If we support ssl */
61 michael 912 #undef HAVE_LIBCRYPTO
62    
63     /* Define to 1 if you have the <libgen.h> header file. */
64     #undef HAVE_LIBGEN_H
65    
66 michael 923 /* Define to 1 if zlib (-lz) is available. */
67     #undef HAVE_LIBZ
68    
69 michael 912 /* Define to 1 if you have the <link.h> header file. */
70     #undef HAVE_LINK_H
71    
72 michael 942 /* Define to 1 if you have the `lrand48' function. */
73     #undef HAVE_LRAND48
74    
75 michael 912 /* Define to 1 if you have the <memory.h> header file. */
76     #undef HAVE_MEMORY_H
77    
78 michael 942 /* Define to 1 if you have the `mmap' function. */
79     #undef HAVE_MMAP
80    
81 michael 912 /* Define to 1 if you have the `snprintf' function. */
82     #undef HAVE_SNPRINTF
83    
84 db 941 /* Define to 1 if you have the <socket.h> header file. */
85     #undef HAVE_SOCKET_H
86    
87 michael 942 /* Define to 1 if you have the `srand48' function. */
88     #undef HAVE_SRAND48
89    
90 michael 912 /* Define to 1 if you have the <stddef.h> header file. */
91     #undef HAVE_STDDEF_H
92    
93     /* Define to 1 if you have the <stdint.h> header file. */
94     #undef HAVE_STDINT_H
95    
96     /* Define to 1 if you have the <stdlib.h> header file. */
97     #undef HAVE_STDLIB_H
98    
99     /* Define to 1 if you have the <strings.h> header file. */
100     #undef HAVE_STRINGS_H
101    
102     /* Define to 1 if you have the <string.h> header file. */
103     #undef HAVE_STRING_H
104    
105 michael 942 /* Define to 1 if you have the `strlcat' function. */
106     #undef HAVE_STRLCAT
107    
108     /* Define to 1 if you have the `strlcpy' function. */
109     #undef HAVE_STRLCPY
110    
111     /* Define to 1 if you have the `strtok_r' function. */
112     #undef HAVE_STRTOK_R
113    
114 michael 912 /* Define to 1 if the system has the type `struct addrinfo'. */
115     #undef HAVE_STRUCT_ADDRINFO
116    
117     /* Define to 1 if the system has the type `struct sockaddr_in'. */
118     #undef HAVE_STRUCT_SOCKADDR_IN
119    
120     /* Define to 1 if the system has the type `struct sockaddr_in6'. */
121     #undef HAVE_STRUCT_SOCKADDR_IN6
122    
123     /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
124     #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
125    
126     /* Define to 1 if the system has the type `struct sockaddr_storage'. */
127     #undef HAVE_STRUCT_SOCKADDR_STORAGE
128    
129     /* Define to 1 if you have the <syslog.h> header file. */
130     #undef HAVE_SYSLOG_H
131    
132     /* Define to 1 if you have the <sys/devpoll.h> header file. */
133     #undef HAVE_SYS_DEVPOLL_H
134    
135     /* Define to 1 if you have the <sys/param.h> header file. */
136     #undef HAVE_SYS_PARAM_H
137    
138     /* Define to 1 if you have the <sys/resource.h> header file. */
139     #undef HAVE_SYS_RESOURCE_H
140    
141     /* Define to 1 if you have the <sys/stat.h> header file. */
142     #undef HAVE_SYS_STAT_H
143    
144     /* Define to 1 if you have the <sys/syslog.h> header file. */
145     #undef HAVE_SYS_SYSLOG_H
146    
147     /* Define to 1 if you have the <sys/types.h> header file. */
148     #undef HAVE_SYS_TYPES_H
149    
150     /* Define to 1 if you have the <sys/wait.h> header file. */
151     #undef HAVE_SYS_WAIT_H
152    
153 db 941 /* Define to 1 if you have the <types.h> header file. */
154     #undef HAVE_TYPES_H
155    
156 michael 912 /* Define to 1 if you have the <unistd.h> header file. */
157     #undef HAVE_UNISTD_H
158    
159 michael 942 /* Define to 1 if you have the `usleep' function. */
160     #undef HAVE_USLEEP
161    
162     /* Define to 1 if you have the `vsnprintf' function. */
163     #undef HAVE_VSNPRINTF
164    
165 michael 912 /* Define to 1 if you have the <wait.h> header file. */
166     #undef HAVE_WAIT_H
167    
168     /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
169     #undef INVARIANTS
170    
171     /* Define to 1 if you have IPv6 support. */
172     #undef IPV6
173    
174     /* Size of the local client heap. */
175     #undef LCLIENT_HEAP_SIZE
176    
177     /* Set to libdir. */
178     #undef LIBDIR
179    
180     /* Set to localstatedir. */
181     #undef LOCALSTATEDIR
182    
183     /* Set to syslog facility to use. */
184     #undef LOG_FACILITY
185    
186     /* Define to 1 to disable debugging. */
187     #undef NDEBUG
188    
189     /* Length of nicknames. */
190     #undef NICKLEN
191    
192 michael 925 /* Size of the WHOWAS array. */
193 michael 912 #undef NICKNAMEHISTORYLENGTH
194    
195     /* Name of package */
196     #undef PACKAGE
197    
198     /* Define to the address where bug reports for this package should be sent. */
199     #undef PACKAGE_BUGREPORT
200    
201     /* Define to the full name of this package. */
202     #undef PACKAGE_NAME
203    
204     /* Define to the full name and version of this package. */
205     #undef PACKAGE_STRING
206    
207     /* Define to the one symbol short name of this package. */
208     #undef PACKAGE_TARNAME
209    
210     /* Define to the version of this package. */
211     #undef PACKAGE_VERSION
212    
213 michael 923 /* Path to /dev/null */
214     #undef PATH_DEVNULL
215    
216 michael 912 /* Set to prefix. */
217     #undef PREFIX
218    
219     /* The size of `int64_t', as computed by sizeof. */
220     #undef SIZEOF_INT64_T
221    
222     /* The size of `long long', as computed by sizeof. */
223     #undef SIZEOF_LONG_LONG
224    
225     /* Define to 1 if you have the ANSI C header files. */
226     #undef STDC_HEADERS
227    
228     /* Set to sysconfdir. */
229     #undef SYSCONFDIR
230    
231     /* Send oper log stuff to syslog. */
232     #undef SYSLOG_OPER
233    
234     /* Send user log stuff to syslog. */
235     #undef SYSLOG_USERS
236    
237     /* Length of topics. */
238     #undef TOPICLEN
239    
240     /* Size of the topic heap. */
241     #undef TOPIC_HEAP_SIZE
242    
243     /* If Defined to 1 server links to your network must have a minimum of TS5. */
244     #undef TS5_ONLY
245    
246     /* use this iopoll mechanism */
247     #undef USE_IOPOLL_MECHANISM
248    
249     /* Define to 1 if you want to use syslog. */
250     #undef USE_SYSLOG
251    
252     /* Version number of package */
253     #undef VERSION
254    
255 db 941 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
256 michael 942 significant byte first (like Motorola and SPARC, unlike Intel). */
257     #if defined AC_APPLE_UNIVERSAL_BUILD
258     # if defined __BIG_ENDIAN__
259     # define WORDS_BIGENDIAN 1
260     # endif
261     #else
262     # ifndef WORDS_BIGENDIAN
263     # undef WORDS_BIGENDIAN
264     # endif
265 db 941 #endif
266 michael 912
267     /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
268     `char[]'. */
269     #undef YYTEXT_POINTER
270    
271     /* devpoll mechanism */
272     #undef __IOPOLL_MECHANISM_DEVPOLL
273    
274     /* epoll mechanism */
275     #undef __IOPOLL_MECHANISM_EPOLL
276    
277     /* kqueue mechanism */
278     #undef __IOPOLL_MECHANISM_KQUEUE
279    
280     /* no iopoll mechanism */
281     #undef __IOPOLL_MECHANISM_NONE
282    
283     /* poll mechanism */
284     #undef __IOPOLL_MECHANISM_POLL
285    
286     /* rtsigio mechanism */
287     #undef __IOPOLL_MECHANISM_RTSIGIO
288    
289     /* select mechanism */
290     #undef __IOPOLL_MECHANISM_SELECT
291    
292     /* Define to empty if `const' does not conform to ANSI C. */
293     #undef const
294    
295     /* Define to `__inline__' or `__inline' if that's what the C compiler
296     calls it, or to nothing if 'inline' is not supported under any name. */
297     #ifndef __cplusplus
298     #undef inline
299     #endif
300    
301     /* Define to `long long' if <sys/types.h> does not define. */
302     #undef int64_t
303    
304     /* Define to `unsigned long long' if <sys/types.h> does not define. */
305     #undef uint64_t