--- gvpe/config.h.in 2013/07/10 01:51:40 1.22 +++ gvpe/config.h.in 2016/06/30 11:43:38 1.25 @@ -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 @@ -346,12 +349,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.