1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-02 14:51:23 +00:00

Only include stropts.h on Solaris. (#125)

This commit is contained in:
Bruce Mitchener
2020-12-23 14:09:42 +07:00
committed by GitHub
parent 1b9a90add6
commit 9aeac67592

View File

@@ -36,13 +36,9 @@
#include <sys/ioctl.h>
#include <sys/select.h>
#ifndef LINUX
#ifndef MACOSX
#ifndef FREEBSD
#ifdef OS5
#include <stropts.h>
#endif /* FREEBSD */
#endif /* MACOSX */
#endif /* LINUX */
#endif /* OS5 */
#define FALSE 0
#define TRUE !FALSE