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