summaryrefslogtreecommitdiff
path: root/source3/include/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/charset.h')
-rw-r--r--source3/include/charset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/charset.h b/source3/include/charset.h
index a4dfef3a50..8a51a1876e 100644
--- a/source3/include/charset.h
+++ b/source3/include/charset.h
@@ -22,6 +22,7 @@
/* this defines the charset types used in samba */
typedef enum {CH_UCS2=0, CH_UTF16=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=4} charset_t;
+#if 0
/* FIXME!!! Hack job for now to get the lsa ndr code compiling */
#ifndef strlen_m
#define strlen_m strlen
@@ -29,7 +30,7 @@ typedef enum {CH_UCS2=0, CH_UTF16=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=
#ifndef strlen_m_term
#define strlen_m_term strlen
#endif
-
+#endif
#define NUM_CHARSETS 5