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-8/config.h.in (file contents), Revision 1521 by michael, Sun Sep 9 10:41:35 2012 UTC vs.
ircd-hybrid/branches/8.2.x/config.h.in (file contents), Revision 8316 by michael, Wed Feb 28 17:48:39 2018 UTC

# Line 3 | Line 3
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
6   /* Set to datadir. */
7   #undef DATADIR
8  
9 < /* Size of the dbuf heap. */
10 < #undef DBUF_HEAP_SIZE
23 <
24 < /* Define to 1 to enable debugging. */
25 < #undef DEBUG
26 <
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 you want halfops support. */
34 < #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 94 | Line 70
70   /* Define to 1 if the system has the type `error_t'. */
71   #undef HAVE_ERROR_T
72  
97 /* Define to 1 if you have the `inet_aton' function. */
98 #undef HAVE_INET_ATON
99
100 /* Define to 1 if you have the `inet_ntop' function. */
101 #undef HAVE_INET_NTOP
102
103 /* Define to 1 if you have the `inet_pton' function. */
104 #undef HAVE_INET_PTON
105
73   /* Define to 1 if you have the <inttypes.h> header file. */
74   #undef HAVE_INTTYPES_H
75  
# Line 115 | 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 you have the `gnutls' library (-lgnutls). */
86 > #undef HAVE_LIBGNUTLS
87  
88   /* Define to 1 if you have the `ssl' library (-lssl). */
89   #undef HAVE_LIBSSL
# Line 130 | Line 97
97   /* Define to 1 if you have the <memory.h> header file. */
98   #undef HAVE_MEMORY_H
99  
133 /* Define to 1 if you have the `mmap' function. */
134 #undef HAVE_MMAP
135
100   /* Define to 1 if you have the `opendir' function. */
101   #undef HAVE_OPENDIR
102  
# Line 169 | Line 133
133   /* Define to 1 if you have the `strtok_r' function. */
134   #undef HAVE_STRTOK_R
135  
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 `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
136   /* Define to 1 if you have the <sys/devpoll.h> header file. */
137   #undef HAVE_SYS_DEVPOLL_H
138  
# Line 190 | Line 142
142   /* Define to 1 if you have the <sys/param.h> header file. */
143   #undef HAVE_SYS_PARAM_H
144  
193 /* Define to 1 if you have the <sys/resource.h> header file. */
194 #undef HAVE_SYS_RESOURCE_H
195
145   /* Define to 1 if you have the <sys/stat.h> header file. */
146   #undef HAVE_SYS_STAT_H
147  
# Line 208 | Line 157
157   /* Define to 1 if you have the <unistd.h> header file. */
158   #undef HAVE_UNISTD_H
159  
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
160   /* This value is set to 1 to indicate that the system argz facility works */
161   #undef HAVE_WORKING_ARGZ
162  
220 /* Define to 1 if you have IPv6 support. */
221 #undef IPV6
222
223 /* Size of the local client heap. */
224 #undef LCLIENT_HEAP_SIZE
225
163   /* Set to libdir. */
164   #undef LIBDIR
165  
# Line 248 | Line 185
185     module search path. */
186   #undef LT_MODULE_PATH_VAR
187  
188 < /* Define to the sub-directory in which libtool stores uninstalled libraries.
252 <   */
188 > /* Define to the sub-directory where libtool stores uninstalled libraries. */
189   #undef LT_OBJDIR
190  
191   /* Define to the shared library suffix, say, ".dylib". */
192   #undef LT_SHARED_EXT
193  
194 < /* Define to 1 to disable debugging. */
194 > /* Define to the shared archive member specification, say "(shr.o)". */
195 > #undef LT_SHARED_LIB_MEMBER
196 >
197 > /* Size of the auth mempool chunk. */
198 > #undef MP_CHUNK_SIZE_AUTH
199 >
200 > /* Size of the ban mempool chunk. */
201 > #undef MP_CHUNK_SIZE_BAN
202 >
203 > /* Size of the channel mempool chunk. */
204 > #undef MP_CHUNK_SIZE_CHANNEL
205 >
206 > /* Size of the client mempool chunk. */
207 > #undef MP_CHUNK_SIZE_CLIENT
208 >
209 > /* Size of the connection mempool chunk. */
210 > #undef MP_CHUNK_SIZE_CONNECTION
211 >
212 > /* Size of the dbuf mempool chunk. */
213 > #undef MP_CHUNK_SIZE_DBUF
214 >
215 > /* Size of the dlink_node mempool chunk. */
216 > #undef MP_CHUNK_SIZE_DNODE
217 >
218 > /* Size of the dns mempool chunk. */
219 > #undef MP_CHUNK_SIZE_DNS
220 >
221 > /* Size of the invite mempool chunk. */
222 > #undef MP_CHUNK_SIZE_INVITE
223 >
224 > /* Size of the ip_entry mempool chunk. */
225 > #undef MP_CHUNK_SIZE_IP_ENTRY
226 >
227 > /* Size of the channel-member mempool chunk. */
228 > #undef MP_CHUNK_SIZE_MEMBER
229 >
230 > /* Size of the userhost mempool chunk. */
231 > #undef MP_CHUNK_SIZE_USERHOST
232 >
233 > /* Size of the watch mempool chunk. */
234 > #undef MP_CHUNK_SIZE_WATCH
235 >
236 > /* Size of the Whowas mempool chunk. */
237 > #undef MP_CHUNK_SIZE_WHOWAS
238 >
239 > /* Define to disable assert() statements. */
240   #undef NDEBUG
241  
242   /* Define if dlsym() requires a leading underscore in symbol names. */
243   #undef NEED_USCORE
244  
264 /* Length of nicknames. */
265 #undef NICKLEN
266
267 /* Size of the WHOWAS array. */
268 #undef NICKNAMEHISTORYLENGTH
269
245   /* Name of package */
246   #undef PACKAGE
247  
# Line 297 | Line 272
272   /* Set to sysconfdir. */
273   #undef SYSCONFDIR
274  
300 /* Length of topics. */
301 #undef TOPICLEN
302
275   /* use this iopoll mechanism */
276   #undef USE_IOPOLL_MECHANISM
277  
# Line 337 | Line 309
309   /* poll mechanism */
310   #undef __IOPOLL_MECHANISM_POLL
311  
340 /* rtsigio mechanism */
341 #undef __IOPOLL_MECHANISM_RTSIGIO
342
343 /* select mechanism */
344 #undef __IOPOLL_MECHANISM_SELECT
345
312   /* Define so that glibc/gnulib argp.h does not typedef error_t. */
313   #undef __error_t_defined
314  
315 < /* Define to a type to use for `error_t' if it is not otherwise available. */
315 > /* Define to a type to use for 'error_t' if it is not otherwise available. */
316   #undef error_t

Comparing:
ircd-hybrid-8/config.h.in (property svn:eol-style), Revision 1521 by michael, Sun Sep 9 10:41:35 2012 UTC vs.
ircd-hybrid/branches/8.2.x/config.h.in (property svn:eol-style), Revision 8316 by michael, Wed Feb 28 17:48:39 2018 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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