projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b9ac2e
)
Watcom C/C++ and Visual C++ both have <fcntl.h>, and it must be loaded
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 7 Dec 2000 05:18:48 +0000
(
05:18
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 7 Dec 2000 05:18:48 +0000
(
05:18
+0000)
in order to get the definition for O_BINARY.
v7/src/microcode/ntutl/config.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ntutl/config.h
b/v7/src/microcode/ntutl/config.h
index 5f6754a72a917d169136ced99ff67790189298f4..9e5f76019347dde260cb5b0a0ef9aa77295ee48d 100644
(file)
--- 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 <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
/* Define if architecture has native-code compiler support. */
#define HAS_COMPILER_SUPPORT 1