diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-25 05:57:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-25 05:57:59 +0000 |
commit | 49c10eea37fecdc3f701b564ab530e9176f545c4 (patch) | |
tree | 41856d01989a7712edb8c97692b1587e187fff02 /perl.h | |
parent | e2bade80ab299fb4a9c08fa52e9a2dca32adff84 (diff) | |
download | perl-49c10eea37fecdc3f701b564ab530e9176f545c4.tar.gz |
Megalopatch for Configure: Andy's new installation schemes;
introduce usefull64bits, beautify and regularize the various
type probes; introduce d_lseekproto.
p4raw-id: //depot/cfgperl@5253
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2108,7 +2108,7 @@ char *crypt (const char*, const char*); # ifndef getenv char *getenv (const char*); # endif /* !getenv */ -# if !defined(EPOC) && !(defined(__hpux) && defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64) +# if !defined(EPOC) && !(defined(__hpux) && defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64) && !defined(HAS_LSEEK_PROTO) Off_t lseek (int,Off_t,int); # endif # endif /* !DONT_DECLARE_STD */ |