X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=bfa6dd84d2d1f40facee24ba117ee4b92fb1caf3;hb=3b34449070c0846fdc49436d1edd5916512f1644;hp=0f11d78f2177feb23f73933bea479ced3aa2879f;hpb=7370d748ee384dd549f2947c60ebc9a647907d06;p=util-vserver.git diff --git a/config.h.in b/config.h.in index 0f11d78..bfa6dd8 100644 --- a/config.h.in +++ b/config.h.in @@ -139,6 +139,9 @@ /* 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 @@ -226,6 +229,12 @@ /* 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 @@ -233,7 +242,7 @@ #undef _FILE_OFFSET_BITS -#if defined(__pic__) && defined(__i386) && !defined(ENSC_SYSCALL_TRADITIONAL) +#if defined(__pic__) && defined(__i386) && !defined(ENSC_SYSCALL_TRADITIONAL) && !defined(ENSC_USE_ALTERNATIVE_SYSCALL_MACROS) # define ENSC_SYSCALL_TRADITIONAL 1 #endif