--- gvpe/config.h.in 2009/01/18 03:44:09 1.19 +++ gvpe/config.h.in 2013/07/10 01:51:40 1.22 @@ -40,6 +40,9 @@ language is requested. */ #undef ENABLE_NLS +/* POSIX thread support. */ +#undef ENABLE_PTHREADS + /* TCP protocol support. */ #undef ENABLE_TCP @@ -62,7 +65,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 +93,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 +120,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 +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 @@ -277,12 +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_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 +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