From 557658776ffb63c5f008d8bddfd7958e616d789b Mon Sep 17 00:00:00 2001 From: Bill Nagel Date: Sat, 29 Nov 2014 14:19:23 -0500 Subject: smb: Added SMB protocol and port definitions Added the necessary protocol and port definitions in order to support SMB/CIFS. --- packages/OS400/curl.inc.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages') 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... -- cgit v1.2.3