Mercurial > emacs
changeset 6599:43fffc5a7dd8
(INCLUDED_FCNTL): Define, if include fcntl.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 30 Mar 1994 18:51:54 +0000 |
parents | db2685239be9 |
children | f75ac1f3d99c |
files | src/systty.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <termio.h> #endif /* not NO_TERMIO */ +#define INCLUDED_FCNTL #include <fcntl.h> #else #ifdef HAVE_TERMIOS @@ -65,6 +66,7 @@ #endif #include <termios.h> #endif /* _AIX && _I386 */ +#define INCLUDED_FCNTL #include <fcntl.h> #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS