From 28f540f45bbacd939bfd07f213bcad2bf730b1bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 18 Feb 1995 01:27:10 +0000 Subject: initial import --- config-name.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config-name.in (limited to 'config-name.in') 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@" -- cgit 1.4.1