summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-01-26 17:16:04 +0000
committerColin Watson <cjwatson@debian.org>2019-01-26 17:16:04 +0000
commite3059f35410481ce018c70176aa1b40ddd5fc1dd (patch)
tree81d7a4c04adc9f4f9b640a29ba72750952d6b3d9 /bootstrap.conf
parent1e158043f516f2f7c79c730b2ea41574a65acda1 (diff)
Simplify includes using Gnulib's fcntl module
* bootstrap.conf (gnulib_modules): Add fcntl. * configure.ac (AC_CHECK_HEADERS): Remove check for fcntl.h. * libdb/db_btree.c, libdb/db_ndbm.c, libdb/mydbm.h, src/man.c: Include <fcntl.h> unconditionally. * src/man.c: Remove conditional definitions of R_OK and X_OK; Gnulib's <unistd.h> handles these.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 1b3054c2..83cd855e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -26,6 +26,7 @@ gnulib_modules="
dirent
dirname
error
+ fcntl
flock
fnmatch-gnu
fstat