diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 18:13:25 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 18:13:25 +0200 |
commit | 09065795d6e5c48a8b3b536224552f18d68cfb84 (patch) | |
tree | 42fed5c996656e51104dfa369ed04cffb6b84064 /source4/include | |
parent | d70efa57ceae1011a6a55d57d0152fd1bc2bb192 (diff) | |
download | samba-09065795d6e5c48a8b3b536224552f18d68cfb84.tar.gz samba-09065795d6e5c48a8b3b536224552f18d68cfb84.tar.bz2 samba-09065795d6e5c48a8b3b536224552f18d68cfb84.zip |
Remove unused constants from local.h.
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/local.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/source4/include/local.h b/source4/include/local.h index efffacd3f5..5036f54802 100644 --- a/source4/include/local.h +++ b/source4/include/local.h @@ -34,19 +34,10 @@ /* separators for lists */ #define LIST_SEP " \t,\n\r" -/* what default type of filesystem do we want this to show up as in a - NT file manager window? */ -#define FSTYPE_STRING "NTFS" - -/* user to test password server with as invalid in security=server mode. */ -#ifndef INVALID_USER_PREFIX -#define INVALID_USER_PREFIX "sambatest" -#endif - /* the default pager to use for the client "more" command. Users can override this with the PAGER environment variable */ -#ifndef PAGER -#define PAGER "more" +#ifndef DEFAULT_PAGER +#define DEFAULT_PAGER "more" #endif /* |