summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-04 07:08:14 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-04 07:08:14 +0000
commitad8f3710f2802efb48c211f82dc482740d43ba02 (patch)
tree5ed67176ed7341563a7b86fb5f5ee089416aafa8
parentc1b49bc05a7f5b36c923faeabca360535a46341c (diff)
downloadperl-ad8f3710f2802efb48c211f82dc482740d43ba02.tar.gz
typos in config_h.SH (from Paul_Green@vos.stratus.com)
p4raw-id: //depot/perl@4978
-rw-r--r--config_h.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_h.SH b/config_h.SH
index b9342c8313..c1dc5a7149 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1432,7 +1432,7 @@ sed <<!GROK!THIS! >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 <<!GROK!THIS! >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