X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.h.in;h=5839832400bdaef575bbadb9f3f9af4667309093;hb=4415d2a7377be61789eb5a6e35222962cbe7a146;hp=4cbac6566cf88f4321741c56a446a2e5c95d141b;hpb=b0a62d195efca12c5cb9e7c0b3bea3be2cd57fc9;p=util-vserver.git diff --git a/config.h.in b/config.h.in index 4cbac65..5839832 100644 --- a/config.h.in +++ b/config.h.in @@ -172,6 +172,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 @@ -220,6 +223,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 @@ -238,6 +244,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