]> granicus.if.org Git - curl/commitdiff
set the large-file support defines for the client too
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Aug 2003 15:11:33 +0000 (15:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Aug 2003 15:11:33 +0000 (15:11 +0000)
src/config.h.in

index 50d29f5513f94b291c98115901ffd1bf145bacdc..c1589b5d5a6a4b935d9fefc6dddcb6c2d6246ab1 100644 (file)
@@ -43,3 +43,9 @@
 
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #undef TIME_WITH_SYS_TIME
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES