Add support for Haiku, from David Carlier. GitHub issue 2453.

This commit is contained in:
Nicholas Marriott
2020-11-09 09:00:41 +00:00
parent dac285c92a
commit 72c46aa15e
5 changed files with 167 additions and 7 deletions

View File

@ -58,6 +58,11 @@ if IS_NETBSD
AM_CPPFLAGS += -D_OPENBSD_SOURCE
endif
# Set flags for Haiku.
if IS_HAIKU
AM_CPPFLAGS += -D_BSD_SOURCE
endif
# List of sources.
dist_tmux_SOURCES = \
alerts.c \