Add HAVE_UNISTD_H and HAVE_FCNTL_H
This commit is contained in:
parent
26aab9ba94
commit
ca7bedbbd3
11
libbuild2-autoconf/libbuild2/autoconf/checks/HAVE_FCNTL_H.h
Normal file
11
libbuild2-autoconf/libbuild2/autoconf/checks/HAVE_FCNTL_H.h
Normal file
@ -0,0 +1,11 @@
|
||||
// HAVE_FCNTL_H
|
||||
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
#if defined(__linux__) || \
|
||||
defined(__FreeBSD__) || \
|
||||
defined(__OpenBSD__) || \
|
||||
defined(__NetBSD__) || \
|
||||
(defined(__APPLE__) && defined(__MACH__))
|
||||
# define HAVE_FCNTL_H 1
|
||||
#endif
|
11
libbuild2-autoconf/libbuild2/autoconf/checks/HAVE_UNISTD_H.h
Normal file
11
libbuild2-autoconf/libbuild2/autoconf/checks/HAVE_UNISTD_H.h
Normal file
@ -0,0 +1,11 @@
|
||||
// HAVE_UNISTD_H
|
||||
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
#if defined(__linux__) || \
|
||||
defined(__FreeBSD__) || \
|
||||
defined(__OpenBSD__) || \
|
||||
defined(__NetBSD__) || \
|
||||
(defined(__APPLE__) && defined(__MACH__))
|
||||
# define HAVE_UNISTD_H 1
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user