X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.h.in;h=9f2259c66295d778b433c768cd489b02a2e27043;hb=ce5570abb9cf48a994e99f4a87eeb5c3d0140369;hp=0f11d78f2177feb23f73933bea479ced3aa2879f;hpb=2822ba293eb308225c50d346930c47bf98d9927b;p=util-vserver.git diff --git a/config.h.in b/config.h.in index 0f11d78..9f2259c 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Define to 1 if dietlibc supports C99 */ #undef ENSC_DIETLIBC_C99 +/* Define to 1 if dietlibc declares syscall */ +#undef ENSC_DIETLIBC_HAS_SYSCALL + /* define when is usable */ #undef ENSC_HAVE_EXT2FS_EXT2_FS_H @@ -18,6 +21,9 @@ /* Use alternative _syscallX macros */ #undef ENSC_USE_ALTERNATIVE_SYSCALL_MACROS +/* Define to 1 if you have the header file. */ +#undef HAVE_ASM_TYPES_H + /* Define to 1 if you have the declaration of `ADDR_LIMIT_32BIT', and to 0 if you don't. */ #undef HAVE_DECL_ADDR_LIMIT_32BIT @@ -139,9 +145,18 @@ /* 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 +/* Define to 1 if you have the header file. */ +#undef HAVE_NETLINK_NETLINK_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_NETLINK_ROUTE_ADDR_H + /* Define to 1 if the system has the type `nid_t'. */ #undef HAVE_NID_T @@ -175,6 +190,12 @@ /* Define to 1 if the system has the type `xid_t'. */ #undef HAVE_XID_T +/* Define to 1 if the system has the type `__s64'. */ +#undef HAVE___S64 + +/* Define to 1 if the system has the type `__u64'. */ +#undef HAVE___U64 + /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O @@ -226,14 +247,26 @@ /* 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 /* Use 64bit interface for filesystem operations */ #undef _FILE_OFFSET_BITS +/* Define this to a signed 64-bit integer type */ +#undef __s64 + +/* Define this to an unsigned 64-bit integer type */ +#undef __u64 + -#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