# HG changeset patch # User Richard M. Stallman # Date 765053514 0 # Node ID 43fffc5a7dd8715e076548e2d7c716955d89978f # Parent db2685239be90a4d60edd21420b64d5c426e88ce (INCLUDED_FCNTL): Define, if include fcntl.h. diff -r db2685239be9 -r 43fffc5a7dd8 src/systty.h --- a/src/systty.h Wed Mar 30 18:36:47 1994 +0000 +++ b/src/systty.h Wed Mar 30 18:51:54 1994 +0000 @@ -53,6 +53,7 @@ #ifndef NO_TERMIO #include #endif /* not NO_TERMIO */ +#define INCLUDED_FCNTL #include #else #ifdef HAVE_TERMIOS @@ -65,6 +66,7 @@ #endif #include #endif /* _AIX && _I386 */ +#define INCLUDED_FCNTL #include #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS