--- cvsroot/gvpe/config.h.in 2013/07/10 01:51:40 1.22 +++ cvsroot/gvpe/config.h.in 2013/07/16 16:44:36 1.23 @@ -18,6 +18,9 @@ /* 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 @@ -352,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.