X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.h.in;h=0f11d78f2177feb23f73933bea479ced3aa2879f;hb=4e5b5be29f277a759a99b405817715052187a518;hp=bfa6dd84d2d1f40facee24ba117ee4b92fb1caf3;hpb=3b34449070c0846fdc49436d1edd5916512f1644;p=util-vserver.git diff --git a/config.h.in b/config.h.in index bfa6dd8..0f11d78 100644 --- a/config.h.in +++ b/config.h.in @@ -139,9 +139,6 @@ /* Define to 1 if you have the 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 header file. */ #undef HAVE_MEMORY_H @@ -229,12 +226,6 @@ /* 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 @@ -242,7 +233,7 @@ #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