diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/platform.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/platform.h b/include/platform.h index 1754406..9d8df4b 100644 --- a/include/platform.h +++ b/include/platform.h @@ -133,12 +133,12 @@ typedef int socklen_t; #endif /* ---- Compiler dependent settings ------------------------- */ -#ifndef __GNUC__ -#if defined __INTEL_COMPILER -__extension__ typedef __signed__ long long __s64; -__extension__ typedef unsigned long long __u64; -#endif /* __INTEL_COMPILER */ -#endif /* ifndef __GNUC__ */ +//#ifndef __GNUC__ +//#if defined __INTEL_COMPILER +//__extension__ typedef __signed__ long long __s64; +//__extension__ typedef unsigned long long __u64; +//#endif /* __INTEL_COMPILER */ +//#endif /* ifndef __GNUC__ */ #if (defined __digital__ && defined __unix__) # undef HAVE_MNTENT_H |