summaryrefslogtreecommitdiff
path: root/modules/strerrorname_np
blob: 03e5e7de48f9c2b48591536ec10ce222a8a94890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description:
strerrorname_np() function: name of system error code.

Files:
lib/strerrorname_np.c
m4/strerrorname_np.m4

Depends-on:
extensions
string

configure.ac:
gl_FUNC_STRERRORNAME_NP
gl_CONDITIONAL([GL_COND_OBJ_STRERRORNAME_NP],
               [test $HAVE_STRERRORNAME_NP = 0 || test $REPLACE_STRERRORNAME_NP = 1])
gl_STRING_MODULE_INDICATOR([strerrorname_np])

Makefile.am:
if GL_COND_OBJ_STRERRORNAME_NP
lib_SOURCES += strerrorname_np.c
endif

Include:
<string.h>

License:
LGPLv2+

Maintainer:
all