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:
parent
51e28472f7
commit
5354921323
9
extern/editline/src/sys.h
vendored
9
extern/editline/src/sys.h
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user