diff src/termcap.c @ 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 01b93e5e53a7
children 695cf19ef79e
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