summaryrefslogtreecommitdiff
path: root/src/s/gnu.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-06-02 22:29:02 -0700
committerGlenn Morris <rgm@gnu.org>2010-06-02 22:29:02 -0700
commit0d4bcf4ddd512e29e414fe1b6f804dcbaa871e72 (patch)
treea0e0d8200221c2572eaf63210057b1abe7212f27 /src/s/gnu.h
parentdd2c3c9241142e3d8d855a25319467292a418072 (diff)
downloademacs-0d4bcf4ddd512e29e414fe1b6f804dcbaa871e72.tar.gz
NOT_C_CODE is always true now.
* configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true. * m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h: Remove NOT_C_CODE tests, it is always true now. * nt/config.nt: Remove NOT_C_CODE tests, it is always true now. * admin/CPP-DEFINES: Remove NOT_C_CODE.
Diffstat (limited to 'src/s/gnu.h')
-rw-r--r--src/s/gnu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h
index 4567f4e9f4f..95b8017ddc1 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -34,9 +34,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Some losing code fails to include this and then assumes
that because it is braindead that O_RDONLY==0. */
-#ifndef NOT_C_CODE
#include <fcntl.h>
-#endif
#ifdef emacs
#include <stdio.h> /* Get the definition of _IO_STDIO_H. */