utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / strerror
blobacd17dee0a526f027eac42f8824377e769a215fe
1 Description:
2 strerror() function: return string describing error code.
4 Files:
5 lib/strerror.c
6 m4/strerror.m4
8 Depends-on:
9 string
10 assert-h         [test $REPLACE_STRERROR = 1]
11 errno            [test $REPLACE_STRERROR = 1]
12 intprops         [test $REPLACE_STRERROR = 1]
13 strerror-override [test $REPLACE_STRERROR = 1]
15 configure.ac:
16 gl_FUNC_STRERROR
17 gl_CONDITIONAL([GL_COND_OBJ_STRERROR], [test $REPLACE_STRERROR = 1])
18 gl_MODULE_INDICATOR([strerror])
19 gl_STRING_MODULE_INDICATOR([strerror])
21 Makefile.am:
22 if GL_COND_OBJ_STRERROR
23 lib_SOURCES += strerror.c
24 endif
26 Include:
27 <string.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 all