changeset 51400:6b26c71e351d

Use HAVE_FCNTL_H, not _POSIX_VERSION.
author Dave Love <fx@gnu.org>
date Mon, 02 Jun 2003 18:42:13 +0000
parents c2c7a2898903
children bcf91e20f6a2
files src/termcap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/termcap.c	Mon Jun 02 18:39:39 2003 +0000
+++ b/src/termcap.c	Mon Jun 02 18:42:13 2003 +0000
@@ -53,7 +53,7 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#ifdef _POSIX_VERSION
+#ifdef HAVE_FCNTL_H
 #include <fcntl.h>
 #endif