From: Gurusamy Sarathy Date: Fri, 4 Feb 2000 07:08:14 +0000 (+0000) Subject: typos in config_h.SH (from Paul_Green@vos.stratus.com) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad8f3710f2802efb48c211f82dc482740d43ba02;p=p5sagit%2Fp5-mst-13.2.git typos in config_h.SH (from Paul_Green@vos.stratus.com) p4raw-id: //depot/perl@4978 --- diff --git a/config_h.SH b/config_h.SH index b9342c8..c1dc5a7 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1432,7 +1432,7 @@ sed <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_gethname HAS_GETHOSTNAME /**/ #$d_uname HAS_UNAME /**/ -#$d_phostname HAS_PHOSTNAME +#$d_phostname HAS_PHOSTNAME /**/ #ifdef HAS_PHOSTNAME #define PHOSTNAME "$aphostname" /* How to get the host name */ #endif @@ -2795,7 +2795,7 @@ sed <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * This symbol, if defined, indicates that Perl should * be built to use multiplicity. */ -#ifndef MULTIPLICTY +#ifndef MULTIPLICITY #$usemultiplicity MULTIPLICITY /**/ #endif