repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
uname
blob
159254ec01e7acc7b88631e703d892c16345e3b4
1
Description:
2
uname() function: enquire system information.
3
4
Files:
5
lib/uname.c
6
m4/uname.m4
7
8
Depends-on:
9
sys_utsname
10
gethostname [test $HAVE_UNAME = 0]
11
12
configure.ac:
13
gl_FUNC_UNAME
14
if test $HAVE_UNAME = 0; then
15
AC_LIBOBJ([uname])
16
gl_PREREQ_UNAME
17
fi
18
gl_SYS_UTSNAME_MODULE_INDICATOR([uname])
19
20
Makefile.am:
21
22
Include:
23
<sys/utsname.h>
24
25
Link:
26
$(GETHOSTNAME_LIB)
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
all