X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.h.in;h=bf03135d721ac36f2f7a2c7f7acae849612359e0;hb=a741f6faf2baae1e823d334012f6a09e6a1bda51;hp=a0cba84ed31c3cc7a1dfe5f8d5eaa6fb61001855;hpb=d6218374134c27be203417ae594c214ffaa4a238;p=util-vserver.git diff --git a/config.h.in b/config.h.in index a0cba84..bf03135 100644 --- a/config.h.in +++ b/config.h.in @@ -21,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 @@ -178,6 +181,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if the system has the type `tag_t'. */ +#undef HAVE_TAG_T + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -187,6 +193,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,6 +238,9 @@ /* Enable support for network context API */ #undef VC_ENABLE_API_NET +/* Enable support for new networking API */ +#undef VC_ENABLE_API_NETV2 + /* Enable API for a backward compatible /proc parsing */ #undef VC_ENABLE_API_OLDPROC @@ -244,12 +259,24 @@ /* Enable support for API of vserver 2.1.x */ #undef VC_ENABLE_API_V21 +/* Enable support for API of vserver 2.2.x */ +#undef VC_ENABLE_API_V22 + +/* Enable support for API of vserver 2.3.x */ +#undef VC_ENABLE_API_V23 + /* 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) && !defined(ENSC_USE_ALTERNATIVE_SYSCALL_MACROS) # define ENSC_SYSCALL_TRADITIONAL 1