8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Fixed CORE-6007: Firebird does not build on Mac with fresh toolchain

This commit is contained in:
AlexPeshkoff 2019-02-21 18:37:28 +03:00
parent 871073b238
commit 99f07c3511

View File

@ -90,6 +90,15 @@ typedef void *ioctl_t;
#endif
#include <stdio.h>
#include <string.h>
#ifdef strlcat
#define HAVE_STRLCAT 1
#endif
#ifdef strlcpy
#define HAVE_STRLCPY 1
#endif
#ifndef HAVE_STRLCAT
#define strlcat libedit_strlcat