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 945 by michael, Mon Jul 20 15:48:27 2009 UTC vs.
ircd-hybrid/trunk/config.h.in (file contents), Revision 1662 by michael, Sat Nov 17 20:11:33 2012 UTC

# Line 3 | Line 3
3   /* Define if building universal (internal helper macro) */
4   #undef AC_APPLE_UNIVERSAL_BUILD
5  
6 /* 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
6   /* Set to datadir. */
7   #undef DATADIR
8  
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
9   /* Define to 1 if you want halfops support. */
10   #undef HALFOPS
11  
# Line 54 | Line 33
33   /* Define to 1 if you have the `argz_stringify' function. */
34   #undef HAVE_ARGZ_STRINGIFY
35  
57 /* Define to 1 if you have the `basename' function. */
58 #undef HAVE_BASENAME
59
36   /* Define to 1 if you have the `closedir' function. */
37   #undef HAVE_CLOSEDIR
38  
# Line 91 | Line 67
67   /* Define if you have the _dyld_func_lookup function. */
68   #undef HAVE_DYLD
69  
94 /* Define to 1 if you have the <errno.h> header file. */
95 #undef HAVE_ERRNO_H
96
70   /* Define to 1 if the system has the type `error_t'. */
71   #undef HAVE_ERROR_T
72  
# Line 109 | Line 82
82   /* Define to 1 if you have the <inttypes.h> header file. */
83   #undef HAVE_INTTYPES_H
84  
85 < /* If we support ssl */
85 > /* Define to 1 if you have the `crypto' library (-lcrypto). */
86   #undef HAVE_LIBCRYPTO
87  
88   /* Define if you have the libdl library or equivalent. */
# Line 118 | Line 91
91   /* Define if libdlloader will be built on this platform */
92   #undef HAVE_LIBDLLOADER
93  
94 < /* Define to 1 if you have the <libgen.h> header file. */
95 < #undef HAVE_LIBGEN_H
94 > /* Define to 1 if libpcre (-lpcre) is available. */
95 > #undef HAVE_LIBPCRE
96  
97 < /* Define to 1 if zlib (-lz) is available. */
98 < #undef HAVE_LIBZ
126 <
127 < /* Define to 1 if you have the <link.h> header file. */
128 < #undef HAVE_LINK_H
129 <
130 < /* Define to 1 if you have the `lrand48' function. */
131 < #undef HAVE_LRAND48
97 > /* Define to 1 if you have the `ssl' library (-lssl). */
98 > #undef HAVE_LIBSSL
99  
100   /* Define this if a modern libltdl is already installed */
101   #undef HAVE_LTDL
# Line 154 | Line 121
121   /* Define if you have the shl_load function. */
122   #undef HAVE_SHL_LOAD
123  
157 /* Define to 1 if you have the `snprintf' function. */
158 #undef HAVE_SNPRINTF
159
124   /* Define to 1 if you have the <socket.h> header file. */
125   #undef HAVE_SOCKET_H
126  
163 /* Define to 1 if you have the `srand48' function. */
164 #undef HAVE_SRAND48
165
166 /* Define to 1 if you have the <stddef.h> header file. */
167 #undef HAVE_STDDEF_H
168
127   /* Define to 1 if you have the <stdint.h> header file. */
128   #undef HAVE_STDINT_H
129  
# Line 193 | Line 151
151   /* Define to 1 if the system has the type `struct sockaddr_in'. */
152   #undef HAVE_STRUCT_SOCKADDR_IN
153  
154 < /* Define to 1 if the system has the type `struct sockaddr_in6'. */
197 < #undef HAVE_STRUCT_SOCKADDR_IN6
198 <
199 < /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
154 > /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
155   #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
156  
157   /* Define to 1 if the system has the type `struct sockaddr_storage'. */
158   #undef HAVE_STRUCT_SOCKADDR_STORAGE
159  
205 /* Define to 1 if you have the <syslog.h> header file. */
206 #undef HAVE_SYSLOG_H
207
160   /* Define to 1 if you have the <sys/devpoll.h> header file. */
161   #undef HAVE_SYS_DEVPOLL_H
162  
# Line 220 | Line 172
172   /* Define to 1 if you have the <sys/stat.h> header file. */
173   #undef HAVE_SYS_STAT_H
174  
223 /* Define to 1 if you have the <sys/syslog.h> header file. */
224 #undef HAVE_SYS_SYSLOG_H
225
175   /* Define to 1 if you have the <sys/types.h> header file. */
176   #undef HAVE_SYS_TYPES_H
177  
# Line 238 | Line 187
187   /* Define to 1 if you have the `usleep' function. */
188   #undef HAVE_USLEEP
189  
241 /* Define to 1 if you have the `vsnprintf' function. */
242 #undef HAVE_VSNPRINTF
243
190   /* Define to 1 if you have the <wait.h> header file. */
191   #undef HAVE_WAIT_H
192  
193   /* This value is set to 1 to indicate that the system argz facility works */
194   #undef HAVE_WORKING_ARGZ
195  
250 /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
251 #undef INVARIANTS
252
196   /* Define to 1 if you have IPv6 support. */
197   #undef IPV6
198  
256 /* Size of the local client heap. */
257 #undef LCLIENT_HEAP_SIZE
258
199   /* Set to libdir. */
200   #undef LIBDIR
201  
202   /* Set to localstatedir. */
203   #undef LOCALSTATEDIR
204  
265 /* Set to syslog facility to use. */
266 #undef LOG_FACILITY
267
205   /* Define if the OS needs help to load dependent libraries for dlopen(). */
206   #undef LTDL_DLOPEN_DEPLIBS
207  
# Line 274 | Line 211
211   /* The archive extension */
212   #undef LT_LIBEXT
213  
214 + /* The archive prefix */
215 + #undef LT_LIBPREFIX
216 +
217   /* Define to the extension used for runtime loadable modules, say, ".so". */
218   #undef LT_MODULE_EXT
219  
# Line 285 | Line 225
225     */
226   #undef LT_OBJDIR
227  
228 < /* Define to 1 to disable debugging. */
228 > /* Define to the shared library suffix, say, ".dylib". */
229 > #undef LT_SHARED_EXT
230 >
231 > /* Size of the auth mempool chunk. */
232 > #undef MP_CHUNK_SIZE_AUTH
233 >
234 > /* Size of the ban mempool chunk. */
235 > #undef MP_CHUNK_SIZE_BAN
236 >
237 > /* Size of the channel mempool chunk. */
238 > #undef MP_CHUNK_SIZE_CHANNEL
239 >
240 > /* Size of the client mempool chunk. */
241 > #undef MP_CHUNK_SIZE_CLIENT
242 >
243 > /* Size of the dbuf mempool chunk. */
244 > #undef MP_CHUNK_SIZE_DBUF
245 >
246 > /* Size of the dlink_node mempool chunk. */
247 > #undef MP_CHUNK_SIZE_DNODE
248 >
249 > /* Size of the dns mempool chunk. */
250 > #undef MP_CHUNK_SIZE_DNS
251 >
252 > /* Size of the local client mempool chunk. */
253 > #undef MP_CHUNK_SIZE_LCLIENT
254 >
255 > /* Size of the channel mempool chunk. */
256 > #undef MP_CHUNK_SIZE_MEMBER
257 >
258 > /* Size of the watch mempool chunk. */
259 > #undef MP_CHUNK_SIZE_WATCH
260 >
261 > /* Define to disable assert() statements. */
262   #undef NDEBUG
263  
264   /* Define if dlsym() requires a leading underscore in symbol names. */
# Line 312 | Line 285
285   /* Define to the one symbol short name of this package. */
286   #undef PACKAGE_TARNAME
287  
288 + /* Define to the home page for this package. */
289 + #undef PACKAGE_URL
290 +
291   /* Define to the version of this package. */
292   #undef PACKAGE_VERSION
293  
318 /* Path to /dev/null */
319 #undef PATH_DEVNULL
320
294   /* Set to prefix. */
295   #undef PREFIX
296  
324 /* The size of `int64_t', as computed by sizeof. */
325 #undef SIZEOF_INT64_T
326
327 /* The size of `long long', as computed by sizeof. */
328 #undef SIZEOF_LONG_LONG
329
297   /* Define to 1 if you have the ANSI C header files. */
298   #undef STDC_HEADERS
299  
300   /* Set to sysconfdir. */
301   #undef SYSCONFDIR
302  
336 /* Send oper log stuff to syslog. */
337 #undef SYSLOG_OPER
338
339 /* Send user log stuff to syslog. */
340 #undef SYSLOG_USERS
341
303   /* Length of topics. */
304   #undef TOPICLEN
305  
345 /* Size of the topic heap. */
346 #undef TOPIC_HEAP_SIZE
347
348 /* If Defined to 1 server links to your network must have a minimum of TS5. */
349 #undef TS5_ONLY
350
306   /* use this iopoll mechanism */
307   #undef USE_IOPOLL_MECHANISM
308  
354 /* Define to 1 if you want to use syslog. */
355 #undef USE_SYSLOG
356
309   /* Version number of package */
310   #undef VERSION
311  
# Line 397 | Line 349
349   /* Define so that glibc/gnulib argp.h does not typedef error_t. */
350   #undef __error_t_defined
351  
400 /* Define to empty if `const' does not conform to ANSI C. */
401 #undef const
402
352   /* Define to a type to use for `error_t' if it is not otherwise available. */
353   #undef error_t
405
406 /* Define to `__inline__' or `__inline' if that's what the C compiler
407   calls it, or to nothing if 'inline' is not supported under any name.  */
408 #ifndef __cplusplus
409 #undef inline
410 #endif
411
412 /* Define to `long long' if <sys/types.h> does not define. */
413 #undef int64_t
414
415 /* Define to `unsigned long long' if <sys/types.h> does not define. */
416 #undef uint64_t

Comparing:
ircd-hybrid-7.2/config.h.in (property svn:eol-style), Revision 945 by michael, Mon Jul 20 15:48:27 2009 UTC vs.
ircd-hybrid/trunk/config.h.in (property svn:eol-style), Revision 1662 by michael, Sat Nov 17 20:11:33 2012 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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