diff options
author | Jim Meyering <meyering@redhat.com> | 2010-04-24 17:16:56 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-04-24 17:16:56 +0200 |
commit | a4ab8d9c55f4e3c9aac7859e85545e769b43f256 (patch) | |
tree | 7fb92b7c7f21687c985e8de1f2688aa18ee1a56a | |
parent | 301c74865ef13a11e303a2320743b2997bb568e7 (diff) | |
download | coreutils-a4ab8d9c55f4e3c9aac7859e85545e769b43f256.tar.xz |
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_<header>_H tests guarding their header inclusions.
-rw-r--r-- | bootstrap.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 55b2f60a3..caa2b1a2a 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 |