comparison 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
comparison
equal deleted inserted replaced
51399:c2c7a2898903 51400:6b26c71e351d
51 #endif 51 #endif
52 52
53 #ifdef HAVE_UNISTD_H 53 #ifdef HAVE_UNISTD_H
54 #include <unistd.h> 54 #include <unistd.h>
55 #endif 55 #endif
56 #ifdef _POSIX_VERSION 56 #ifdef HAVE_FCNTL_H
57 #include <fcntl.h> 57 #include <fcntl.h>
58 #endif 58 #endif
59 59
60 #endif /* not emacs */ 60 #endif /* not emacs */
61 61