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 4334 by michael, Sat Aug 2 15:53:31 2014 UTC vs.
Revision 7551 by michael, Fri Apr 22 20:04:49 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  
# Line 255 | Line 242
242   /* Size of the watch mempool chunk. */
243   #undef MP_CHUNK_SIZE_WATCH
244  
245 + /* Size of the Whowas mempool chunk. */
246 + #undef MP_CHUNK_SIZE_WHOWAS
247 +
248   /* Define to disable assert() statements. */
249   #undef NDEBUG
250  
251   /* Define if dlsym() requires a leading underscore in symbol names. */
252   #undef NEED_USCORE
253  
264 /* Size of the WHOWAS array. */
265 #undef NICKNAMEHISTORYLENGTH
266
254   /* Name of package */
255   #undef PACKAGE
256  
# Line 334 | Line 321
321   /* Define so that glibc/gnulib argp.h does not typedef error_t. */
322   #undef __error_t_defined
323  
324 < /* Define to a type to use for `error_t' if it is not otherwise available. */
324 > /* Define to a type to use for 'error_t' if it is not otherwise available. */
325   #undef error_t

Diff Legend

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