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

@ -110,6 +110,10 @@ void warnx(const char *, ...);
#define pledge(s, p) (0)
#endif
#ifndef IMAXBEL
#define IMAXBEL 0
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#else