diff options
author | Bill Nagel <wnagel@tycoint.com> | 2014-11-29 14:19:23 -0500 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-29 21:26:40 +0000 |
commit | 557658776ffb63c5f008d8bddfd7958e616d789b (patch) | |
tree | cb1c2e68e0c2391041edbea0691a11531967839d /packages/OS400 | |
parent | 0627c48ddea7d304074e1e5fdbc2f282f9dfcad5 (diff) |
smb: Added SMB protocol and port definitions
Added the necessary protocol and port definitions in order to support
SMB/CIFS.
Diffstat (limited to 'packages/OS400')
-rw-r--r-- | packages/OS400/curl.inc.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 2f6d86abc..bc4d848f5 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -779,6 +779,10 @@ d c X'01000000' d CURLPROTO_GOPHER... d c X'02000000' + d CURLPROTO_SMB... + d c X'04000000' + d CURLPROTO_SMBS... + d c X'08000000' * d CURLoption s 10i 0 based(######ptr######) Enum d CURLOPT_WRITEDATA... |