aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorBill Nagel <wnagel@tycoint.com>2014-11-29 14:19:23 -0500
committerSteve Holme <steve_holme@hotmail.com>2014-11-29 21:26:40 +0000
commit557658776ffb63c5f008d8bddfd7958e616d789b (patch)
treecb1c2e68e0c2391041edbea0691a11531967839d /packages
parent0627c48ddea7d304074e1e5fdbc2f282f9dfcad5 (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')
-rw-r--r--packages/OS400/curl.inc.in4
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...