* cfg.mk (local-checks-to-fix): Remove sc_prohibit_have_config_h
from list of disabled checks.
* tests/f77demo/foo.h, tests/fcdemo/foo.h: Remove spurious
HAVE_CONFIG_H guards for #include <config.h>.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
local-checks-to-fix = \
sc_prohibit_always-defined_macros \
sc_prohibit_always_true_header_tests \
- sc_prohibit_have_config_h \
sc_prohibit_magic_number_exit \
sc_prohibit_stddef_without_use \
sc_prohibit_strcmp \
#define _FOO_H_ 1
/* config.h is necessary for the fortran name mangling */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
/* csub is an extremely useful subroutine that
* returns the argument multiplied by two :-)
#define _FOO_H_ 1
/* config.h is necessary for the fortran name mangling */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
/* csub is an extremely useful subroutine that
* returns the argument multiplied by two :-)