maint: remove now-unnecessary #if HAVE_header_H tests.
authorJim Meyering <meyering@redhat.com>
Sat, 24 Apr 2010 15:38:13 +0000 (17:38 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 24 Apr 2010 15:44:58 +0000 (17:44 +0200)
commit2191fe8f8d84e39f8c4b861cde28d395639393e1
treecd6295499076cbfe87e359f1341edd6ebbb210a2
parenta4ab8d9c55f4e3c9aac7859e85545e769b43f256
maint: remove now-unnecessary #if HAVE_header_H tests.

* .x-sc_prohibit_always_true_header_tests: New file.
* Makefile.am (syntax_check_exceptions): Add it.
* src/cat.c: Remove #if HAVE_SYS_IOCTL_H test.
* src/copy.c: Likewise.
* src/ls.c: Likewise.
* src/stty.c: Likewise.
* src/install.c: Remove #if HAVE_SYS_WAIT_H test.
* src/kill.c: Likewise.
* src/operand2sig.c: Likewise.
* src/timeout.c: Likewise.
* src/pathchk.c: Remove #if HAVE_WCHAR_H test.
* src/stat.c: Remove #if HAVE_NETINET_IN_H test.
12 files changed:
.x-sc_prohibit_always_true_header_tests [new file with mode: 0644]
Makefile.am
src/cat.c
src/copy.c
src/install.c
src/kill.c
src/ls.c
src/operand2sig.c
src/pathchk.c
src/stat.c
src/stty.c
src/timeout.c