From 480f6aec691100be6df20adf821dafb53a9c5b0f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 7 Dec 2000 05:18:48 +0000 Subject: [PATCH] Watcom C/C++ and Visual C++ both have , and it must be loaded in order to get the definition for O_BINARY. --- v7/src/microcode/ntutl/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/ntutl/config.h b/v7/src/microcode/ntutl/config.h index 5f6754a72..9e5f76019 100644 --- a/v7/src/microcode/ntutl/config.h +++ b/v7/src/microcode/ntutl/config.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: config.h,v 1.2 2000/12/05 21:23:50 cph Exp $ +$Id: config.h,v 1.3 2000/12/07 05:18:48 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology @@ -68,6 +68,9 @@ typedef long ssize_t; /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the header file. */ +#define HAVE_FCNTL_H 1 + /* Define if architecture has native-code compiler support. */ #define HAS_COMPILER_SUPPORT 1 -- 2.25.1