aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-08-07 17:40:56 +0000
committerGunter Knauf <gk@gknw.de>2007-08-07 17:40:56 +0000
commit10203cada98918bb9db42a2cb210dc63fb6c1aa3 (patch)
treed465482e7e9582c1452f0e08faeb8d769c67ade3 /lib/config-win32.h
parent58b0415d36d6a29f6865360c4862644d5c8bcb3c (diff)
moved HAVE_LONGLONG from makefiles to config-win32.h.
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 7520d2973..67375e0c9 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -346,6 +346,11 @@
#define HAVE_VARIADIC_MACROS_C99 1
#endif
+/* Define if the compiler supports LONGLONG. */
+#if defined(__MINGW32__) || defined(__WATCOMC__)
+#define HAVE_LONGLONG 1
+#endif
+
/* ---------------------------------------------------------------- */
/* LDAP LIBRARY FILES */
/* ---------------------------------------------------------------- */