diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-13 13:46:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-13 13:46:38 +0000 |
commit | e0a10278435e0dff75e2ea63cd1637e4c4b4296c (patch) | |
tree | ad43b5928c9b9fa9401c344b50c28a4bd1cb24ed /perl.h | |
parent | 3b555130a80528984c94489c5f5029398cb57e01 (diff) | |
download | perl-e0a10278435e0dff75e2ea63cd1637e4c4b4296c.tar.gz |
Try to fix largefileness so that it "works" without a quad IV.
p4raw-id: //depot/cfgperl@4559
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -1356,18 +1356,6 @@ typedef struct svtbl SVTBL; # endif #endif -/* I couldn't find any -Ddefine or -flags in IRIX 6.5 that would - * have done the necessary symbol renaming using cpp. --jhi */ -#ifdef __sgi -#define USE_FOPEN64 -#define USE_FSEEK64 -#define USE_FTELL64 -#define USE_FSETPOS64 -#define USE_FGETPOS64 -#define USE_TMPFILE64 -#define USE_FREOPEN64 -#endif - #ifdef USE_64_BIT_RAWIO # ifdef HAS_OFF64_T # undef Off_t |