--- gvpe/config.h.in 2003/10/16 21:12:43 1.2 +++ gvpe/config.h.in 2004/02/08 07:24:25 1.6 @@ -37,6 +37,9 @@ language is requested. */ #undef ENABLE_NLS +/* ROHC support */ +#undef ENABLE_ROHC + /* TCP protocol support. */ #undef ENABLE_TCP @@ -157,9 +160,6 @@ /* 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 `putenv' function. */ #undef HAVE_PUTENV @@ -220,9 +220,6 @@ /* 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_POLL_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -244,6 +241,12 @@ /* Size of HMAC in each packet in bytes. */ #undef HMACLENGTH +/* kernel interface subtype */ +#undef IFSUBTYPE + +/* kernel interface type */ +#undef IFTYPE + /* Location of if_tun.h */ #undef LINUX_IF_TUN_H @@ -277,9 +280,9 @@ /* 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. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if you have the ANSI C header files. */ @@ -297,9 +300,6 @@ /* Enable GNU extenstions */ #undef _GNU_SOURCE -/* Enable BSD extensions */ -#undef __USE_BSD - /* Define to empty if `const' does not conform to ANSI C. */ #undef const