aboutsummaryrefslogtreecommitdiff
path: root/config-win32.h
diff options
context:
space:
mode:
authorsm <sm@resistor.net>2001-11-22 00:06:21 +0000
committersm <sm@resistor.net>2001-11-22 00:06:21 +0000
commitae40cdf92fe05f49a146bbab5e7c9ac3e5c8c59c (patch)
tree9ba076db0a3a0ad60507b0d9b955b2c3a073fcf8 /config-win32.h
parentb342fbdcdaa94465eca4f7cfcb681c904ea280f7 (diff)
Undefine long_long - not supported by VC
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-win32.h b/config-win32.h
index 465769296..b2f9cd010 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -42,7 +42,7 @@
#define SIZEOF_LONG_DOUBLE 16
/* The number of bytes in a long long. */
-#define SIZEOF_LONG_LONG 8
+/* #define SIZEOF_LONG_LONG 8 */
/* Define if you have the gethostbyaddr function. */
#define HAVE_GETHOSTBYADDR 1