From: Niels Möller Date: Wed, 20 Oct 2004 15:29:11 +0000 (+0200) Subject: Try replacing #if HAVE_CONFIG_H with #ifdef HAVE_CONFIG_H. X-Git-Tag: nettle_1.11_release_20041026~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2e7a51c1617bf6f4e8de39d6201a61617028ba5;p=thirdparty%2Fnettle.git Try replacing #if HAVE_CONFIG_H with #ifdef HAVE_CONFIG_H. Rev: src/nettle/tools/sexp-conv.c:1.16 --- diff --git a/tools/sexp-conv.c b/tools/sexp-conv.c index d4b152b6..4bdda8c0 100644 --- a/tools/sexp-conv.c +++ b/tools/sexp-conv.c @@ -23,7 +23,7 @@ * MA 02111-1307, USA. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include "config.h" #endif