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 3725 by michael, Sat May 31 16:29:38 2014 UTC vs.
Revision 7626 by michael, Thu Jun 23 12:46:46 2016 UTC

# Line 85 | Line 85
85   /* Define to 1 if libGeoIP (-lGeoIP) is available. */
86   #undef HAVE_LIBGEOIP
87  
88 + /* Define to 1 if you have the `gnutls' library (-lgnutls). */
89 + #undef HAVE_LIBGNUTLS
90 +
91   /* Define to 1 if you have the `ssl' library (-lssl). */
92   #undef HAVE_LIBSSL
93  
# Line 133 | Line 136
136   /* Define to 1 if you have the `strtok_r' function. */
137   #undef HAVE_STRTOK_R
138  
136 /* Define to 1 if the system has the type `struct addrinfo'. */
137 #undef HAVE_STRUCT_ADDRINFO
138
139 /* Define to 1 if the system has the type `struct sockaddr_in'. */
140 #undef HAVE_STRUCT_SOCKADDR_IN
141
142 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
143 #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
144
145 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
146 #undef HAVE_STRUCT_SOCKADDR_STORAGE
147
139   /* Define to 1 if you have the <sys/devpoll.h> header file. */
140   #undef HAVE_SYS_DEVPOLL_H
141  
# Line 172 | Line 163
163   /* Define to 1 if you have the <unistd.h> header file. */
164   #undef HAVE_UNISTD_H
165  
175 /* Define to 1 if you have the `usleep' function. */
176 #undef HAVE_USLEEP
177
178 /* Define to 1 if you have the <wait.h> header file. */
179 #undef HAVE_WAIT_H
180
166   /* This value is set to 1 to indicate that the system argz facility works */
167   #undef HAVE_WORKING_ARGZ
168  
184 /* Define to 1 if you have IPv6 support. */
185 #undef IPV6
186
169   /* Set to libdir. */
170   #undef LIBDIR
171  
# Line 209 | Line 191
191     module search path. */
192   #undef LT_MODULE_PATH_VAR
193  
194 < /* Define to the sub-directory in which libtool stores uninstalled libraries.
213 <   */
194 > /* Define to the sub-directory where libtool stores uninstalled libraries. */
195   #undef LT_OBJDIR
196  
197   /* Define to the shared library suffix, say, ".dylib". */
198   #undef LT_SHARED_EXT
199  
200 + /* Define to the shared archive member specification, say "(shr.o)". */
201 + #undef LT_SHARED_LIB_MEMBER
202 +
203   /* Size of the auth mempool chunk. */
204   #undef MP_CHUNK_SIZE_AUTH
205  
# Line 228 | Line 212
212   /* Size of the client mempool chunk. */
213   #undef MP_CHUNK_SIZE_CLIENT
214  
215 + /* Size of the connection mempool chunk. */
216 + #undef MP_CHUNK_SIZE_CONNECTION
217 +
218   /* Size of the dbuf mempool chunk. */
219   #undef MP_CHUNK_SIZE_DBUF
220  
# Line 237 | Line 224
224   /* Size of the dns mempool chunk. */
225   #undef MP_CHUNK_SIZE_DNS
226  
227 + /* Size of the invite mempool chunk. */
228 + #undef MP_CHUNK_SIZE_INVITE
229 +
230   /* Size of the ip_entry mempool chunk. */
231   #undef MP_CHUNK_SIZE_IP_ENTRY
232  
243 /* Size of the local client mempool chunk. */
244 #undef MP_CHUNK_SIZE_LCLIENT
245
233   /* Size of the channel-member mempool chunk. */
234   #undef MP_CHUNK_SIZE_MEMBER
235  
249 /* Size of the namehost mempool chunk. */
250 #undef MP_CHUNK_SIZE_NAMEHOST
251
236   /* Size of the userhost mempool chunk. */
237   #undef MP_CHUNK_SIZE_USERHOST
238  
239   /* Size of the watch mempool chunk. */
240   #undef MP_CHUNK_SIZE_WATCH
241  
242 + /* Size of the Whowas mempool chunk. */
243 + #undef MP_CHUNK_SIZE_WHOWAS
244 +
245   /* Define to disable assert() statements. */
246   #undef NDEBUG
247  
248   /* Define if dlsym() requires a leading underscore in symbol names. */
249   #undef NEED_USCORE
250  
264 /* Size of the WHOWAS array. */
265 #undef NICKNAMEHISTORYLENGTH
266
251   /* Name of package */
252   #undef PACKAGE
253  
# Line 331 | Line 315
315   /* poll mechanism */
316   #undef __IOPOLL_MECHANISM_POLL
317  
334 /* select mechanism */
335 #undef __IOPOLL_MECHANISM_SELECT
336
318   /* Define so that glibc/gnulib argp.h does not typedef error_t. */
319   #undef __error_t_defined
320  
321 < /* Define to a type to use for `error_t' if it is not otherwise available. */
321 > /* Define to a type to use for 'error_t' if it is not otherwise available. */
322   #undef error_t

Diff Legend

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