1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r22259: libreplace always provides strptime()

metze
(This used to be commit 312d3e1f0d)
This commit is contained in:
Stefan Metzmacher 2007-04-16 10:39:26 +00:00 committed by Gerald (Jerry) Carter
parent aabf459ca6
commit daf889dff2

View File

@ -61,6 +61,10 @@
#define HAVE_SSIZE_T
#endif
#ifndef HAVE_STRPTIME
#define HAVE_STRPTIME
#endif
#ifndef HAVE_TIMEGM
#define HAVE_TIMEGM
#endif