diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-07-01 19:02:43 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-07-01 19:02:43 +0000 |
commit | 738d29667f9cd1ce312ec011f5e37ce584d7173d (patch) | |
tree | 7ec2f0375da2b8f5ea17f0952a7c046d0a274606 /source3/include/smb.h | |
parent | 29ac1823dfce39f2259ff1994aa6145ea6009154 (diff) | |
download | samba-738d29667f9cd1ce312ec011f5e37ce584d7173d.tar.gz samba-738d29667f9cd1ce312ec011f5e37ce584d7173d.tar.xz 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.h | 7 |
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 */ |