aboutsummaryrefslogtreecommitdiff
path: root/lib/config-os400.h
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2014-12-04 15:34:03 +0100
committerPatrick Monnerat <pm@datasphere.ch>2014-12-04 15:34:03 +0100
commit4ce87e33ee3ee2b9d66cee1e6eba5b98b2545d1f (patch)
treec1bb6269b7a86d8eac0b60a3a6355bdc15b0ae63 /lib/config-os400.h
parent86fe7e502b4efbab19f9eea53355cfba04b0b625 (diff)
OS400: enable Unix sockets.
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r--lib/config-os400.h3
1 files changed, 3 insertions, 0 deletions
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"