diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-29 16:32:25 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-30 16:55:04 +0100 |
commit | e35c4077b7847107fea4a53c27f28460c06ca050 (patch) | |
tree | 929383fcfe462a53535d5550627be41619be8fa5 /cfg.mk | |
parent | 8fadfb0b0e99adc7252244760426548b4a7e30e9 (diff) | |
download | grep-e35c4077b7847107fea4a53c27f28460c06ca050.tar.gz |
maint: enable require_config_h checks
* cfg.mk (local-checks-to-skip): Enable sc_require_config_h
and sc_require_config_h_first.
* src/dosbuf.c: Include <config.h>.
* src/vms_fab.c: Likewise.
* .x-sc_require_config_h: New file: list the exceptions.
* .x-sc_require_config_h_first: Likewise.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -36,8 +36,6 @@ local-checks-to-skip = \ sc_prohibit_magic_number_exit \ sc_prohibit_strcmp \ sc_prohibit_xalloc_without_use \ - sc_require_config_h \ - sc_require_config_h_first \ sc_space_tab \ sc_trailing_blank \ sc_two_space_separator_in_usage \ |