]> granicus.if.org Git - curl/commitdiff
Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug)
authorPatrick Monnerat <Patrick.Monnerat@datasphere.ch>
Tue, 26 Aug 2008 09:26:06 +0000 (09:26 +0000)
committerPatrick Monnerat <Patrick.Monnerat@datasphere.ch>
Tue, 26 Aug 2008 09:26:06 +0000 (09:26 +0000)
lib/config-os400.h

index abe9bb8750d89b519db50e81e0363fe60133bfc3..246ef919919b3851b336ddeab61f971e2ae69a3a 100644 (file)
 
 #define HAVE_LL
 
-/*  */
-
-#ifndef _LARGE_FILES
-#define _LARGE_FILES
-#endif
-
 /* Define this if you have struct sockaddr_storage */
 #define HAVE_STRUCT_SOCKADDR_STORAGE
 
 #undef _FILE_OFFSET_BITS
 
 /* Define for large files, on AIX-style hosts. */
-#undef _LARGE_FILES
+#define _LARGE_FILES
 
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const