mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
29 lines
308 B
Plaintext
29 lines
308 B
Plaintext
Description:
|
|
uname() function: enquire system information.
|
|
|
|
Files:
|
|
lib/uname.c
|
|
m4/uname.m4
|
|
|
|
Depends-on:
|
|
sys_utsname
|
|
gethostname
|
|
|
|
configure.ac:
|
|
gl_FUNC_UNAME
|
|
gl_SYS_UTSNAME_MODULE_INDICATOR([uname])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<sys/utsname.h>
|
|
|
|
Link:
|
|
$(GETHOSTNAME_LIB)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|