24#ifndef _NETSURF_UTILS_UTSNAME_H_
25#define _NETSURF_UTILS_UTSNAME_H_
28#include <sys/utsname.h>
system information filled in by uname derived from posix spec.
char release[65]
OS release (e.g., "2.6.28")
char nodename[65]
Name within "some implementation-defined network".
char version[65]
OS version.
char machine[65]
Hardware identifier.
char sysname[65]
Operating system name (e.g., "Linux")
int uname(struct utsname *buf)
Get the system information.