diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-07-01 20:50:57 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-07-01 20:50:57 +0000 |
commit | 1599e41ec42998fdf05a3b22c3f3a93f8b4832ed (patch) | |
tree | 885e0c21a8938455fc8014438bcf6b5a16c5b668 /source3/include/smb.h | |
parent | ce9baa3bac6eba5f7a468557572f342d3ba918ec (diff) | |
download | samba-1599e41ec42998fdf05a3b22c3f3a93f8b4832ed.tar.gz samba-1599e41ec42998fdf05a3b22c3f3a93f8b4832ed.tar.xz samba-1599e41ec42998fdf05a3b22c3f3a93f8b4832ed.zip |
Rolled back Lukes changes. Not quite ready for prime time.
Jeremy (jallison@whistle.com)
(This used to be commit ed04ec7ab8b8e73b5442bdef03d5a3c994247b4e)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index b36943bfe2f..ddbd05792df 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -915,11 +915,4 @@ 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 */ |