--- gvpe/config.h.in 2007/11/10 05:14:21 1.13 +++ 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 @@ -40,8 +43,8 @@ language is requested. */ #undef ENABLE_NLS -/* ROHC support */ -#undef ENABLE_ROHC +/* POSIX thread support. */ +#undef ENABLE_PTHREADS /* TCP protocol support. */ #undef ENABLE_TCP @@ -62,6 +65,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_CLOCALE +/* Define to 1 if you have the `clock_gettime' function. */ +#undef HAVE_CLOCK_GETTIME + +/* Define to 1 to use the syscall interface for clock_gettime */ +#undef HAVE_CLOCK_SYSCALL + /* Cygwin */ #undef HAVE_CYGWIN @@ -78,12 +87,18 @@ /* Define to 1 if you have the `epoll_ctl' function. */ #undef HAVE_EPOLL_CTL +/* Define to 1 if you have the `eventfd' function. */ +#undef HAVE_EVENTFD + /* Define to 1 if you have the header file. */ #undef HAVE_EXT_HASH_MAP /* 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 @@ -96,6 +111,9 @@ /* Define if you have the iconv() function. */ #undef HAVE_ICONV +/* Define to 1 if you have the `inotify_init' function. */ +#undef HAVE_INOTIFY_INIT + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -129,6 +147,9 @@ /* Define to 1 if you have the `mlockall' function. */ #undef HAVE_MLOCKALL +/* Define to 1 if you have the `nanosleep' function. */ +#undef HAVE_NANOSLEEP + /* NetBSD */ #undef HAVE_NETBSD @@ -178,6 +199,18 @@ /* 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 + +/* Define to 1 if you have the header file. */ +#undef HAVE_POLL_H + +/* Define to 1 if you have the `port_create' function. */ +#undef HAVE_PORT_CREATE + +/* Define to 1 if you have the header file. */ +#undef HAVE_PORT_H + /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV @@ -187,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 @@ -229,12 +265,18 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_EPOLL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_EVENTFD_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_EVENT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_INOTIFY_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_H @@ -244,8 +286,11 @@ /* 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 @@ -256,6 +301,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_TR1_UNORDERED_MAP + /* Universal tun/tap driver present */ #undef HAVE_TUNTAP @@ -295,15 +343,18 @@ /* 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 -/* 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.