From: Gurusamy Sarathy Date: Tue, 29 Feb 2000 21:37:10 +0000 (+0000) Subject: remove bogus code that caused test failures on HP-UX X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b261d929a4c7cbf1234b17cb939dbdb2ff92731;p=p5sagit%2Fp5-mst-13.2.git remove bogus code that caused test failures on HP-UX p4raw-id: //depot/perl@5369 --- diff --git a/perl.h b/perl.h index f5dfacc..6bf8809 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