summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-12-29 02:00:38 +0000
committerJeremy Allison <jra@samba.org>1999-12-29 02:00:38 +0000
commit211697ee6cbeb2bbe86b96e17b922dd16d45c0e9 (patch)
treea15631184583b5eb0d17d0bf0329eea0be59fefc /source3/include/local.h
parent4a85b76daeb0ef0032e5ac442a123af32d7c2e9e (diff)
downloadsamba-211697ee6cbeb2bbe86b96e17b922dd16d45c0e9.tar.gz
samba-211697ee6cbeb2bbe86b96e17b922dd16d45c0e9.tar.bz2
samba-211697ee6cbeb2bbe86b96e17b922dd16d45c0e9.zip
Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.
Jeremy. (This used to be commit 1ba42aca2163c534f6be4e4a733604e3dffe0ed8)
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 961670f3a6..9da39fe991 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -74,6 +74,9 @@
/* separators for lists */
#define LIST_SEP " \t,;:\n\r"
+/* wchar separators for lists */
+#define LIST_SEP_W wchar_list_sep
+
#ifndef LOCKDIR
/* this should have been set in the Makefile */
#define LOCKDIR "/tmp/samba"