From a4ab8d9c55f4e3c9aac7859e85545e769b43f256 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Apr 2010 17:16:56 +0200 Subject: [PATCH] build: enable gnulib modules for more replacement headers * bootstrap.conf (gnulib_modules): Add the following: netinet_in, sys_ioctl, sys_wait, so that we can eliminate the #if HAVE_
_H tests guarding their header inclusions. --- bootstrap.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.conf b/bootstrap.conf index 55b2f60..caa2b1a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -159,6 +159,7 @@ gnulib_modules=" modechange mountlist mpsort + netinet_in nproc obstack pathmax @@ -210,7 +211,9 @@ gnulib_modules=" strtoimax strtoumax symlink + sys_ioctl sys_stat + sys_wait timespec tzset uname -- 2.7.4