summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 08:34:35 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 08:34:35 +0000
commita139078c4d0eae10fcc914d88ea89a6cbf9827bb (patch)
tree62a8aaa4d698c17f96f486921fa90433604d529a /source3/smbwrapper/smbw.h
parent65cfbc97ae671a8fe6a3a3b522f25ed0ce4d974d (diff)
downloadsamba-a139078c4d0eae10fcc914d88ea89a6cbf9827bb.tar.gz
samba-a139078c4d0eae10fcc914d88ea89a6cbf9827bb.tar.bz2
samba-a139078c4d0eae10fcc914d88ea89a6cbf9827bb.zip
lots of improvements to smbwrapper. It now works with Samba, Win95 and
WinNT servers, and correctly lists share names in /smb/SERVER/ (This used to be commit 1ea349728b8984bfe5cf5df41a87efbe17ff5ccd)
Diffstat (limited to 'source3/smbwrapper/smbw.h')
-rw-r--r--source3/smbwrapper/smbw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h
index c723b6989b..fe29140876 100644
--- a/source3/smbwrapper/smbw.h
+++ b/source3/smbwrapper/smbw.h
@@ -26,3 +26,5 @@
#define SMBW_FILE_MODE (S_IFREG | 0644)
#define SMBW_DIR_MODE (S_IFDIR | 0755)
+
+#define SMBW_PWD_ENV "PWD"