r18562: quick build fix rather than rolling back (I didn't actually intend the previo...
authorGerald Carter <jerry@samba.org>
Fri, 15 Sep 2006 18:54:37 +0000 (18:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:50 +0000 (11:51 -0500)
(This used to be commit 990e7c3f8eda0c7902bcab0523218b6b218e2ef4)

source3/include/charset.h

index 1edf12309a7c64559c309ca2b9a48a20f492d5d9..a4dfef3a506cdb811677bdb87c308b0b9cd9aa7e 100644 (file)
@@ -26,6 +26,9 @@ typedef enum {CH_UCS2=0, CH_UTF16=0, CH_UNIX=1, CH_DISPLAY=2, CH_DOS=3, CH_UTF8=
 #ifndef strlen_m
 #define strlen_m strlen
 #endif
+#ifndef strlen_m_term
+#define strlen_m_term strlen
+#endif
 
 
 #define NUM_CHARSETS 5