summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
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,