--- gvpe/config.h.in 2011/03/08 17:33:30 1.21 +++ gvpe/config.h.in 2013/07/18 13:35:19 1.24 @@ -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 @@ -123,9 +126,6 @@ /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL -/* Define to 1 if you have the `pthread' library (-lpthread). */ -#undef HAVE_LIBPTHREAD - /* Define to 1 if you have the `rt' library (-lrt). */ #undef HAVE_LIBRT @@ -355,6 +355,9 @@ /* 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.