IPv6 support (hopefully with fewer future transition pains)
[ircu2.10.12-pk.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2 #ifndef INCLUDED_config_h
3 #define INCLUDED_config_h
4 /*
5  * IRC - Internet Relay Chat, acconfig.h
6  * Copyright (C) 2000 Kevin L. Mitchell <klmitch@mit.edu>
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2, or (at your option)
11  * any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21  *
22  * $Id: config.h.in,v 1.7 2004-08-19 04:00:43 entrope Exp $
23  */
24
25 /* Define if you have the setrlimit function */
26 #undef HAVE_SETRLIMIT
27
28 /* Define one of these, depending on wether you have
29  * POSIX, BSD or SYSV non-blocking stuff
30  */
31 #undef NBLOCK_POSIX
32 #undef NBLOCK_BSD
33 #undef NBLOCK_SYSV
34
35 /* Define on of these, depending on wether you have
36  * POSIX, BSD or SYSV signal handling
37  */
38 #undef POSIX_SIGNALS
39 #undef BSD_RELIABLE_SIGNALS
40 #undef SYSV_UNRELIABLE_SIGNALS
41
42 /* Define these to be unsigned integral internal types,
43  * of respecitvely 2 and 4 bytes in size, when not already
44  * defined in <sys/types.h>, <stdlib.h> or <stddef.h>
45  */
46 #undef uint16_t
47 #undef uint32_t
48
49 /* Define to force the poll() function to be used */
50 #undef USE_POLL
51 /* Define to enable the /dev/poll engine */
52 #undef USE_DEVPOLL
53 /* Define to enable the kqueue engine */
54 #undef USE_KQUEUE
55
56 /* Define to enable various debugging code in the server; DO NOT USE
57  * THIS ON PRODUCTION SERVERS ON PAIN OF DELINKING!
58  */
59 #undef DEBUGMODE
60
61 /* Define this to DISable various assertion checking statements */
62 #undef NDEBUG
63
64 /* Define to force certain critical functions to be inlined */
65 #undef FORCEINLINE
66
67 /* Define to be the local domain name for some statics gathering */
68 #undef DOMAINNAME
69
70 /* Define to be the name of the executable to be executed on /restart */
71 #undef SPATH
72
73 /* Define to be the path to the data directory */
74 #undef DPATH
75
76 /* Define to be the name of the configuration file */
77 #undef CPATH
78
79 /* Define to be the name of the debugging log file */
80 #undef LPATH
81
82 /* Define to be the maximum number of network connections */
83 #undef MAXCONNECTIONS
84
85
86 /* Configuration file name */
87 #undef CPATH
88
89 /* Enable debugging code */
90 #undef DEBUGMODE
91
92 /* Domain name to be used for some statistics gathering */
93 #undef DOMAINNAME
94
95 /* Path to data directory */
96 #undef DPATH
97
98 /* Define to implement epoll system calls */
99 #undef EPOLL_NEED_BODY
100
101 /* Force inlining for a few critical functions */
102 #undef FORCEINLINE
103
104 /* Define to 1 if you have the <crypt.h> header file. */
105 #undef HAVE_CRYPT_H
106
107 /* Define to 1 if you have the `getrusage' function. */
108 #undef HAVE_GETRUSAGE
109
110 /* Define to 1 if you have the <inttypes.h> header file. */
111 #undef HAVE_INTTYPES_H
112
113 /* Define to 1 if you have the `kqueue' function. */
114 #undef HAVE_KQUEUE
115
116 /* Define to 1 if you have the `nsl' library (-lnsl). */
117 #undef HAVE_LIBNSL
118
119 /* Define to 1 if you have the `resolv' library (-lresolv). */
120 #undef HAVE_LIBRESOLV
121
122 /* Define to 1 if you have the `socket' library (-lsocket). */
123 #undef HAVE_LIBSOCKET
124
125 /* Define to 1 if you have the <memory.h> header file. */
126 #undef HAVE_MEMORY_H
127
128 /* Define to 1 if you have the <poll.h> header file. */
129 #undef HAVE_POLL_H
130
131 /* Define to 1 if system calls automatically restart after interruption by a
132    signal. */
133 #undef HAVE_RESTARTABLE_SYSCALLS
134
135 /* Define to 1 if you have the `setrlimit' function. */
136 #undef HAVE_SETRLIMIT
137
138 /* Define to 1 if you have the <stdint.h> header file. */
139 #undef HAVE_STDINT_H
140
141 /* Define to 1 if you have the <stdlib.h> header file. */
142 #undef HAVE_STDLIB_H
143
144 /* Define to 1 if you have the <strings.h> header file. */
145 #undef HAVE_STRINGS_H
146
147 /* Define to 1 if you have the <string.h> header file. */
148 #undef HAVE_STRING_H
149
150 /* Define to 1 if you have the <sys/devpoll.h> header file. */
151 #undef HAVE_SYS_DEVPOLL_H
152
153 /* Define to 1 if you have the <sys/epoll.h> header file. */
154 #undef HAVE_SYS_EPOLL_H
155
156 /* Define to 1 if you have the <sys/event.h> header file. */
157 #undef HAVE_SYS_EVENT_H
158
159 /* Define to 1 if you have the <sys/stat.h> header file. */
160 #undef HAVE_SYS_STAT_H
161
162 /* Define to 1 if you have the <sys/types.h> header file. */
163 #undef HAVE_SYS_TYPES_H
164
165 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
166 #undef HAVE_SYS_WAIT_H
167
168 /* Define to 1 if you have the `times' function. */
169 #undef HAVE_TIMES
170
171 /* Define to 1 if you have the <unistd.h> header file. */
172 #undef HAVE_UNISTD_H
173
174 /* Define if we have va_copy */
175 #undef HAVE_VA_COPY
176
177 /* Define if we have __va_copy */
178 #undef HAVE___VA_COPY
179
180 /* Path to debugging log file */
181 #undef LPATH
182
183 /* Maximum number of network connections */
184 #undef MAXCONNECTIONS
185
186 /* Disable assertions */
187 #undef NDEBUG
188
189 /* Define to the address where bug reports for this package should be sent. */
190 #undef PACKAGE_BUGREPORT
191
192 /* Define to the full name of this package. */
193 #undef PACKAGE_NAME
194
195 /* Define to the full name and version of this package. */
196 #undef PACKAGE_STRING
197
198 /* Define to the one symbol short name of this package. */
199 #undef PACKAGE_TARNAME
200
201 /* Define to the version of this package. */
202 #undef PACKAGE_VERSION
203
204 /* The size of a `int', as computed by sizeof. */
205 #undef SIZEOF_INT
206
207 /* The size of a `long', as computed by sizeof. */
208 #undef SIZEOF_LONG
209
210 /* The size of a `short', as computed by sizeof. */
211 #undef SIZEOF_SHORT
212
213 /* The size of a `void *', as computed by sizeof. */
214 #undef SIZEOF_VOID_P
215
216 /* Path to executable for restarts */
217 #undef SPATH
218
219 /* Define to 1 if you have the ANSI C header files. */
220 #undef STDC_HEADERS
221
222 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
223 #undef TIME_WITH_SYS_TIME
224
225 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
226 #undef TM_IN_SYS_TIME
227
228 /* Define to enable the adns resolver */
229 #undef USE_ADNS
230
231 /* Define to enable the /dev/poll engine */
232 #undef USE_DEVPOLL
233
234 /* Define to enable the epoll engine */
235 #undef USE_EPOLL
236
237 /* Define to enable the kqueue engine */
238 #undef USE_KQUEUE
239
240 /* Specify whether or not to use poll() */
241 #undef USE_POLL
242
243 /* Define to 1 if your processor stores words with the most significant byte
244    first (like Motorola and SPARC, unlike Intel and VAX). */
245 #undef WORDS_BIGENDIAN
246
247 /* Define to `int' if <sys/types.h> doesn't define. */
248 #undef gid_t
249
250 /* Define to `short' if <sys/types.h> does not define. */
251 #undef int16_t
252
253 /* Define to `long' if <sys/types.h> does not define. */
254 #undef int32_t
255
256 /* Define to `unsigned' if <sys/types.h> does not define. */
257 #undef size_t
258
259 /* Define to `int' if <sys/types.h> doesn't define. */
260 #undef uid_t
261
262 /* Define to `unsigned int' if <sys/types.h> does not define. */
263 #undef socklen_t
264
265 /* Define if you want IPv6 support. */
266 #undef IPV6
267
268 #endif /* INCLUDED_config_h */