source: vendor/current/lib/util/charset_compat.h

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 199 bytes
Line 
1#ifndef _SAMBA_CHARSET_COMPAT_H_
2#define _SAMBA_CHARSET_COMPAT_H_
3
4#include <string.h>
5
6#define strchr_m(h, n) strchr(h, n)
7#define strstr_m(h, n) strstr(h, n)
8
9#endif /* _SAMBA_CHARSET_COMPAT_H_ */
Note: See TracBrowser for help on using the repository browser.