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

Comparing:
ircd-hybrid-7.2/config.h.in (file contents), Revision 915 by michael, Wed Nov 7 23:42:08 2007 UTC vs.
ircd-hybrid-8/config.h.in (file contents), Revision 1402 by michael, Wed May 9 18:42:45 2012 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 < /* Define to 1 if this server will be an EFnet server. */
31 < #undef EFNET
26 <
27 < /* Size of the floodserv fmsg heap. */
28 < #undef FMSG_HEAP_SIZE
30 > /* Size of the dns heap. */
31 > #undef DNS_HEAP_SIZE
32  
33   /* Define to 1 if you want halfops support. */
34   #undef HALFOPS
35  
36 + /* Define to 1 if you have the `argz_add' function. */
37 + #undef HAVE_ARGZ_ADD
38 +
39 + /* Define to 1 if you have the `argz_append' function. */
40 + #undef HAVE_ARGZ_APPEND
41 +
42 + /* Define to 1 if you have the `argz_count' function. */
43 + #undef HAVE_ARGZ_COUNT
44 +
45 + /* Define to 1 if you have the `argz_create_sep' function. */
46 + #undef HAVE_ARGZ_CREATE_SEP
47 +
48 + /* Define to 1 if you have the <argz.h> header file. */
49 + #undef HAVE_ARGZ_H
50 +
51 + /* Define to 1 if you have the `argz_insert' function. */
52 + #undef HAVE_ARGZ_INSERT
53 +
54 + /* Define to 1 if you have the `argz_next' function. */
55 + #undef HAVE_ARGZ_NEXT
56 +
57 + /* Define to 1 if you have the `argz_stringify' function. */
58 + #undef HAVE_ARGZ_STRINGIFY
59 +
60 + /* Define to 1 if you have the `closedir' function. */
61 + #undef HAVE_CLOSEDIR
62 +
63   /* Define to 1 if you have the <crypt.h> header file. */
64   #undef HAVE_CRYPT_H
65  
66 + /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
67 +   you don't. */
68 + #undef HAVE_DECL_CYGWIN_CONV_PATH
69 +
70   /* Define to 1 if you have the <devpoll.h> header file. */
71   #undef HAVE_DEVPOLL_H
72  
73 + /* Define to 1 if you have the <dirent.h> header file. */
74 + #undef HAVE_DIRENT_H
75 +
76 + /* Define if you have the GNU dld library. */
77 + #undef HAVE_DLD
78 +
79 + /* Define to 1 if you have the <dld.h> header file. */
80 + #undef HAVE_DLD_H
81 +
82 + /* Define to 1 if you have the `dlerror' function. */
83 + #undef HAVE_DLERROR
84 +
85   /* Define to 1 if you have the <dlfcn.h> header file. */
86   #undef HAVE_DLFCN_H
87  
88 < /* Define to 1 if you have the <errno.h> header file. */
89 < #undef HAVE_ERRNO_H
88 > /* Define to 1 if you have the <dl.h> header file. */
89 > #undef HAVE_DL_H
90 >
91 > /* Define if you have the _dyld_func_lookup function. */
92 > #undef HAVE_DYLD
93 >
94 > /* Define to 1 if the system has the type `error_t'. */
95 > #undef HAVE_ERROR_T
96  
97   /* Define to 1 if you have the `inet_aton' function. */
98   #undef HAVE_INET_ATON
# Line 54 | Line 106
106   /* Define to 1 if you have the <inttypes.h> header file. */
107   #undef HAVE_INTTYPES_H
108  
109 < /* If we support ssl */
109 > /* Define to 1 if you have the `crypto' library (-lcrypto). */
110   #undef HAVE_LIBCRYPTO
111  
112 < /* Define to 1 if you have the <libgen.h> header file. */
113 < #undef HAVE_LIBGEN_H
112 > /* Define if you have the libdl library or equivalent. */
113 > #undef HAVE_LIBDL
114 >
115 > /* Define if libdlloader will be built on this platform */
116 > #undef HAVE_LIBDLLOADER
117 >
118 > /* Define to 1 if libpcre (-lpcre) is available. */
119 > #undef HAVE_LIBPCRE
120  
121 < /* Define to 1 if you have the <link.h> header file. */
122 < #undef HAVE_LINK_H
121 > /* Define to 1 if you have the `ssl' library (-lssl). */
122 > #undef HAVE_LIBSSL
123 >
124 > /* Define this if a modern libltdl is already installed */
125 > #undef HAVE_LTDL
126 >
127 > /* Define to 1 if you have the <mach-o/dyld.h> header file. */
128 > #undef HAVE_MACH_O_DYLD_H
129  
130   /* Define to 1 if you have the <memory.h> header file. */
131   #undef HAVE_MEMORY_H
132  
133 < /* Define to 1 if you have the `snprintf' function. */
134 < #undef HAVE_SNPRINTF
133 > /* Define to 1 if you have the `mmap' function. */
134 > #undef HAVE_MMAP
135 >
136 > /* Define to 1 if you have the `opendir' function. */
137 > #undef HAVE_OPENDIR
138 >
139 > /* Define if libtool can extract symbol lists from object files. */
140 > #undef HAVE_PRELOADED_SYMBOLS
141  
142 < /* Define to 1 if you have the <stddef.h> header file. */
143 < #undef HAVE_STDDEF_H
142 > /* Define to 1 if you have the `readdir' function. */
143 > #undef HAVE_READDIR
144 >
145 > /* Define if you have the shl_load function. */
146 > #undef HAVE_SHL_LOAD
147 >
148 > /* Define to 1 if you have the <socket.h> header file. */
149 > #undef HAVE_SOCKET_H
150  
151   /* Define to 1 if you have the <stdint.h> header file. */
152   #undef HAVE_STDINT_H
# Line 84 | Line 160
160   /* Define to 1 if you have the <string.h> header file. */
161   #undef HAVE_STRING_H
162  
163 + /* Define to 1 if you have the `strlcat' function. */
164 + #undef HAVE_STRLCAT
165 +
166 + /* Define to 1 if you have the `strlcpy' function. */
167 + #undef HAVE_STRLCPY
168 +
169 + /* Define to 1 if you have the `strtok_r' function. */
170 + #undef HAVE_STRTOK_R
171 +
172   /* Define to 1 if the system has the type `struct addrinfo'. */
173   #undef HAVE_STRUCT_ADDRINFO
174  
175   /* Define to 1 if the system has the type `struct sockaddr_in'. */
176   #undef HAVE_STRUCT_SOCKADDR_IN
177  
178 < /* Define to 1 if the system has the type `struct sockaddr_in6'. */
94 < #undef HAVE_STRUCT_SOCKADDR_IN6
95 <
96 < /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
178 > /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
179   #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
180  
181   /* Define to 1 if the system has the type `struct sockaddr_storage'. */
182   #undef HAVE_STRUCT_SOCKADDR_STORAGE
183  
102 /* Define to 1 if you have the <syslog.h> header file. */
103 #undef HAVE_SYSLOG_H
104
184   /* Define to 1 if you have the <sys/devpoll.h> header file. */
185   #undef HAVE_SYS_DEVPOLL_H
186  
187 + /* Define to 1 if you have the <sys/dl.h> header file. */
188 + #undef HAVE_SYS_DL_H
189 +
190   /* Define to 1 if you have the <sys/param.h> header file. */
191   #undef HAVE_SYS_PARAM_H
192  
# Line 114 | Line 196
196   /* Define to 1 if you have the <sys/stat.h> header file. */
197   #undef HAVE_SYS_STAT_H
198  
117 /* Define to 1 if you have the <sys/syslog.h> header file. */
118 #undef HAVE_SYS_SYSLOG_H
119
199   /* Define to 1 if you have the <sys/types.h> header file. */
200   #undef HAVE_SYS_TYPES_H
201  
202   /* Define to 1 if you have the <sys/wait.h> header file. */
203   #undef HAVE_SYS_WAIT_H
204  
205 + /* Define to 1 if you have the <types.h> header file. */
206 + #undef HAVE_TYPES_H
207 +
208   /* Define to 1 if you have the <unistd.h> header file. */
209   #undef HAVE_UNISTD_H
210  
211 + /* Define to 1 if you have the `usleep' function. */
212 + #undef HAVE_USLEEP
213 +
214   /* Define to 1 if you have the <wait.h> header file. */
215   #undef HAVE_WAIT_H
216  
217 < /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
218 < #undef INVARIANTS
217 > /* This value is set to 1 to indicate that the system argz facility works */
218 > #undef HAVE_WORKING_ARGZ
219  
220   /* Define to 1 if you have IPv6 support. */
221   #undef IPV6
222  
138 /* Size of the ircd heap. */
139 #undef IRCD_HEAP_SIZE
140
223   /* Size of the local client heap. */
224   #undef LCLIENT_HEAP_SIZE
225  
# Line 147 | Line 229
229   /* Set to localstatedir. */
230   #undef LOCALSTATEDIR
231  
232 < /* Set to syslog facility to use. */
233 < #undef LOG_FACILITY
232 > /* Define if the OS needs help to load dependent libraries for dlopen(). */
233 > #undef LTDL_DLOPEN_DEPLIBS
234 >
235 > /* Define to the system default library search path. */
236 > #undef LT_DLSEARCH_PATH
237 >
238 > /* The archive extension */
239 > #undef LT_LIBEXT
240 >
241 > /* The archive prefix */
242 > #undef LT_LIBPREFIX
243 >
244 > /* Define to the extension used for runtime loadable modules, say, ".so". */
245 > #undef LT_MODULE_EXT
246 >
247 > /* Define to the name of the environment variable that determines the run-time
248 >   module search path. */
249 > #undef LT_MODULE_PATH_VAR
250  
251 < /* Size of the floodserv mqueue heap. */
252 < #undef MQUEUE_HEAP_SIZE
251 > /* Define to the sub-directory in which libtool stores uninstalled libraries.
252 >   */
253 > #undef LT_OBJDIR
254 >
255 > /* Define to the shared library suffix, say, ".dylib". */
256 > #undef LT_SHARED_EXT
257  
258   /* Define to 1 to disable debugging. */
259   #undef NDEBUG
260  
261 + /* Define if dlsym() requires a leading underscore in symbol names. */
262 + #undef NEED_USCORE
263 +
264   /* Length of nicknames. */
265   #undef NICKLEN
266  
267 < /* Size of the nickname history list. */
267 > /* Size of the WHOWAS array. */
268   #undef NICKNAMEHISTORYLENGTH
269  
270   /* Name of package */
# Line 177 | Line 282
282   /* Define to the one symbol short name of this package. */
283   #undef PACKAGE_TARNAME
284  
285 + /* Define to the home page for this package. */
286 + #undef PACKAGE_URL
287 +
288   /* Define to the version of this package. */
289   #undef PACKAGE_VERSION
290  
291   /* Set to prefix. */
292   #undef PREFIX
293  
186 /* The size of `int64_t', as computed by sizeof. */
187 #undef SIZEOF_INT64_T
188
189 /* The size of `long long', as computed by sizeof. */
190 #undef SIZEOF_LONG_LONG
191
294   /* Define to 1 if you have the ANSI C header files. */
295   #undef STDC_HEADERS
296  
297   /* Set to sysconfdir. */
298   #undef SYSCONFDIR
299  
198 /* Send oper log stuff to syslog. */
199 #undef SYSLOG_OPER
200
201 /* Send user log stuff to syslog. */
202 #undef SYSLOG_USERS
203
300   /* Length of topics. */
301   #undef TOPICLEN
302  
303   /* Size of the topic heap. */
304   #undef TOPIC_HEAP_SIZE
305  
210 /* If Defined to 1 server links to your network must have a minimum of TS5. */
211 #undef TS5_ONLY
212
306   /* use this iopoll mechanism */
307   #undef USE_IOPOLL_MECHANISM
308  
216 /* Define to 1 if you want to use syslog. */
217 #undef USE_SYSLOG
218
309   /* Version number of package */
310   #undef VERSION
311  
312 < /* Define to 1 if your processor stores words with the most significant byte
313 <   first (like Motorola and SPARC, unlike Intel and VAX). */
314 < #undef WORDS_BIGENDIAN
312 > /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
313 >   significant byte first (like Motorola and SPARC, unlike Intel). */
314 > #if defined AC_APPLE_UNIVERSAL_BUILD
315 > # if defined __BIG_ENDIAN__
316 > #  define WORDS_BIGENDIAN 1
317 > # endif
318 > #else
319 > # ifndef WORDS_BIGENDIAN
320 > #  undef WORDS_BIGENDIAN
321 > # endif
322 > #endif
323  
324   /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
325     `char[]'. */
# Line 248 | Line 346
346   /* select mechanism */
347   #undef __IOPOLL_MECHANISM_SELECT
348  
349 < /* Define to empty if `const' does not conform to ANSI C. */
350 < #undef const
253 <
254 < /* Define to `__inline__' or `__inline' if that's what the C compiler
255 <   calls it, or to nothing if 'inline' is not supported under any name.  */
256 < #ifndef __cplusplus
257 < #undef inline
258 < #endif
259 <
260 < /* Define to `long long' if <sys/types.h> does not define. */
261 < #undef int64_t
349 > /* Define so that glibc/gnulib argp.h does not typedef error_t. */
350 > #undef __error_t_defined
351  
352 < /* Define to `unsigned long long' if <sys/types.h> does not define. */
353 < #undef uint64_t
352 > /* Define to a type to use for `error_t' if it is not otherwise available. */
353 > #undef error_t

Diff Legend

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