sys_un: Add C++ tests.
[gnulib.git] / modules / localtime
blob788077532878cafdd8e1f764910ed2f09ab067fe
1 Description:
2 localtime() function: convert time to broken-down local time.
4 Files:
5 lib/localtime.c
6 m4/localtime.m4
8 Depends-on:
9 time-h
11 configure.ac:
12 gl_FUNC_LOCALTIME
13 gl_CONDITIONAL([GL_COND_OBJ_LOCALTIME], [test $REPLACE_LOCALTIME = 1])
14 gl_TIME_MODULE_INDICATOR([localtime])
16 Makefile.am:
17 if GL_COND_OBJ_LOCALTIME
18 lib_SOURCES += localtime.c
19 endif
21 Include:
22 <time.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all