ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/config.h.in
(Generate patch)

Comparing gvpe/config.h.in (file contents):
Revision 1.25 by root, Thu Jun 30 11:43:38 2016 UTC vs.
Revision 1.26 by root, Thu Oct 25 04:32:26 2018 UTC

172#undef HAVE_NET_IF_H 172#undef HAVE_NET_IF_H
173 173
174/* OpenBSD */ 174/* OpenBSD */
175#undef HAVE_OPENBSD 175#undef HAVE_OPENBSD
176 176
177/* Define to 1 if you have the `OpenSSL_add_all_algorithms' function. */
178#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS
179
180/* Define to 1 if you have the `OPENSSL_add_all_algorithms_noconf' function.
181 */
182#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS_NOCONF
183
184/* Define to 1 if you have the <openssl/err.h> header file. */
185#undef HAVE_OPENSSL_ERR_H
186
187/* Define to 1 if you have the <openssl/evp.h> header file. */
188#undef HAVE_OPENSSL_EVP_H
189
190/* Define to 1 if you have the <openssl/pem.h> header file. */
191#undef HAVE_OPENSSL_PEM_H
192
193/* Define to 1 if you have the <openssl/rand.h> header file. */
194#undef HAVE_OPENSSL_RAND_H
195
196/* Define to 1 if you have the <openssl/rsa.h> header file. */
197#undef HAVE_OPENSSL_RSA_H
198
199/* Define to 1 if you have the <openssl/sha.h> header file. */
200#undef HAVE_OPENSSL_SHA_H
201
202/* Define to 1 if you have the `poll' function. */ 177/* Define to 1 if you have the `poll' function. */
203#undef HAVE_POLL 178#undef HAVE_POLL
204 179
205/* Define to 1 if you have the <poll.h> header file. */ 180/* Define to 1 if you have the <poll.h> header file. */
206#undef HAVE_POLL_H 181#undef HAVE_POLL_H
212#undef HAVE_PORT_H 187#undef HAVE_PORT_H
213 188
214/* Define to 1 if you have the `putenv' function. */ 189/* Define to 1 if you have the `putenv' function. */
215#undef HAVE_PUTENV 190#undef HAVE_PUTENV
216 191
217/* Define to 1 if you have the `RAND_pseudo_bytes' function. */
218#undef HAVE_RAND_PSEUDO_BYTES
219
220/* Define to 1 if you have the `select' function. */ 192/* Define to 1 if you have the `select' function. */
221#undef HAVE_SELECT 193#undef HAVE_SELECT
222 194
223/* Define to 1 if you have the `signalfd' function. */ 195/* Define to 1 if you have the `signalfd' function. */
224#undef HAVE_SIGNALFD 196#undef HAVE_SIGNALFD
226/* socklen_t available */ 198/* socklen_t available */
227#undef HAVE_SOCKLEN_T 199#undef HAVE_SOCKLEN_T
228 200
229/* Solaris/SunOS */ 201/* Solaris/SunOS */
230#undef HAVE_SOLARIS 202#undef HAVE_SOLARIS
231
232/* Define to 1 if you have the `SSLeay_add_all_algorithms' function. */
233#undef HAVE_SSLEAY_ADD_ALL_ALGORITHMS
234 203
235/* Define to 1 if you have the <stdint.h> header file. */ 204/* Define to 1 if you have the <stdint.h> header file. */
236#undef HAVE_STDINT_H 205#undef HAVE_STDINT_H
237 206
238/* Define to 1 if you have the <stdlib.h> header file. */ 207/* Define to 1 if you have the <stdlib.h> header file. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines