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.21 by root, Tue Mar 8 17:33:30 2011 UTC vs.
Revision 1.25 by root, Thu Jun 30 11:43:38 2016 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. */
121#undef HAVE_LIBGMP 124#undef HAVE_LIBGMP
122 125
123/* Define to 1 if you have the `nsl' library (-lnsl). */ 126/* Define to 1 if you have the `nsl' library (-lnsl). */
124#undef HAVE_LIBNSL 127#undef HAVE_LIBNSL
125 128
126/* Define to 1 if you have the `pthread' library (-lpthread). */
127#undef HAVE_LIBPTHREAD
128
129/* Define to 1 if you have the `rt' library (-lrt). */ 129/* Define to 1 if you have the `rt' library (-lrt). */
130#undef HAVE_LIBRT 130#undef HAVE_LIBRT
131 131
132/* Define to 1 if you have the `socket' library (-lsocket). */ 132/* Define to 1 if you have the `socket' library (-lsocket). */
133#undef HAVE_LIBSOCKET 133#undef HAVE_LIBSOCKET
347#undef PACKAGE_URL 347#undef PACKAGE_URL
348 348
349/* Define to the version of this package. */ 349/* Define to the version of this package. */
350#undef PACKAGE_VERSION 350#undef PACKAGE_VERSION
351 351
352/* Add this many bytes of randomness to each packet. */
353#undef RAND_SIZE
354
355/* Define as the return type of signal handlers (`int' or `void'). */ 352/* Define as the return type of signal handlers (`int' or `void'). */
356#undef RETSIGTYPE 353#undef RETSIGTYPE
354
355/* Size of RSA keys. */
356#undef RSABITS
357 357
358/* If using the C implementation of alloca, define if you know the 358/* If using the C implementation of alloca, define if you know the
359 direction of stack growth for your system; otherwise it will be 359 direction of stack growth for your system; otherwise it will be
360 automatically deduced at runtime. 360 automatically deduced at runtime.
361 STACK_DIRECTION > 0 => grows toward higher addresses 361 STACK_DIRECTION > 0 => grows toward higher addresses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines