summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2009-03-19 16:18:10 -0400
committerChad MILLER <chad@mysql.com>2009-03-19 16:18:10 -0400
commit738d964e67fb6c8720274746100a4b38b110297a (patch)
treeb00e3cd46944703b893a3d610c7d4e193c4ae43b /include
parent1f341395445c2b8b5bb0afe0bd01ce1dad3c31b1 (diff)
parent282930dc80001d7bdecb3686f5b893b6557a52a6 (diff)
downloadmariadb-git-738d964e67fb6c8720274746100a4b38b110297a.tar.gz
Merge contributed automake changes, and 5.1 upstream.
Diffstat (limited to 'include')
-rw-r--r--include/config-win.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h
index 3a21551ebbb..26b08a5e4fb 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -63,6 +63,9 @@ functions */
#endif
#ifndef __WIN32__
#define __WIN32__
+#define _INTEGRAL_MAX_BITS 32
+#else
+#define _INTEGRAL_MAX_BITS 64
#endif
#endif /* _WIN64 */
#ifndef __WIN__