]> git.eshelyaron.com Git - emacs.git/commitdiff
Check for INCLUDED_FCNTL already defined.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 03:25:32 +0000 (03:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 03:25:32 +0000 (03:25 +0000)
src/systty.h

index 5027633ec9bb43502ebcf6007cfc899e9d2ffe26..2ef4d0ee0ad58efb8d6220dd9e8f9364b7f7525d 100644 (file)
@@ -53,14 +53,16 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifndef NO_TERMIO
 #include <termio.h>
 #endif /* not NO_TERMIO */
+#ifndef INCLUDED_FCNTL
 #define INCLUDED_FCNTL
 #include <fcntl.h>
-#else
+#endif
+#else /* not HAVE_TERMIO */
 #ifdef HAVE_TERMIOS
 #if defined(_AIX) && defined(_I386)
 #include <termios.h>           /* termios.h needs to be before termio.h */
 #include <termio.h>
-#else
+#else /* not HAVE_TERMIOS */
 #ifndef NO_TERMIO
 #include <termio.h>
 #endif
@@ -85,15 +87,9 @@ static struct iosb
 
 extern int waiting_for_ast;
 extern int stop_input;
-#if 0 /* VAX C doeasn't understand initializing declarations */
-extern int input_ef = 0;
-extern int timer_ef = 0;
-extern int process_ef = 0;
-#else
 extern int input_ef;
 extern int timer_ef;
 extern int process_ef;
-#endif
 extern int input_eflist;
 extern int timer_eflist;