error-h: Avoid namespace pollution on mingw.
[gnulib.git] / modules / strftime-fixes
blob626ab04268885b18108fc8428677e3f467eab100
1 Description:
2 strftime() function: convert broken-down time to string.
4 Files:
5 lib/strftime-fixes.c
6 m4/strftime-fixes.m4
8 Depends-on:
9 time-h
11 configure.ac:
12 gl_FUNC_STRFTIME
13 gl_CONDITIONAL([GL_COND_OBJ_STRFTIME_FIXES], [test $REPLACE_STRFTIME = 1])
14 gl_TIME_MODULE_INDICATOR([strftime])
16 Makefile.am:
17 if GL_COND_OBJ_STRFTIME_FIXES
18 lib_SOURCES += strftime-fixes.c
19 endif
21 Include:
22 <time.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all