1995-02-18 02:27:10 +01:00
|
|
|
/* @configure_input@ -*- C -*-
|
2004-12-22 21:10:10 +01:00
|
|
|
Generated from $Id$.
|
1995-02-18 02:27:10 +01:00
|
|
|
|
|
|
|
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@"
|