diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-03-09 12:52:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-03-09 12:52:21 +0000 |
commit | a63faeb82e1cd769349b7b2ab0ae93c6465d712e (patch) | |
tree | 1741ffaf7e0cd5b66e17a7a69b627b145cf02ba0 /config_h.SH | |
parent | 8d2257fd36bfbe4c061d7d52a9e1822858af6648 (diff) | |
download | perl-a63faeb82e1cd769349b7b2ab0ae93c6465d712e.tar.gz |
d_uname was broken (probably since _53), reported by
From: Alan Burlison <Alan.Burlison@uk.sun.com>
To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
cpan-testers@perl.org
Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
Date: Mon, 08 Mar 1999 13:22:31 +0000
Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
and
From: lvirden@cas.org (Larry W. Virden)
To: perlbug@perl.com
Subject: configure not correctly identifying uname posix compatibility
Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
Message-Id: <199903081136.GAA23682@cas.org>
p4raw-id: //depot/cfgperl@3099
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config_h.SH b/config_h.SH index ba2a558995..06b7c8c688 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1092,22 +1092,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define MEM_ALIGNBYTES $alignbytes #endif -/* INTSIZE: - * This symbol contains the value of sizeof(int) so that the C - * preprocessor can make decisions based on it. - */ -/* LONGSIZE: - * This symbol contains the value of sizeof(long) so that the C - * preprocessor can make decisions based on it. - */ -/* SHORTSIZE: - * This symbol contains the value of sizeof(short) so that the C - * preprocessor can make decisions based on it. - */ -#define INTSIZE $intsize /**/ -#define LONGSIZE $longsize /**/ -#define SHORTSIZE $shortsize /**/ - /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, * i.e. 0x1234 or 0x4321, etc... |