summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-16 13:00:12 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-16 13:00:12 +0000
commit8e9464f100f3a92c77a6886c84855b4d1f587e2d (patch)
tree8d03f37ef55e70dc953d45fe8e88ba481b67a3e1 /config_h.SH
parentb7dad2dc25528ee3fc23c1bca51116d48f988b04 (diff)
downloadperl-8e9464f100f3a92c77a6886c84855b4d1f587e2d.tar.gz
DG-UX threading patches, including a README.dgux,
from Takis Psarogiannakopoulos. p4raw-id: //depot/perl@10121
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH8
1 files changed, 8 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index bc6b6501a5..2ae994c2ae 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1064,6 +1064,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#define OSNAME "$osname" /**/
+/* OSVERSION:
+ * <takis@xfree86.org>
+ * 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" /**/
+
/* MEM_ALIGNBYTES:
* This symbol contains the number of bytes required to align a
* double, or a long double when applicable. Usual values are 2,