From 47debfd03a57815d9c4d67406cfa522ece1a7bc5 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 15 Sep 2006 18:54:37 +0000 Subject: r18562: quick build fix rather than rolling back (I didn't actually intend the previous commit but got confused between Samab 3 & 4 branches) (This used to be commit 990e7c3f8eda0c7902bcab0523218b6b218e2ef4) --- source3/include/charset.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/charset.h b/source3/include/charset.h index 1edf12309a..a4dfef3a50 100644 --- a/source3/include/charset.h +++ b/source3/include/charset.h @@ -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 -- cgit