ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/config.h.in
(Generate patch)

Comparing:
ircd-hybrid-7.2/config.h.in (file contents), Revision 1010 by michael, Thu Sep 17 17:06:11 2009 UTC vs.
ircd-hybrid-7.3/config.h.in (file contents), Revision 1253 by michael, Tue Nov 1 09:03:49 2011 UTC

# Line 100 | Line 100
100   /* Define to 1 if the system has the type `error_t'. */
101   #undef HAVE_ERROR_T
102  
103 + /* Define to 1 if you have the `EVP_bf_cfb' function. */
104 + #undef HAVE_EVP_BF_CFB
105 +
106 + /* Define to 1 if you have the `EVP_cast5_cfb' function. */
107 + #undef HAVE_EVP_CAST5_CFB
108 +
109 + /* Define to 1 if you have the `EVP_des_cfb' function. */
110 + #undef HAVE_EVP_DES_CFB
111 +
112 + /* Define to 1 if you have the `EVP_des_ede3_cfb' function. */
113 + #undef HAVE_EVP_DES_EDE3_CFB
114 +
115 + /* Define to 1 if you have the `EVP_idea_cfb' function. */
116 + #undef HAVE_EVP_IDEA_CFB
117 +
118 + /* Define to 1 if you have the `EVP_rc5_32_12_16_cfb' function. */
119 + #undef HAVE_EVP_RC5_32_12_16_CFB
120 +
121   /* Define to 1 if you have the `inet_aton' function. */
122   #undef HAVE_INET_ATON
123  
# Line 112 | Line 130
130   /* Define to 1 if you have the <inttypes.h> header file. */
131   #undef HAVE_INTTYPES_H
132  
133 < /* If we support ssl */
133 > /* Define to 1 if you have the `crypto' library (-lcrypto). */
134   #undef HAVE_LIBCRYPTO
135  
136   /* Define if you have the libdl library or equivalent. */
# Line 121 | Line 139
139   /* Define if libdlloader will be built on this platform */
140   #undef HAVE_LIBDLLOADER
141  
124 /* Define to 1 if you have the <libgen.h> header file. */
125 #undef HAVE_LIBGEN_H
126
142   /* Define to 1 if libpcre (-lpcre) is available. */
143   #undef HAVE_LIBPCRE
144  
# Line 157 | Line 172
172   /* Define if you have the shl_load function. */
173   #undef HAVE_SHL_LOAD
174  
175 + /* Define to 1 if you have the `socketpair' function. */
176 + #undef HAVE_SOCKETPAIR
177 +
178   /* Define to 1 if you have the <socket.h> header file. */
179   #undef HAVE_SOCKET_H
180  
163 /* Define to 1 if you have the <stddef.h> header file. */
164 #undef HAVE_STDDEF_H
165
181   /* Define to 1 if you have the <stdint.h> header file. */
182   #undef HAVE_STDINT_H
183  
# Line 190 | Line 205
205   /* Define to 1 if the system has the type `struct sockaddr_in'. */
206   #undef HAVE_STRUCT_SOCKADDR_IN
207  
208 < /* Define to 1 if the system has the type `struct sockaddr_in6'. */
194 < #undef HAVE_STRUCT_SOCKADDR_IN6
195 <
196 < /* Define to 1 if `struct sockaddr_in' is a member of `sin_len'. */
208 > /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
209   #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
210  
211   /* Define to 1 if the system has the type `struct sockaddr_storage'. */
# Line 241 | Line 253
253   /* This value is set to 1 to indicate that the system argz facility works */
254   #undef HAVE_WORKING_ARGZ
255  
244 /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
245 #undef INVARIANTS
246
256   /* Define to 1 if you have IPv6 support. */
257   #undef IPV6
258  
# Line 268 | Line 277
277   /* The archive extension */
278   #undef LT_LIBEXT
279  
280 + /* The archive prefix */
281 + #undef LT_LIBPREFIX
282 +
283   /* Define to the extension used for runtime loadable modules, say, ".so". */
284   #undef LT_MODULE_EXT
285  
# Line 279 | Line 291
291     */
292   #undef LT_OBJDIR
293  
294 + /* Define to the shared library suffix, say, ".dylib". */
295 + #undef LT_SHARED_EXT
296 +
297   /* Define to 1 to disable debugging. */
298   #undef NDEBUG
299  
# Line 336 | Line 351
351   /* Size of the topic heap. */
352   #undef TOPIC_HEAP_SIZE
353  
339 /* If Defined to 1 server links to your network must have a minimum of TS5. */
340 #undef TS5_ONLY
341
354   /* use this iopoll mechanism */
355   #undef USE_IOPOLL_MECHANISM
356  

Diff Legend

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