readutmp, boot-time: Work around a Cygwin 3.5.3 bug.
[gnulib.git] / modules / ctime
blob11de22f2d98f6823e97c69a9da6c397770e41984
1 Description:
2 ctime() function: convert time to string.
4 Notice:
5 The function 'ctime' is deprecated.
6 New code should use 'localtime_r' and 'strftime' (or even 'sprintf') instead.
8 Files:
9 lib/ctime.c
10 m4/ctime.m4
12 Depends-on:
13 time-h
15 configure.ac:
16 gl_FUNC_CTIME
17 gl_CONDITIONAL([GL_COND_OBJ_CTIME], [test $REPLACE_CTIME = 1])
18 gl_TIME_MODULE_INDICATOR([ctime])
20 Makefile.am:
21 if GL_COND_OBJ_CTIME
22 lib_SOURCES += ctime.c
23 endif
25 Include:
26 <time.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all