Change soft-fail to use the config, rather than env
[rbx.git] / shotgun / lib / strlcat.h
blob0ef28c5b2b6cea0fb64f90d5cd1efa418b24f671
1 #ifndef RBS_STRLCAT_H
2 #define RBS_STRLCAT_H
4 #ifndef HAVE_STRLCAT
5 size_t strlcat (char *dst, const char *src, size_t siz);
6 #endif
8 #endif