diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-29 21:37:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-29 21:37:10 +0000 |
commit | 4b261d929a4c7cbf1234b17cb939dbdb2ff92731 (patch) | |
tree | db3a956ff836fdcaf0ce64091eefe5c692868ded /perl.h | |
parent | c0932edc6a72828d2f603e19fe4af61704b40486 (diff) | |
download | perl-4b261d929a4c7cbf1234b17cb939dbdb2ff92731.tar.gz |
remove bogus code that caused test failures on HP-UX
p4raw-id: //depot/perl@5369
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1418,12 +1418,7 @@ typedef struct ptr_tbl PTR_TBL_t; #include "handy.h" -#ifndef NO_LARGE_FILES -# define USE_LARGE_FILES /* If available. */ -#endif - #if defined(USE_LARGE_FILES) && !defined(NO_64_BIT_RAWIO) -# define USE_64_BIT_RAWIO /* explicit */ # if LSEEKSIZE == 8 && !defined(USE_64_BIT_RAWIO) # define USE_64_BIT_RAWIO /* implicit */ # endif @@ -1441,7 +1436,6 @@ typedef struct ptr_tbl PTR_TBL_t; #endif #if defined(USE_LARGE_FILES) && !defined(NO_64_BIT_STDIO) -# define USE_64_BIT_STDIO /* explicit */ # if FSEEKSIZE == 8 && !defined(USE_64_BIT_STDIO) # define USE_64_BIT_STDIO /* implicit */ # endif |