1 /* @configure_input@ -*- C -*-
4 This is used only by the generic `uname' function for systems with no real
5 `uname' call. If this data is not correct, it does not matter much. */
7 #define UNAME_SYSNAME "@uname_sysname@"
8 #define UNAME_RELEASE "@uname_release@"
9 #define UNAME_VERSION "@uname_version@"
10 #define UNAME_MACHINE "@host_cpu@-@host_vendor@"