diff options
Diffstat (limited to 'config-name.in')
-rw-r--r-- | config-name.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config-name.in b/config-name.in new file mode 100644 index 0000000..6380b09 --- /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@" |