summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-16 13:41:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-16 13:41:35 +0000
commit40a39f855fc2eb9f4ade9d81816914d80d67e764 (patch)
treed6d77918ed22fa2f2c1af23060431fe85700d746
parent245d750e39d4e651bb60a952a26d26234bdbd292 (diff)
downloadperl-40a39f855fc2eb9f4ade9d81816914d80d67e764.tar.gz
Use OSVERS.
p4raw-id: //depot/perl@10125
-rwxr-xr-xConfigure2
-rw-r--r--config_h.SH8
-rw-r--r--perl.c2
3 files changed, 5 insertions, 7 deletions
diff --git a/Configure b/Configure
index 55641a8d03..e228bcefb9 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue May 15 16:44:30 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Wed May 16 17:18:11 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
diff --git a/config_h.SH b/config_h.SH
index 2ae994c2ae..c0a9146cf0 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1062,15 +1062,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* by Configure. You shouldn't rely on it too much; the specific
* feature tests from Configure are generally more reliable.
*/
-#define OSNAME "$osname" /**/
-
-/* OSVERSION:
- * <takis@xfree86.org>
+/* OSVERS:
* This symbol contains the version of the operating system, as determined
* by Configure. You shouldn't rely on it too much; the specific
* feature tests from Configure are generally more reliable.
*/
-#define OSVERSION "$osvers" /**/
+#define OSNAME "$osname" /**/
+#define OSVERS "$osvers" /**/
/* MEM_ALIGNBYTES:
* This symbol contains the number of bytes required to align a
diff --git a/perl.c b/perl.c
index 1b60d660e2..64aa4c9101 100644
--- a/perl.c
+++ b/perl.c
@@ -2300,7 +2300,7 @@ Perl_moreswitches(pTHX_ char *s)
OSNAME, __DATE__, __TIME__));
PerlIO_printf(PerlIO_stdout(),
Perl_form(aTHX_ " OS Specific Release: %s\n",
- OSVERSION));
+ OSVERS));
#endif /* !DGUX */
#if defined(LOCAL_PATCH_COUNT)