1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 15:57:13 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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