comparison src/doc.c @ 51402:cc6e47eeb0a8

Use HAVE_FCNTL_H, not USG5.
author Dave Love <fx@gnu.org>
date Mon, 02 Jun 2003 18:45:00 +0000
parents 36d13cf0f114
children 695cf19ef79e
comparison
equal deleted inserted replaced
51401:bcf91e20f6a2 51402:cc6e47eeb0a8
22 #include <config.h> 22 #include <config.h>
23 23
24 #include <sys/types.h> 24 #include <sys/types.h>
25 #include <sys/file.h> /* Must be after sys/types.h for USG and BSD4_1*/ 25 #include <sys/file.h> /* Must be after sys/types.h for USG and BSD4_1*/
26 26
27 #ifdef USG5 27 #ifdef HAVE_FCNTL_H
28 #include <fcntl.h> 28 #include <fcntl.h>
29 #endif 29 #endif
30 30
31 #ifdef HAVE_UNISTD_H 31 #ifdef HAVE_UNISTD_H
32 #include <unistd.h> 32 #include <unistd.h>