summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-11-13 13:46:38 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-11-13 13:46:38 +0000
commite0a10278435e0dff75e2ea63cd1637e4c4b4296c (patch)
treead43b5928c9b9fa9401c344b50c28a4bd1cb24ed /perl.h
parent3b555130a80528984c94489c5f5029398cb57e01 (diff)
downloadperl-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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/perl.h b/perl.h
index f00566ff88..8ef429c739 100644
--- a/perl.h
+++ b/perl.h
@@ -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