Attempt to fix strlcpy/strlcat error on Travis CI
This commit is contained in:
parent
7414a56d7f
commit
a90969b6c3
@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#if defined __WATCOMC__ && __WATCOMC__ >= 1240
|
#if (defined __WATCOMC__ && __WATCOMC__ >= 1240)
|
||||||
/* OpenWatcom introduced BSD "safe string functions" with version 1.4 */
|
/* OpenWatcom introduced BSD "safe string functions" with version 1.4 */
|
||||||
|
|| defined __APPLE__
|
||||||
#define HAVE_SAFESTR
|
#define HAVE_SAFESTR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user