s4:gensec/gssapi: make calculation of gensec_gssapi_sig_size() for aes keys more...
[Samba.git] / lib / util / charset_compat.h
blobcb3b6252a3d2914189d8a4850982ec416ed6146d
1 #ifndef _SAMBA_CHARSET_COMPAT_H_
2 #define _SAMBA_CHARSET_COMPAT_H_
4 #include <string.h>
6 #define strchr_m(h, n) strchr(h, n)
7 #define strstr_m(h, n) strstr(h, n)
9 #endif /* _SAMBA_CHARSET_COMPAT_H_ */