diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-03-16 02:31:24 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-03-16 02:31:24 +0000 |
commit | c9b8da47a68c98d72d59d25d1e2d8f3069300f40 (patch) | |
tree | 7bb77b1e2ce2ee311fecdf297b7813a2769a6d1f /source3/include | |
parent | cd3c0592fc00d28492783db2dc7c601743a9c892 (diff) | |
download | samba-c9b8da47a68c98d72d59d25d1e2d8f3069300f40.tar.gz samba-c9b8da47a68c98d72d59d25d1e2d8f3069300f40.tar.bz2 samba-c9b8da47a68c98d72d59d25d1e2d8f3069300f40.zip |
enable unicode on the wire by default in smbd
the unicode support isn't complete, but it is good enough to be usable
for a test server.
(This used to be commit e787fc1daf4a46c182e87bf0697eec80ff0ce87a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 5cde8ca085..d244329470 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1625,6 +1625,7 @@ BOOL lp_bind_interfaces_only(void); BOOL lp_unix_password_sync(void); BOOL lp_passwd_chat_debug(void); BOOL lp_nt_smb_support(void); +BOOL lp_unicode(void); BOOL lp_nt_pipe_support(void); BOOL lp_nt_acl_support(void); BOOL lp_stat_cache(void); |