From 7a9323516d58819a4b27f917fc29c574cd5b9503 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Sep 2014 17:59:35 -0700 Subject: maint: turn on the test that prohibits use of HAVE_CONFIG_H * cfg.mk (local-checks-to-skip): Remove the exemption here. * testsuite/bug-regex10.c: Remove the use of the offending macro. * testsuite/bug-regex11.c: Likewise. * testsuite/bug-regex12.c: Likewise. * testsuite/bug-regex13.c: Likewise. * testsuite/bug-regex14.c: Likewise. * testsuite/bug-regex15.c: Likewise. * testsuite/bug-regex16.c: Likewise. * testsuite/bug-regex21.c: Likewise. * testsuite/bug-regex7.c: Likewise. * testsuite/bug-regex8.c: Likewise. * testsuite/bug-regex9.c: Likewise. * testsuite/runptests.c: Likewise. * testsuite/runtests.c: Likewise. * testsuite/tst-boost.c: Likewise. * testsuite/tst-pcre.c: Likewise. * testsuite/tst-regex.c: Likewise. * testsuite/tst-regex2.c: Likewise. * testsuite/tst-rxspencer.c: Likewise. --- testsuite/tst-regex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuite/tst-regex.c') diff --git a/testsuite/tst-regex.c b/testsuite/tst-regex.c index 698a175..0d10cd2 100644 --- a/testsuite/tst-regex.c +++ b/testsuite/tst-regex.c @@ -16,9 +16,7 @@ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include #include -- cgit v1.2.1