--- gvpe/config.h.in 2011/02/15 13:31:21 1.20 +++ 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