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

Comparing ircd-hybrid-7.2/config.h.in (file contents):
Revision 912 by michael, Wed Nov 7 22:47:44 2007 UTC vs.
Revision 915 by michael, Wed Nov 7 23:42:08 2007 UTC

# Line 1 | Line 1
1 < /* include/setup.h.in.  Generated from configure.ac by autoheader.  */
1 > /* config.h.in.  Generated from configure.ac by autoheader.  */
2  
3   /* Size of the ban heap. */
4   #undef BAN_HEAP_SIZE
# Line 42 | Line 42
42   /* Define to 1 if you have the <errno.h> header file. */
43   #undef HAVE_ERRNO_H
44  
45 /* Define to 1 if you have the `EVP_bf_cfb' function. */
46 #undef HAVE_EVP_BF_CFB
47
48 /* Define to 1 if you have the `EVP_cast5_cfb' function. */
49 #undef HAVE_EVP_CAST5_CFB
50
51 /* Define to 1 if you have the `EVP_des_cfb' function. */
52 #undef HAVE_EVP_DES_CFB
53
54 /* Define to 1 if you have the `EVP_des_ede3_cfb' function. */
55 #undef HAVE_EVP_DES_EDE3_CFB
56
57 /* Define to 1 if you have the `EVP_idea_cfb' function. */
58 #undef HAVE_EVP_IDEA_CFB
59
60 /* Define to 1 if you have the `EVP_rc5_32_12_16_cfb' function. */
61 #undef HAVE_EVP_RC5_32_12_16_CFB
62
45   /* Define to 1 if you have the `inet_aton' function. */
46   #undef HAVE_INET_ATON
47  
# Line 72 | Line 54
54   /* Define to 1 if you have the <inttypes.h> header file. */
55   #undef HAVE_INTTYPES_H
56  
57 < /* Define to 1 if you have the `crypto' library (-lcrypto). */
57 > /* If we support ssl */
58   #undef HAVE_LIBCRYPTO
59  
60   /* Define to 1 if you have the <libgen.h> header file. */
# Line 147 | Line 129
129   /* Define to 1 if you have the <wait.h> header file. */
130   #undef HAVE_WAIT_H
131  
150 /* Length of nicknames. */
151 #undef HOSTLEN
152
132   /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
133   #undef INVARIANTS
134  
# Line 231 | Line 210
210   /* If Defined to 1 server links to your network must have a minimum of TS5. */
211   #undef TS5_ONLY
212  
234 /* Length of nicknames. */
235 #undef USERLEN
236
213   /* use this iopoll mechanism */
214   #undef USE_IOPOLL_MECHANISM
215  
# Line 251 | Line 227
227     `char[]'. */
228   #undef YYTEXT_POINTER
229  
254 /* Enable GNU extensions on systems that have them.  */
255 #ifndef _GNU_SOURCE
256 # undef _GNU_SOURCE
257 #endif
258
230   /* devpoll mechanism */
231   #undef __IOPOLL_MECHANISM_DEVPOLL
232  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines