summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-20 09:09:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-20 09:09:29 +0000
commit09458382d6f82e1b78d84a10deb31f6e154f062a (patch)
tree7e79a96ad0af00223e102b025544372777b44026 /config_h.SH
parent5074e1459a05447c988d8848c58e2597f1ff73f9 (diff)
downloadperl-09458382d6f82e1b78d84a10deb31f6e154f062a.tar.gz
Add usemorebits and uselfs.
p4raw-id: //depot/cfgperl@4204
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH7
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 2f8a835259..0f94032371 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2475,6 +2475,13 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
*/
#$use64bits USE_64_BITS /**/
+/* USE_LARGE_FILES:
+ * This symbol, if defined, indicates that large file support
+ * should be used when available. The USE_64_BITS symbol will
+ * also be turned on.
+ */
+#$uselfs USE_LARGE_FILES /**/
+
/* USE_LONG_DOUBLE:
* This symbol, if defined, indicates that long doubles should
* be used when available.