diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-07 17:40:56 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-07 17:40:56 +0000 |
commit | 10203cada98918bb9db42a2cb210dc63fb6c1aa3 (patch) | |
tree | d465482e7e9582c1452f0e08faeb8d769c67ade3 /src/config-win32.h | |
parent | 58b0415d36d6a29f6865360c4862644d5c8bcb3c (diff) | |
download | curl-10203cada98918bb9db42a2cb210dc63fb6c1aa3.tar.gz |
moved HAVE_LONGLONG from makefiles to config-win32.h.
Diffstat (limited to 'src/config-win32.h')
-rw-r--r-- | src/config-win32.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config-win32.h b/src/config-win32.h index 734d575a8..90ce7d6d8 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -180,6 +180,11 @@ #define HAVE_VARIADIC_MACROS_C99 1 #endif +/* Define if the compiler supports LONGLONG. */ +#if defined(__MINGW32__) || defined(__WATCOMC__) +#define HAVE_LONGLONG 1 +#endif + /* ---------------------------------------------------------------- */ /* ADDITIONAL DEFINITIONS */ /* ---------------------------------------------------------------- */ |