From 2876329f162e9abc910c4f5b3c696f34d99a4bf9 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Tue, 3 Mar 2009 09:57:21 +0000 Subject: [PATCH] Options CURLOPT_REDIR_PROTOCOLS and CURLOPT_PROTOCOLS, and associated definitions added to RPG binding --- packages/OS400/curl.inc.in | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index d822896a0..d97e4376b 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -489,6 +489,31 @@ d CURLFTPMETHOD_SINGLECWD... d c 3 * + d CURLPROTO_HTTP... + d c X'0001' + d CURLPROTO_HTTPS... + d c X'0002' + d CURLPROTO_FTP... + d c X'0004' + d CURLPROTO_FTPS... + d c X'0008' + d CURLPROTO_SCP... + d c X'0010' + d CURLPROTO_SFTP... + d c X'0020' + d CURLPROTO_TELNET... + d c X'0040' + d CURLPROTO_LDAP... + d c X'0080' + d CURLPROTO_LDAPS... + d c X'0100' + d CURLPROTO_DICT... + d c X'0200' + d CURLPROTO_FILE... + d c X'0400' + d CURLPROTO_TFTP... + d c X'0800' + * d CURLoption s 10i 0 based(######ptr######) Enum d CURLOPT_FILE c 10001 d CURLOPT_WRITEDATA... @@ -811,6 +836,10 @@ d c 00179 d CURLOPT_SOCKS5_GSSAPI_NEC... d c 00180 + d CURLOPT_PROTOCOLS... + d c 00181 + d CURLOPT_REDIR_PROTOCOLS... + d c 00182 * d CURLOPT_POST301... d c 00161 Obsolescent