Formerly remake.c.~49~
authorRoland McGrath <roland@redhat.com>
Mon, 12 Apr 1993 20:52:45 +0000 (20:52 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 12 Apr 1993 20:52:45 +0000 (20:52 +0000)
remake.c

index 043701fe5f99bfe8304056a18e857f1ad3f78eb1..26a253a3b45362a8d5efddc6731180c0fee7a0b6 100644 (file)
--- a/remake.c
+++ b/remake.c
@@ -22,12 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "dep.h"
 #include "file.h"
 
-#if !defined (USG) && !defined (POSIX) && !defined (eta10)
-#ifndef        sgi
-#include <sys/file.h>
-#endif
-#else
+#ifdef HAVE_FCNTL_H
 #include <fcntl.h>
+#else
+#include <sys/file.h>
 #endif
 
 extern int try_implicit_rule ();