--- gvpe/config.h.in 2009/01/18 03:44:09 1.19 +++ 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 @@ -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 @@ -214,6 +220,9 @@ /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT +/* Define to 1 if you have the `signalfd' function. */ +#undef HAVE_SIGNALFD + /* socklen_t available */ #undef HAVE_SOCKLEN_T @@ -277,12 +286,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_QUEUE_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SELECT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SIGNALFD_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -334,6 +343,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -343,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.