34 lines
612 B
Plaintext
34 lines
612 B
Plaintext
Description:
|
|
strerror() function: return string describing error code.
|
|
|
|
Files:
|
|
lib/strerror.c
|
|
m4/strerror.m4
|
|
|
|
Depends-on:
|
|
string
|
|
assert-h [test $REPLACE_STRERROR = 1]
|
|
errno [test $REPLACE_STRERROR = 1]
|
|
intprops [test $REPLACE_STRERROR = 1]
|
|
strerror-override [test $REPLACE_STRERROR = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRERROR
|
|
gl_CONDITIONAL([GL_COND_OBJ_STRERROR], [test $REPLACE_STRERROR = 1])
|
|
gl_MODULE_INDICATOR([strerror])
|
|
gl_STRING_MODULE_INDICATOR([strerror])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_STRERROR
|
|
lib_SOURCES += strerror.c
|
|
endif
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|