--- gvpe/config.h.in 2011/02/15 13:31:21 1.20 +++ gvpe/config.h.in 2018/10/25 04:32:26 1.26 @@ -18,18 +18,21 @@ /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA +/* Select the auth digest algorithm to use. */ +#undef ENABLE_AUTH + /* Select the symmetric cipher to use. */ #undef ENABLE_CIPHER /* Enable compression support. */ #undef ENABLE_COMPRESSION -/* Select the digest algorithm to use. */ -#undef ENABLE_DIGEST - /* DNS tunnel protocol support. */ #undef ENABLE_DNS +/* Select the HMAC digest algorithm to use. */ +#undef ENABLE_HMAC + /* http proxy connect support. */ #undef ENABLE_HTTP_PROXY @@ -40,6 +43,9 @@ language is requested. */ #undef ENABLE_NLS +/* POSIX thread support. */ +#undef ENABLE_PTHREADS + /* TCP protocol support. */ #undef ENABLE_TCP @@ -62,7 +68,7 @@ /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME -/* "use syscall interface for clock_gettime" */ +/* Define to 1 to use the syscall interface for clock_gettime */ #undef HAVE_CLOCK_SYSCALL /* Cygwin */ @@ -90,6 +96,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if the floor function is available */ +#undef HAVE_FLOOR + /* FreeBSD */ #undef HAVE_FREEBSD @@ -114,9 +123,6 @@ /* Define to 1 if you have the `gmp' library (-lgmp). */ #undef HAVE_LIBGMP -/* Define to 1 if you have the `m' library (-lm). */ -#undef HAVE_LIBM - /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL @@ -168,31 +174,6 @@ /* OpenBSD */ #undef HAVE_OPENBSD -/* Define to 1 if you have the `OpenSSL_add_all_algorithms' function. */ -#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS - -/* Define to 1 if you have the `OPENSSL_add_all_algorithms_noconf' function. - */ -#undef HAVE_OPENSSL_ADD_ALL_ALGORITHMS_NOCONF - -/* Define to 1 if you have the header file. */ -#undef HAVE_OPENSSL_ERR_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_OPENSSL_EVP_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_OPENSSL_PEM_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_OPENSSL_RAND_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_OPENSSL_RSA_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_OPENSSL_SHA_H - /* Define to 1 if you have the `poll' function. */ #undef HAVE_POLL @@ -208,9 +189,6 @@ /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV -/* Define to 1 if you have the `RAND_pseudo_bytes' function. */ -#undef HAVE_RAND_PSEUDO_BYTES - /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT @@ -223,9 +201,6 @@ /* Solaris/SunOS */ #undef HAVE_SOLARIS -/* Define to 1 if you have the `SSLeay_add_all_algorithms' function. */ -#undef HAVE_SSLEAY_ADD_ALL_ALGORITHMS - /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -343,12 +318,12 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Add this many bytes of randomness to each packet. */ -#undef RAND_SIZE - /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE +/* Size of RSA keys. */ +#undef RSABITS + /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime.