]>
git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/linux/uts.h
5 * Defines for what uname() should return
8 #define UTS_SYSNAME "Linux"
12 #define UTS_NODENAME CONFIG_DEFAULT_HOSTNAME /* set by sethostname() */
15 #ifndef UTS_DOMAINNAME
16 #define UTS_DOMAINNAME "(none)" /* set by setdomainname() */