summaryrefslogtreecommitdiff
path: root/lib/win32
diff options
context:
space:
mode:
authorBen Summers <ben@fluffy.co.uk>2006-06-19 14:12:32 +0000
committerBen Summers <ben@fluffy.co.uk>2006-06-19 14:12:32 +0000
commit659492827b96812173e79a97f5fd89d005c4aaeb (patch)
tree7de77ceb32b4be0ec08b2835e5804fdf42a6ab1d /lib/win32
parent065bced3bc43cabc046d9ccf6eed1423421484a6 (diff)
Apply patch from Stuart Hickinbottom <stuarth@hickinbottom.demon.co.uk> to fix complication problems with gcc 4.1.1 where configure didn't detect LLONG_MAX properly. Fix by removing configure check completely, and using STL interface.
Diffstat (limited to 'lib/win32')
-rw-r--r--lib/win32/config.h.win326
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/win32/config.h.win32 b/lib/win32/config.h.win32
index 42298545..edc44a75 100644
--- a/lib/win32/config.h.win32
+++ b/lib/win32/config.h.win32
@@ -318,12 +318,6 @@
/* Define to 1 if __syscall is available but needs a definition */
/* #undef HAVE___SYSCALL_NEED_DEFN */
-/* max value of long long calculated by configure */
-/* #undef LLONG_MAX */
-
-/* min value of long long calculated by configure */
-/* #undef LLONG_MIN */
-
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
/* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */