8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

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

This commit is contained in:
AlexPeshkoff 2019-02-21 18:38:13 +03:00
parent 51e28472f7
commit 5354921323

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