summaryrefslogtreecommitdiff
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
commitdf0b5ca7012e303399185f8e4eb2be073cbabf09 (patch)
tree63fe70dd62e755fee12f5161db26b2bab7944069
parent903cd383145b83f39b8edb197bf8ec43f4a38a79 (diff)
downloademacs-df0b5ca7012e303399185f8e4eb2be073cbabf09.tar.gz
(INCLUDED_FCNTL): Define, if include fcntl.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