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/branches/8.2.x/config.h.in (file contents):
Revision 3377 by michael, Thu Apr 24 16:15:51 2014 UTC vs.
Revision 8316 by michael, Wed Feb 28 17:48:39 2018 UTC

# Line 9 | Line 9
9   /* Define if SSP C support is enabled. */
10   #undef ENABLE_SSP_CC
11  
12 /* Define to 1 if you want halfops support. */
13 #undef HALFOPS
14
12   /* Define to 1 if you have the `argz_add' function. */
13   #undef HAVE_ARGZ_ADD
14  
# Line 85 | Line 82
82   /* Define if libdlloader will be built on this platform */
83   #undef HAVE_LIBDLLOADER
84  
85 < /* Define to 1 if libGeoIP (-lGeoIP) is available. */
86 < #undef HAVE_LIBGEOIP
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 136 | Line 133
133   /* Define to 1 if you have the `strtok_r' function. */
134   #undef HAVE_STRTOK_R
135  
139 /* Define to 1 if the system has the type `struct addrinfo'. */
140 #undef HAVE_STRUCT_ADDRINFO
141
142 /* Define to 1 if the system has the type `struct sockaddr_in'. */
143 #undef HAVE_STRUCT_SOCKADDR_IN
144
145 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
146 #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
147
148 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
149 #undef HAVE_STRUCT_SOCKADDR_STORAGE
150
136   /* Define to 1 if you have the <sys/devpoll.h> header file. */
137   #undef HAVE_SYS_DEVPOLL_H
138  
# Line 157 | Line 142
142   /* Define to 1 if you have the <sys/param.h> header file. */
143   #undef HAVE_SYS_PARAM_H
144  
160 /* Define to 1 if you have the <sys/resource.h> header file. */
161 #undef HAVE_SYS_RESOURCE_H
162
145   /* Define to 1 if you have the <sys/stat.h> header file. */
146   #undef HAVE_SYS_STAT_H
147  
# Line 175 | Line 157
157   /* Define to 1 if you have the <unistd.h> header file. */
158   #undef HAVE_UNISTD_H
159  
178 /* Define to 1 if you have the `usleep' function. */
179 #undef HAVE_USLEEP
180
181 /* Define to 1 if you have the <wait.h> header file. */
182 #undef HAVE_WAIT_H
183
160   /* This value is set to 1 to indicate that the system argz facility works */
161   #undef HAVE_WORKING_ARGZ
162  
187 /* Define to 1 if you have IPv6 support. */
188 #undef IPV6
189
163   /* Set to libdir. */
164   #undef LIBDIR
165  
# Line 212 | 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.
216 <   */
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 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  
# Line 231 | Line 206
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  
# Line 240 | Line 218
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  
246 /* Size of the local client mempool chunk. */
247 #undef MP_CHUNK_SIZE_LCLIENT
248
227   /* Size of the channel-member mempool chunk. */
228   #undef MP_CHUNK_SIZE_MEMBER
229  
252 /* Size of the namehost mempool chunk. */
253 #undef MP_CHUNK_SIZE_NAMEHOST
254
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  
267 /* Size of the WHOWAS array. */
268 #undef NICKNAMEHISTORYLENGTH
269
245   /* Name of package */
246   #undef PACKAGE
247  
# Line 334 | Line 309
309   /* poll mechanism */
310   #undef __IOPOLL_MECHANISM_POLL
311  
337 /* select mechanism */
338 #undef __IOPOLL_MECHANISM_SELECT
339
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

Diff Legend

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