]> git.eshelyaron.com Git - emacs.git/commitdiff
(INCLUDED_FCNTL): Define, if include fcntl.h.
authorRichard M. Stallman <rms@gnu.org>
Wed, 30 Mar 1994 18:51:54 +0000 (18:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 30 Mar 1994 18:51:54 +0000 (18:51 +0000)
src/systty.h

index 22dc37288b3b0c208338696f5540a79cb582e9c2..5027633ec9bb43502ebcf6007cfc899e9d2ffe26 100644 (file)
@@ -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