X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.h.in;h=ad2998d9f9d4e7248b5b1e28ed9e8ef6abe6f9e7;hb=d4c1d86583d470bc794a3c1b368b2e738cbc3b96;hp=bfa6dd84d2d1f40facee24ba117ee4b92fb1caf3;hpb=fc28db1eb4146796ec27c2fb15780d6303120261;p=util-vserver.git diff --git a/config.h.in b/config.h.in index bfa6dd8..ad2998d 100644 --- a/config.h.in +++ b/config.h.in @@ -1,8 +1,14 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Used crypto API */ +#undef ENSC_CRYPTO_API + /* 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 @@ -169,6 +175,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 @@ -217,6 +226,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 @@ -235,6 +247,12 @@ /* 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