diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-20 09:41:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-20 09:41:22 +0000 |
commit | 1baac590b58cc18e129bff7bee8a7318ca4d0f8e (patch) | |
tree | 788d0bd97a4d91352f8ab0b7703d63b9f50fe7b9 /Porting/config_H | |
parent | 09458382d6f82e1b78d84a10deb31f6e154f062a (diff) | |
download | perl-1baac590b58cc18e129bff7bee8a7318ca4d0f8e.tar.gz |
Prompt for uselfs.
p4raw-id: //depot/cfgperl@4205
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Porting/config_H b/Porting/config_H index bdf4aee8bd..b6468df703 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Fri Sep 17 12:08:19 EET DST 1999 + * Configuration time: Mon Sep 20 12:44:36 EET DST 1999 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -2461,6 +2461,13 @@ */ #define 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 if necessary. + */ +#define USE_LARGE_FILES /**/ + /* USE_LONG_DOUBLE: * This symbol, if defined, indicates that long doubles should * be used when available. |