aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index e535279c8..2969b936a 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -287,6 +287,11 @@ typedef int curl_socket_t;
#define USE_LIBIDN
#endif
+#ifndef SIZEOF_TIME_T
+/* assume default size of time_t to be 32 bit */
+#define SIZEOF_TIME_T 4
+#endif
+
#define LIBIDN_REQUIRED_VERSION "0.4.1"
#endif /* __CONFIG_H */