diff options
author | Gerald Carter <jerry@samba.org> | 2006-09-15 18:54:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:51:50 -0500 |
commit | 47debfd03a57815d9c4d67406cfa522ece1a7bc5 (patch) | |
tree | 23fb452725408232c78fd4bb2923b48470d6c62a | |
parent | c4013df0c18779191d124dcb3ee35499900b54e0 (diff) | |
download | samba-47debfd03a57815d9c4d67406cfa522ece1a7bc5.tar.gz samba-47debfd03a57815d9c4d67406cfa522ece1a7bc5.tar.bz2 samba-47debfd03a57815d9c4d67406cfa522ece1a7bc5.zip |
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)
-rw-r--r-- | source3/include/charset.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |