ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/config.h.in
(Generate patch)

Comparing ircd-hybrid-7.2/config.h.in (file contents):
Revision 923 by michael, Mon Nov 12 19:15:27 2007 UTC vs.
Revision 1010 by michael, Thu Sep 17 17:06:11 2009 UTC

# Line 1 | Line 1
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  
# Line 21 | Line 27
27   /* Size of the dlink_node heap. */
28   #undef DNODE_HEAP_SIZE
29  
30 + /* Size of the dns heap. */
31 + #undef DNS_HEAP_SIZE
32 +
33   /* 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 + /* 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   /* Define to 1 if you have the <crypt.h> header file. */
67   #undef HAVE_CRYPT_H
68  
69 + /* 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   /* Define to 1 if you have the <devpoll.h> header file. */
74   #undef HAVE_DEVPOLL_H
75  
76 + /* 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   /* Define to 1 if you have the <dlfcn.h> header file. */
89   #undef HAVE_DLFCN_H
90  
91 + /* 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   /* Define to 1 if you have the <errno.h> header file. */
98   #undef HAVE_ERRNO_H
99  
100 + /* Define to 1 if the system has the type `error_t'. */
101 + #undef HAVE_ERROR_T
102 +
103   /* Define to 1 if you have the `inet_aton' function. */
104   #undef HAVE_INET_ATON
105  
# Line 54 | Line 115
115   /* If we support ssl */
116   #undef HAVE_LIBCRYPTO
117  
118 + /* Define if you have the libdl library or equivalent. */
119 + #undef HAVE_LIBDL
120 +
121 + /* Define if libdlloader will be built on this platform */
122 + #undef HAVE_LIBDLLOADER
123 +
124   /* Define to 1 if you have the <libgen.h> header file. */
125   #undef HAVE_LIBGEN_H
126  
127 + /* Define to 1 if libpcre (-lpcre) is available. */
128 + #undef HAVE_LIBPCRE
129 +
130   /* Define to 1 if zlib (-lz) is available. */
131   #undef HAVE_LIBZ
132  
133   /* Define to 1 if you have the <link.h> header file. */
134   #undef HAVE_LINK_H
135  
136 + /* Define this if a modern libltdl is already installed */
137 + #undef HAVE_LTDL
138 +
139 + /* Define to 1 if you have the <mach-o/dyld.h> header file. */
140 + #undef HAVE_MACH_O_DYLD_H
141 +
142   /* Define to 1 if you have the <memory.h> header file. */
143   #undef HAVE_MEMORY_H
144  
145 < /* Define to 1 if you have the `snprintf' function. */
146 < #undef HAVE_SNPRINTF
145 > /* Define to 1 if you have the `mmap' function. */
146 > #undef HAVE_MMAP
147 >
148 > /* Define to 1 if you have the `opendir' function. */
149 > #undef HAVE_OPENDIR
150 >
151 > /* Define if libtool can extract symbol lists from object files. */
152 > #undef HAVE_PRELOADED_SYMBOLS
153 >
154 > /* Define to 1 if you have the `readdir' function. */
155 > #undef HAVE_READDIR
156 >
157 > /* Define if you have the shl_load function. */
158 > #undef HAVE_SHL_LOAD
159 >
160 > /* Define to 1 if you have the <socket.h> header file. */
161 > #undef HAVE_SOCKET_H
162  
163   /* Define to 1 if you have the <stddef.h> header file. */
164   #undef HAVE_STDDEF_H
# Line 84 | Line 175
175   /* Define to 1 if you have the <string.h> header file. */
176   #undef HAVE_STRING_H
177  
178 + /* Define to 1 if you have the `strlcat' function. */
179 + #undef HAVE_STRLCAT
180 +
181 + /* Define to 1 if you have the `strlcpy' function. */
182 + #undef HAVE_STRLCPY
183 +
184 + /* Define to 1 if you have the `strtok_r' function. */
185 + #undef HAVE_STRTOK_R
186 +
187   /* Define to 1 if the system has the type `struct addrinfo'. */
188   #undef HAVE_STRUCT_ADDRINFO
189  
# Line 93 | Line 193
193   /* Define to 1 if the system has the type `struct sockaddr_in6'. */
194   #undef HAVE_STRUCT_SOCKADDR_IN6
195  
196 < /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
196 > /* Define to 1 if `struct sockaddr_in' is a member of `sin_len'. */
197   #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
198  
199   /* Define to 1 if the system has the type `struct sockaddr_storage'. */
# Line 105 | Line 205
205   /* Define to 1 if you have the <sys/devpoll.h> header file. */
206   #undef HAVE_SYS_DEVPOLL_H
207  
208 + /* Define to 1 if you have the <sys/dl.h> header file. */
209 + #undef HAVE_SYS_DL_H
210 +
211   /* Define to 1 if you have the <sys/param.h> header file. */
212   #undef HAVE_SYS_PARAM_H
213  
# Line 123 | Line 226
226   /* Define to 1 if you have the <sys/wait.h> header file. */
227   #undef HAVE_SYS_WAIT_H
228  
229 + /* Define to 1 if you have the <types.h> header file. */
230 + #undef HAVE_TYPES_H
231 +
232   /* Define to 1 if you have the <unistd.h> header file. */
233   #undef HAVE_UNISTD_H
234  
235 + /* Define to 1 if you have the `usleep' function. */
236 + #undef HAVE_USLEEP
237 +
238   /* Define to 1 if you have the <wait.h> header file. */
239   #undef HAVE_WAIT_H
240  
241 + /* This value is set to 1 to indicate that the system argz facility works */
242 + #undef HAVE_WORKING_ARGZ
243 +
244   /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
245   #undef INVARIANTS
246  
# Line 147 | Line 259
259   /* Set to syslog facility to use. */
260   #undef LOG_FACILITY
261  
262 + /* Define if the OS needs help to load dependent libraries for dlopen(). */
263 + #undef LTDL_DLOPEN_DEPLIBS
264 +
265 + /* Define to the system default library search path. */
266 + #undef LT_DLSEARCH_PATH
267 +
268 + /* The archive extension */
269 + #undef LT_LIBEXT
270 +
271 + /* Define to the extension used for runtime loadable modules, say, ".so". */
272 + #undef LT_MODULE_EXT
273 +
274 + /* Define to the name of the environment variable that determines the run-time
275 +   module search path. */
276 + #undef LT_MODULE_PATH_VAR
277 +
278 + /* Define to the sub-directory in which libtool stores uninstalled libraries.
279 +   */
280 + #undef LT_OBJDIR
281 +
282   /* Define to 1 to disable debugging. */
283   #undef NDEBUG
284  
285 + /* Define if dlsym() requires a leading underscore in symbol names. */
286 + #undef NEED_USCORE
287 +
288   /* Length of nicknames. */
289   #undef NICKLEN
290  
291 < /* Size of the nickname history list. */
291 > /* Size of the WHOWAS array. */
292   #undef NICKNAMEHISTORYLENGTH
293  
294   /* Name of package */
# Line 171 | Line 306
306   /* Define to the one symbol short name of this package. */
307   #undef PACKAGE_TARNAME
308  
309 + /* Define to the home page for this package. */
310 + #undef PACKAGE_URL
311 +
312   /* Define to the version of this package. */
313   #undef PACKAGE_VERSION
314  
# Line 180 | Line 318
318   /* Set to prefix. */
319   #undef PREFIX
320  
183 /* The size of `int64_t', as computed by sizeof. */
184 #undef SIZEOF_INT64_T
185
186 /* The size of `long long', as computed by sizeof. */
187 #undef SIZEOF_LONG_LONG
188
321   /* Define to 1 if you have the ANSI C header files. */
322   #undef STDC_HEADERS
323  
# Line 216 | Line 348
348   /* Version number of package */
349   #undef VERSION
350  
351 < /* Define to 1 if your processor stores words with the most significant byte
352 <   first (like Motorola and SPARC, unlike Intel and VAX). */
353 < #undef WORDS_BIGENDIAN
351 > /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
352 >   significant byte first (like Motorola and SPARC, unlike Intel). */
353 > #if defined AC_APPLE_UNIVERSAL_BUILD
354 > # if defined __BIG_ENDIAN__
355 > #  define WORDS_BIGENDIAN 1
356 > # endif
357 > #else
358 > # ifndef WORDS_BIGENDIAN
359 > #  undef WORDS_BIGENDIAN
360 > # endif
361 > #endif
362  
363   /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
364     `char[]'. */
# Line 245 | Line 385
385   /* select mechanism */
386   #undef __IOPOLL_MECHANISM_SELECT
387  
388 < /* Define to empty if `const' does not conform to ANSI C. */
389 < #undef const
250 <
251 < /* Define to `__inline__' or `__inline' if that's what the C compiler
252 <   calls it, or to nothing if 'inline' is not supported under any name.  */
253 < #ifndef __cplusplus
254 < #undef inline
255 < #endif
256 <
257 < /* Define to `long long' if <sys/types.h> does not define. */
258 < #undef int64_t
388 > /* Define so that glibc/gnulib argp.h does not typedef error_t. */
389 > #undef __error_t_defined
390  
391 < /* Define to `unsigned long long' if <sys/types.h> does not define. */
392 < #undef uint64_t
391 > /* Define to a type to use for `error_t' if it is not otherwise available. */
392 > #undef error_t

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)