ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/config.h.in
Revision: 1871
Committed: Fri Apr 26 08:53:04 2013 UTC (10 years, 11 months ago) by michael
File size: 8265 byte(s)
Log Message:
- Reverted to -r1820; libGeoIP support is sheduled for  8.1

File Contents

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