From a005243908803662d4a05427bc1061db42f4d057 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 15 Oct 2007 18:32:01 +0000 Subject: Fix dynamic CURLOPT_POSTFIELDS bug: back to static. CURLOPT_COPYPOSTFIELDS option added for dynamic. Fix some OS400 features. --- lib/config-os400.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-os400.h') diff --git a/lib/config-os400.h b/lib/config-os400.h index 6eccff1e7..5e30e435d 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -361,6 +361,9 @@ /* The size of a `long double', as computed by sizeof. */ #define SIZEOF_LONG_DOUBLE 8 +/* Define if 64 bit integers are supported. */ +#define HAVE_LONGLONG + /* The size of a `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 -- cgit v1.2.3