summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-01 19:02:43 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-01 19:02:43 +0000
commit738d29667f9cd1ce312ec011f5e37ce584d7173d (patch)
tree7ec2f0375da2b8f5ea17f0952a7c046d0a274606 /source3/include/smb.h
parent29ac1823dfce39f2259ff1994aa6145ea6009154 (diff)
downloadsamba-738d29667f9cd1ce312ec011f5e37ce584d7173d.tar.gz
samba-738d29667f9cd1ce312ec011f5e37ce584d7173d.tar.bz2
samba-738d29667f9cd1ce312ec011f5e37ce584d7173d.zip
added "hide files" option.
lkcl (This used to be commit 6e594ce0e5a3af5e7311380d18ff0d19ba9698a7)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index ddbd05792d..b36943bfe2 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -915,4 +915,11 @@ enum case_handling {CASE_LOWER,CASE_UPPER};
/* Size of buffer to use when moving files across filesystems. */
#define COPYBUF_SIZE (8*1024)
+/* Default files that will be hidden, but accessible. intended
+ to replace the "hide dot files" parameter if the "hide files"
+ parameter moves to the service section instead of the global
+ section.
+ */
+#define DEFAULT_FILES_TO_HIDE ".*"
+
/* _SMB_H */