From c9b8da47a68c98d72d59d25d1e2d8f3069300f40 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 16 Mar 2001 02:31:24 +0000 Subject: 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) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') 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); -- cgit