summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-29 16:32:25 +0100
committerJim Meyering <meyering@redhat.com>2009-11-30 16:55:04 +0100
commite35c4077b7847107fea4a53c27f28460c06ca050 (patch)
tree929383fcfe462a53535d5550627be41619be8fa5 /cfg.mk
parent8fadfb0b0e99adc7252244760426548b4a7e30e9 (diff)
downloadgrep-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.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 4bfa49c3..e420588b 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -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 \