From: Daniel Hokka Zakrisson Date: Wed, 10 Oct 2007 14:50:17 +0000 (+0000) Subject: More __u64 and __s64 fixes. X-Git-Tag: util-vserver-0.30.214-1~16 X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=commitdiff_plain;h=790da727bd17bd861659662f51c47c3f5ae6d637 More __u64 and __s64 fixes. --- diff --git a/config.h.in b/config.h.in index 0f0621f..9f2259c 100644 --- a/config.h.in +++ b/config.h.in @@ -190,6 +190,12 @@ /* 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 @@ -253,6 +259,12 @@ /* 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