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/trunk/config.h.in (file contents), Revision 1670 by michael, Tue Nov 20 21:30:04 2012 UTC vs.
ircd-hybrid/branches/8.2.x/config.h.in (file contents), Revision 3725 by michael, Sat May 31 16:29:38 2014 UTC

# Line 6 | Line 6
6   /* Set to datadir. */
7   #undef DATADIR
8  
9 < /* Define to 1 if you want halfops support. */
10 < #undef HALFOPS
9 > /* Define if SSP C support is enabled. */
10 > #undef ENABLE_SSP_CC
11  
12   /* Define to 1 if you have the `argz_add' function. */
13   #undef HAVE_ARGZ_ADD
# Line 82 | Line 82
82   /* Define if libdlloader will be built on this platform */
83   #undef HAVE_LIBDLLOADER
84  
85 < /* Define to 1 if libpcre (-lpcre) is available. */
86 < #undef HAVE_LIBPCRE
85 > /* Define to 1 if libGeoIP (-lGeoIP) is available. */
86 > #undef HAVE_LIBGEOIP
87  
88   /* Define to 1 if you have the `ssl' library (-lssl). */
89   #undef HAVE_LIBSSL
# Line 237 | Line 237
237   /* Size of the dns mempool chunk. */
238   #undef MP_CHUNK_SIZE_DNS
239  
240 + /* Size of the ip_entry mempool chunk. */
241 + #undef MP_CHUNK_SIZE_IP_ENTRY
242 +
243   /* Size of the local client mempool chunk. */
244   #undef MP_CHUNK_SIZE_LCLIENT
245  
246 < /* Size of the channel mempool chunk. */
246 > /* Size of the channel-member mempool chunk. */
247   #undef MP_CHUNK_SIZE_MEMBER
248  
249 + /* Size of the namehost mempool chunk. */
250 + #undef MP_CHUNK_SIZE_NAMEHOST
251 +
252 + /* Size of the userhost mempool chunk. */
253 + #undef MP_CHUNK_SIZE_USERHOST
254 +
255   /* Size of the watch mempool chunk. */
256   #undef MP_CHUNK_SIZE_WATCH
257  
# Line 252 | Line 261
261   /* Define if dlsym() requires a leading underscore in symbol names. */
262   #undef NEED_USCORE
263  
255 /* Length of nicknames. */
256 #undef NICKLEN
257
264   /* Size of the WHOWAS array. */
265   #undef NICKNAMEHISTORYLENGTH
266  
# Line 288 | Line 294
294   /* Set to sysconfdir. */
295   #undef SYSCONFDIR
296  
291 /* Length of topics. */
292 #undef TOPICLEN
293
297   /* use this iopoll mechanism */
298   #undef USE_IOPOLL_MECHANISM
299  
# Line 328 | Line 331
331   /* poll mechanism */
332   #undef __IOPOLL_MECHANISM_POLL
333  
331 /* rtsigio mechanism */
332 #undef __IOPOLL_MECHANISM_RTSIGIO
333
334   /* select mechanism */
335   #undef __IOPOLL_MECHANISM_SELECT
336  

Diff Legend

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