diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-08-19 11:17:29 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-08-19 11:17:29 +0000 |
commit | e9eac6cd49c352349580ddb13d720cb201aecc48 (patch) | |
tree | cce2461501cef0543a6e2b1fe0d798533d8c6e84 /source/include/includes.h | |
parent | 6d82a8751221539ab7f56dd6dae862d985a6e0ed (diff) | |
download | samba-e9eac6cd49c352349580ddb13d720cb201aecc48.tar.gz samba-e9eac6cd49c352349580ddb13d720cb201aecc48.tar.xz samba-e9eac6cd49c352349580ddb13d720cb201aecc48.zip |
- added "netbios name" option in smb.conf to make controlling the name
that samba uses possible
- added "socket address" option to allow virtual SMB servers (on
systems with IP aliasing line Linux)
- disabled FAST_SHARE_MODES by default in Linux as older Linux boxes
can't do shared writeable mappings. We really need autoconf ...
- added new option types in loadparm so a string type can be specified
ot be uppercase only, this is used for the workgroup and netbios name
options
- auto-create the lock directory if it doesn't exist in shared mem
startup
- get rid of announce_backup()
- change a few comments in nmbd code
- rewrote the chaining code completely. Hopefully it will handle any
depth chains now.
- added LPRng support
Diffstat (limited to 'source/include/includes.h')
-rw-r--r-- | source/include/includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 35ef18055ce..c7acbddc2b3 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -220,7 +220,6 @@ Here come some platform specific sections #define HAVE_BZERO #define HAVE_MEMMOVE #define USE_SIGPROCMASK -#define FAST_SHARE_MODES 1 #if 0 /* SETFS disabled until we can check on some bug reports */ #if _LINUX_C_LIB_VERSION_MAJOR >= 5 |