--- gvpe/config.h.in 2005/03/18 01:53:05 1.9 +++ gvpe/config.h.in 2013/07/10 01:51:40 1.22 @@ -40,8 +40,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 +62,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 @@ -75,12 +81,21 @@ */ #undef HAVE_DCGETTEXT +/* 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 @@ -93,15 +108,24 @@ /* 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 +/* Define to 1 if you have the `kqueue' function. */ +#undef HAVE_KQUEUE + /* Define to 1 if you have the `gmp' library (-lgmp). */ #undef HAVE_LIBGMP /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL +/* Define to 1 if you have the `rt' library (-lrt). */ +#undef HAVE_LIBRT + /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET @@ -120,6 +144,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 @@ -169,6 +196,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 @@ -178,6 +217,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 @@ -217,9 +259,21 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_CYGWIN_H +/* 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 @@ -229,6 +283,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_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 @@ -238,6 +298,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 @@ -277,6 +340,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 @@ -288,7 +354,7 @@ /* 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 run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @@ -306,7 +372,7 @@ /* Version number of package */ #undef VERSION -/* Enable GNU extenstions */ +/* Enable GNU extensions */ #undef _GNU_SOURCE /* Define to empty if `const' does not conform to ANSI C. */ @@ -315,7 +381,7 @@ /* Define to `int' if does not define. */ #undef pid_t -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t @@ -341,11 +407,9 @@ #endif -// include clocale first because gettext.h might overwrite setlocale -#if defined(HAVE_CLOCALE) && defined(__cplusplus) -# include +#if HAVE_CLOCALE +# define CLOCALE #else -# include +# define CLOCALE #endif -#include "gettext.h"