--- gvpe/config.h.in 2007/12/01 23:35:31 1.16 +++ 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 @@ -138,6 +141,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 @@ -250,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 @@ -283,6 +292,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