From 4ce87e33ee3ee2b9d66cee1e6eba5b98b2545d1f Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Thu, 4 Dec 2014 15:34:03 +0100 Subject: OS400: enable Unix sockets. --- 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 b6b29a525..14c685ae7 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -540,6 +540,9 @@ /* Define to use the GSKit package. */ #define USE_GSKIT +/* Define to use Unix sockets. */ +#define USE_UNIX_SOCKETS + /* Use the system keyring as the default CA bundle. */ #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" -- cgit v1.2.3