X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.h.in;h=bf03135d721ac36f2f7a2c7f7acae849612359e0;hb=a741f6faf2baae1e823d334012f6a09e6a1bda51;hp=9f2259c66295d778b433c768cd489b02a2e27043;hpb=790da727bd17bd861659662f51c47c3f5ae6d637;p=util-vserver.git diff --git a/config.h.in b/config.h.in index 9f2259c..bf03135 100644 --- a/config.h.in +++ b/config.h.in @@ -181,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 @@ -235,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 @@ -253,6 +259,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