backing out to version 208 of util-vserver
[util-vserver.git] / config.h.in
index bfa6dd8..0f11d78 100644 (file)
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define to 1 if you have the `util' library (-lutil). */
-#undef HAVE_LIBUTIL
-
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
 /* Enable support for API of vserver 1.3.x */
 #undef VC_ENABLE_API_V13
 
-/* Enable support for some obsoleted API of vserver 1.3.x */
-#undef VC_ENABLE_API_V13OBS
-
-/* Enable support for API of vserver 2.1.x */
-#undef VC_ENABLE_API_V21
-
 /* Version number of package */
 #undef VERSION
 
 #undef _FILE_OFFSET_BITS
 
 
-#if defined(__pic__) && defined(__i386) && !defined(ENSC_SYSCALL_TRADITIONAL) && !defined(ENSC_USE_ALTERNATIVE_SYSCALL_MACROS)
+#if defined(__pic__) && defined(__i386) && !defined(ENSC_SYSCALL_TRADITIONAL)
 #  define ENSC_SYSCALL_TRADITIONAL     1
 #endif