aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-07 00:21:23 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-07 00:21:23 +0000
commit05908dea85cfa21df06ba71c6222ad32b1d3138e (patch)
treef191eb79c54384dd19fc748456ac52bb27cc44f7 /cmakeconfig.h.in
parent0777f96c6380875a7a1d7008dc590632ab711dce (diff)
NEED_STRPTIME_H needs to be detected properly for windows.
Set it manually for now. svn path=/trunk/; revision=52431
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index dc055e5783..e692be21c4 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -444,4 +444,5 @@
# define INET6 1
# define NEED_INET_V6DEFS_H 1
# define HTML_VIEWER "mozilla"
+# define NEED_STRPTIME_H 1
#endif