diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 21:59:15 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 21:59:15 +0200 |
commit | f18296151d1d8774b861ef6bd751b48ef9ee2f92 (patch) | |
tree | 611553ae425f963afeaa4ba7b028bbce7415d1a6 /source4/include | |
parent | 9d2d66610947a78c33616b7df7e9bf0c224b73e6 (diff) | |
parent | 0b68762af7055bb3f60e28ab543dcad2736028e9 (diff) | |
download | samba-f18296151d1d8774b861ef6bd751b48ef9ee2f92.tar.gz samba-f18296151d1d8774b861ef6bd751b48ef9ee2f92.tar.bz2 samba-f18296151d1d8774b861ef6bd751b48ef9ee2f92.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
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 /* |