summaryrefslogtreecommitdiff
path: root/src/kwset.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-12-04 23:35:23 +0100
committerJim Meyering <meyering@redhat.com>2009-12-04 23:35:23 +0100
commitecb0e55a4a278752032175ad8c628ec20388734a (patch)
treea77648bef9401e506ff78c27ff9f0f64b76d2740 /src/kwset.c
parentacd6c7be4dab1cc5d4012f1074691999d4fd3083 (diff)
downloadgrep-ecb0e55a4a278752032175ad8c628ec20388734a.tar.gz
maint: enable prohibit_have_config_h check
* cfg.mk (local-checks-to-skip): Enable sc_prohibit_have_config_h * lib/regex.c: Remove useless cpp test of HAVE_CONFIG_H. * lib/savedir.c: Likewise. * src/grep.c: Likewise. * src/kwset.c: Likewise. * src/search.c: Likewise.
Diffstat (limited to 'src/kwset.c')
-rw-r--r--src/kwset.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/kwset.c b/src/kwset.c
index 2d90ca59..40b6a6f3 100644
--- a/src/kwset.c
+++ b/src/kwset.c
@@ -29,9 +29,7 @@
String Matching: An Aid to Bibliographic Search," CACM June 1975,
Vol. 18, No. 6, which describes the failure function used below. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <sys/types.h>
#include "system.h"
#include "kwset.h"