From: Richard M. Stallman Date: Wed, 30 Mar 1994 18:51:54 +0000 (+0000) Subject: (INCLUDED_FCNTL): Define, if include fcntl.h. X-Git-Tag: emacs-19.34~9253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b65e3dd79eb5066d653e999c350a879c7e19886f;p=emacs.git (INCLUDED_FCNTL): Define, if include fcntl.h. --- diff --git a/src/systty.h b/src/systty.h index 22dc37288b3..5027633ec9b 100644 --- a/src/systty.h +++ b/src/systty.h @@ -53,6 +53,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef NO_TERMIO #include #endif /* not NO_TERMIO */ +#define INCLUDED_FCNTL #include #else #ifdef HAVE_TERMIOS @@ -65,6 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #include #endif /* _AIX && _I386 */ +#define INCLUDED_FCNTL #include #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS