Revert "lib/util: make use of tfork in samba_runcmd_send()"
[samba.git] / lib / util / charset_compat.h
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_ */