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

Comparing ircd-hybrid-7.2/config.h.in (file contents):
Revision 1013 by michael, Sun Oct 18 14:26:49 2009 UTC vs.
Revision 1015 by michael, Sun Oct 25 00:08:06 2009 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 160 | Line 175
175   /* Define to 1 if you have the <socket.h> header file. */
176   #undef HAVE_SOCKET_H
177  
163 /* Define to 1 if you have the <stddef.h> header file. */
164 #undef HAVE_STDDEF_H
165
178   /* Define to 1 if you have the <stdint.h> header file. */
179   #undef HAVE_STDINT_H
180  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines