diff options
author | Bill Nagel <wnagel@tycoint.com> | 2014-11-29 14:03:53 -0500 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-29 20:32:34 +0000 |
commit | 0627c48ddea7d304074e1e5fdbc2f282f9dfcad5 (patch) | |
tree | c9d8ca21f92b23c43d6e00ebfc3e3b7ba35cf947 /lib/smb.c | |
parent | 7c00ba10da81e669b7fcb41d101052200ed3f3ac (diff) | |
download | curl-0627c48ddea7d304074e1e5fdbc2f282f9dfcad5.tar.gz |
smb: Added internal SMB definitions and structures
Added the internal definitions and structures necessary for SMB/CIFS
support.
Diffstat (limited to 'lib/smb.c')
-rw-r--r-- | lib/smb.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ #if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \ !defined(USE_WINDOWS_SSPI) +#define BUILDING_CURL_SMB_C + #include "smb.h" /* The last #include file should be: */ |