From: Chris Hanson Date: Thu, 7 Dec 2000 05:18:48 +0000 (+0000) Subject: Watcom C/C++ and Visual C++ both have , and it must be loaded X-Git-Tag: 20090517-FFI~3123 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=480f6aec691100be6df20adf821dafb53a9c5b0f;p=mit-scheme.git Watcom C/C++ and Visual C++ both have , and it must be loaded in order to get the definition for O_BINARY. --- 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