display sed command before invokation
[util-vserver.git] / config.h.in
index a0cba84..9f2259c 100644 (file)
@@ -21,6 +21,9 @@
 /* Use alternative _syscallX macros */
 #undef ENSC_USE_ALTERNATIVE_SYSCALL_MACROS
 
+/* Define to 1 if you have the <asm/types.h> 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
 /* 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
 
 /* 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