diff options
author | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2007-10-15 18:32:01 +0000 |
---|---|---|
committer | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2007-10-15 18:32:01 +0000 |
commit | a005243908803662d4a05427bc1061db42f4d057 (patch) | |
tree | ca68d875dbccc05d8f97c9e3451b9c22977d1350 /lib/config-os400.h | |
parent | 001a2d9b67f3bf685c5a2df6495b999cc3966acc (diff) | |
download | curl-a005243908803662d4a05427bc1061db42f4d057.tar.gz |
Fix dynamic CURLOPT_POSTFIELDS bug: back to static.
CURLOPT_COPYPOSTFIELDS option added for dynamic.
Fix some OS400 features.
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |