--- gvpe/config.h.in 2008/01/28 12:00:13 1.18 +++ gvpe/config.h.in 2009/01/18 03:44:09 1.19 @@ -40,9 +40,6 @@ language is requested. */ #undef ENABLE_NLS -/* ROHC support */ -#undef ENABLE_ROHC - /* TCP protocol support. */ #undef ENABLE_TCP @@ -65,6 +62,9 @@ /* Define to 1 if you have the `clock_gettime' function. */ #undef HAVE_CLOCK_GETTIME +/* "use syscall interface for clock_gettime" */ +#undef HAVE_CLOCK_SYSCALL + /* Cygwin */ #undef HAVE_CYGWIN @@ -81,6 +81,9 @@ /* 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 @@ -253,6 +256,9 @@ /* 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