summaryrefslogtreecommitdiff
path: root/config-name.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-18 01:27:10 +0000
committerRoland McGrath <roland@gnu.org>1995-02-18 01:27:10 +0000
commit28f540f45bbacd939bfd07f213bcad2bf730b1bf (patch)
tree15f07c4c43d635959c6afee96bde71fb1b3614ee /config-name.in
initial import
Diffstat (limited to 'config-name.in')
-rw-r--r--config-name.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config-name.in b/config-name.in
new file mode 100644
index 0000000000..6380b09254
--- /dev/null
+++ b/config-name.in
@@ -0,0 +1,10 @@
+/* @configure_input@ -*- C -*-
+ Generated from $Id$.
+
+ This is used only by the generic `uname' function for systems with no real
+ `uname' call. If this data is not correct, it does not matter much. */
+
+#define UNAME_SYSNAME "@uname_sysname@"
+#define UNAME_RELEASE "@uname_release@"
+#define UNAME_VERSION "@uname_version@"
+#define UNAME_MACHINE "@host_cpu@-@host_vendor@"