aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-18 15:11:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-18 15:11:33 +0000
commit8042cd93c387f957064151cffcaab85b5de8c4dd (patch)
tree3cadc88051fc2545de49e110d1dfb6b4976473f6 /src
parent394faaeb9779d4639c845793eeec6d30e12baa3a (diff)
set the large-file support defines for the client too
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 50d29f551..c1589b5d5 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -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