Tagging module util-vserver - util-vserver-0.30.215-6
[util-vserver.git] / config.h.in
index 0f11d78..ad2998d 100644 (file)
@@ -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 <ext2fs/ext2_fs.h> is usable */
 #undef ENSC_HAVE_EXT2FS_EXT2_FS_H
 
 /* Define to 1 if you have the <inttypes.h> 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 <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
 /* Define to 1 if you have the <sys/types.h> 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 <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
 /* 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
 
 /* 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
+
+/* 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
 
 #undef _FILE_OFFSET_BITS
 
 
-#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