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