summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-25 05:57:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-25 05:57:59 +0000
commit49c10eea37fecdc3f701b564ab530e9176f545c4 (patch)
tree41856d01989a7712edb8c97692b1587e187fff02 /perl.h
parente2bade80ab299fb4a9c08fa52e9a2dca32adff84 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index ad5af2faac..73a67f4f2a 100644
--- a/perl.h
+++ b/perl.h
@@ -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 */