summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-03-30 18:51:54 +0000
committerRichard M. Stallman <rms@gnu.org>1994-03-30 18:51:54 +0000
commitb65e3dd79eb5066d653e999c350a879c7e19886f (patch)
tree4be8c02a60e1b59972b666932151baf5900fb97b /src/systty.h
parent42b8555467c9831a0a3bab50e4b7980f482bc0ec (diff)
(INCLUDED_FCNTL): Define, if include fcntl.h.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h2
1 files changed, 2 insertions, 0 deletions
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 <termio.h>
#endif /* not NO_TERMIO */
+#define INCLUDED_FCNTL
#include <fcntl.h>
#else
#ifdef HAVE_TERMIOS
@@ -65,6 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#include <termios.h>
#endif /* _AIX && _I386 */
+#define INCLUDED_FCNTL
#include <fcntl.h>
#else /* neither HAVE_TERMIO nor HAVE_TERMIOS */
#ifndef VMS