summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-29 21:37:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-29 21:37:10 +0000
commit4b261d929a4c7cbf1234b17cb939dbdb2ff92731 (patch)
treedb3a956ff836fdcaf0ce64091eefe5c692868ded /perl.h
parentc0932edc6a72828d2f603e19fe4af61704b40486 (diff)
downloadperl-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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl.h b/perl.h
index f5dfacc0d0..6bf8809498 100644
--- a/perl.h
+++ b/perl.h
@@ -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