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 175440669..9d8df4b7f 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -133,12 +133,12 @@ typedef int socklen_t; | |||
133 | #endif | 133 | #endif |
134 | 134 | ||
135 | /* ---- Compiler dependent settings ------------------------- */ | 135 | /* ---- Compiler dependent settings ------------------------- */ |
136 | #ifndef __GNUC__ | 136 | //#ifndef __GNUC__ |
137 | #if defined __INTEL_COMPILER | 137 | //#if defined __INTEL_COMPILER |
138 | __extension__ typedef __signed__ long long __s64; | 138 | //__extension__ typedef __signed__ long long __s64; |
139 | __extension__ typedef unsigned long long __u64; | 139 | //__extension__ typedef unsigned long long __u64; |
140 | #endif /* __INTEL_COMPILER */ | 140 | //#endif /* __INTEL_COMPILER */ |
141 | #endif /* ifndef __GNUC__ */ | 141 | //#endif /* ifndef __GNUC__ */ |
142 | 142 | ||
143 | #if (defined __digital__ && defined __unix__) | 143 | #if (defined __digital__ && defined __unix__) |
144 | # undef HAVE_MNTENT_H | 144 | # undef HAVE_MNTENT_H |