summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-16 10:39:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:49 -0500
commitdaf889dff26de3f3e001a66f4e788f18a0efa6e1 (patch)
treed4be26116d7dabc857d55fbe94c38e0ed22a088d /source4/heimdal_build
parentaabf459ca6c7841308ace365fb5df90331d54d92 (diff)
downloadsamba-daf889dff26de3f3e001a66f4e788f18a0efa6e1.tar.gz
samba-daf889dff26de3f3e001a66f4e788f18a0efa6e1.tar.bz2
samba-daf889dff26de3f3e001a66f4e788f18a0efa6e1.zip
r22259: libreplace always provides strptime()
metze (This used to be commit 312d3e1f0d30390f140cb91cae893a8d729de930)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/roken.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h
index 1377598615..c032fc67e6 100644
--- a/source4/heimdal_build/roken.h
+++ b/source4/heimdal_build/roken.h
@@ -61,6 +61,10 @@
#define HAVE_SSIZE_T
#endif
+#ifndef HAVE_STRPTIME
+#define HAVE_STRPTIME
+#endif
+
#ifndef HAVE_TIMEGM
#define HAVE_TIMEGM
#endif