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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user