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.23 by root, Tue Jul 16 16:44:36 2013 UTC vs.
Revision 1.25 by root, Thu Jun 30 11:43:38 2016 UTC

25#undef ENABLE_CIPHER 25#undef ENABLE_CIPHER
26 26
27/* Enable compression support. */ 27/* Enable compression support. */
28#undef ENABLE_COMPRESSION 28#undef ENABLE_COMPRESSION
29 29
30/* Select the digest algorithm to use. */
31#undef ENABLE_DIGEST
32
33/* DNS tunnel protocol support. */ 30/* DNS tunnel protocol support. */
34#undef ENABLE_DNS 31#undef ENABLE_DNS
32
33/* Select the HMAC digest algorithm to use. */
34#undef ENABLE_HMAC
35 35
36/* http proxy connect support. */ 36/* http proxy connect support. */
37#undef ENABLE_HTTP_PROXY 37#undef ENABLE_HTTP_PROXY
38 38
39/* ICMP protocol support. */ 39/* ICMP protocol support. */
346/* Define to the home page for this package. */ 346/* Define to the home page for this package. */
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
352/* Add this many bytes of randomness to each packet. */
353#undef RAND_SIZE
354 351
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
357 354
358/* Size of RSA keys. */ 355/* Size of RSA keys. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines