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.22 by root, Wed Jul 10 01:51:40 2013 UTC vs.
Revision 1.26 by root, Thu Oct 25 04:32:26 2018 UTC

16#undef CRAY_STACKSEG_END 16#undef CRAY_STACKSEG_END
17 17
18/* Define to 1 if using `alloca.c'. */ 18/* Define to 1 if using `alloca.c'. */
19#undef C_ALLOCA 19#undef C_ALLOCA
20 20
21/* Select the auth digest algorithm to use. */
22#undef ENABLE_AUTH
23
21/* Select the symmetric cipher to use. */ 24/* Select the symmetric cipher to use. */
22#undef ENABLE_CIPHER 25#undef ENABLE_CIPHER
23 26
24/* Enable compression support. */ 27/* Enable compression support. */
25#undef ENABLE_COMPRESSION 28#undef ENABLE_COMPRESSION
26 29
27/* Select the digest algorithm to use. */
28#undef ENABLE_DIGEST
29
30/* DNS tunnel protocol support. */ 30/* DNS tunnel protocol support. */
31#undef ENABLE_DNS 31#undef ENABLE_DNS
32
33/* Select the HMAC digest algorithm to use. */
34#undef ENABLE_HMAC
32 35
33/* http proxy connect support. */ 36/* http proxy connect support. */
34#undef ENABLE_HTTP_PROXY 37#undef ENABLE_HTTP_PROXY
35 38
36/* ICMP protocol support. */ 39/* ICMP protocol support. */
169#undef HAVE_NET_IF_H 172#undef HAVE_NET_IF_H
170 173
171/* OpenBSD */ 174/* OpenBSD */
172#undef HAVE_OPENBSD 175#undef HAVE_OPENBSD
173 176
174/* Define to 1 if you have the `OpenSSL_add_all_algorithms' function. */
175#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS
176
177/* Define to 1 if you have the `OPENSSL_add_all_algorithms_noconf' function.
178 */
179#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS_NOCONF
180
181/* Define to 1 if you have the <openssl/err.h> header file. */
182#undef HAVE_OPENSSL_ERR_H
183
184/* Define to 1 if you have the <openssl/evp.h> header file. */
185#undef HAVE_OPENSSL_EVP_H
186
187/* Define to 1 if you have the <openssl/pem.h> header file. */
188#undef HAVE_OPENSSL_PEM_H
189
190/* Define to 1 if you have the <openssl/rand.h> header file. */
191#undef HAVE_OPENSSL_RAND_H
192
193/* Define to 1 if you have the <openssl/rsa.h> header file. */
194#undef HAVE_OPENSSL_RSA_H
195
196/* Define to 1 if you have the <openssl/sha.h> header file. */
197#undef HAVE_OPENSSL_SHA_H
198
199/* Define to 1 if you have the `poll' function. */ 177/* Define to 1 if you have the `poll' function. */
200#undef HAVE_POLL 178#undef HAVE_POLL
201 179
202/* Define to 1 if you have the <poll.h> header file. */ 180/* Define to 1 if you have the <poll.h> header file. */
203#undef HAVE_POLL_H 181#undef HAVE_POLL_H
209#undef HAVE_PORT_H 187#undef HAVE_PORT_H
210 188
211/* Define to 1 if you have the `putenv' function. */ 189/* Define to 1 if you have the `putenv' function. */
212#undef HAVE_PUTENV 190#undef HAVE_PUTENV
213 191
214/* Define to 1 if you have the `RAND_pseudo_bytes' function. */
215#undef HAVE_RAND_PSEUDO_BYTES
216
217/* Define to 1 if you have the `select' function. */ 192/* Define to 1 if you have the `select' function. */
218#undef HAVE_SELECT 193#undef HAVE_SELECT
219 194
220/* Define to 1 if you have the `signalfd' function. */ 195/* Define to 1 if you have the `signalfd' function. */
221#undef HAVE_SIGNALFD 196#undef HAVE_SIGNALFD
224#undef HAVE_SOCKLEN_T 199#undef HAVE_SOCKLEN_T
225 200
226/* Solaris/SunOS */ 201/* Solaris/SunOS */
227#undef HAVE_SOLARIS 202#undef HAVE_SOLARIS
228 203
229/* Define to 1 if you have the `SSLeay_add_all_algorithms' function. */
230#undef HAVE_SSLEAY_ADD_ALL_ALGORITHMS
231
232/* Define to 1 if you have the <stdint.h> header file. */ 204/* Define to 1 if you have the <stdint.h> header file. */
233#undef HAVE_STDINT_H 205#undef HAVE_STDINT_H
234 206
235/* Define to 1 if you have the <stdlib.h> header file. */ 207/* Define to 1 if you have the <stdlib.h> header file. */
236#undef HAVE_STDLIB_H 208#undef HAVE_STDLIB_H
344#undef PACKAGE_URL 316#undef PACKAGE_URL
345 317
346/* Define to the version of this package. */ 318/* Define to the version of this package. */
347#undef PACKAGE_VERSION 319#undef PACKAGE_VERSION
348 320
349/* Add this many bytes of randomness to each packet. */
350#undef RAND_SIZE
351
352/* Define as the return type of signal handlers (`int' or `void'). */ 321/* Define as the return type of signal handlers (`int' or `void'). */
353#undef RETSIGTYPE 322#undef RETSIGTYPE
323
324/* Size of RSA keys. */
325#undef RSABITS
354 326
355/* If using the C implementation of alloca, define if you know the 327/* If using the C implementation of alloca, define if you know the
356 direction of stack growth for your system; otherwise it will be 328 direction of stack growth for your system; otherwise it will be
357 automatically deduced at runtime. 329 automatically deduced at runtime.
358 STACK_DIRECTION > 0 => grows toward higher addresses 330 STACK_DIRECTION > 0 => grows toward higher addresses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines