From 659492827b96812173e79a97f5fd89d005c4aaeb Mon Sep 17 00:00:00 2001 From: Ben Summers Date: Mon, 19 Jun 2006 14:12:32 +0000 Subject: Apply patch from Stuart Hickinbottom 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. --- lib/win32/config.h.win32 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/win32') 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 */ -- cgit v1.2.3