From e2e7a51c1617bf6f4e8de39d6201a61617028ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 20 Oct 2004 17:29:11 +0200 Subject: [PATCH] Try replacing #if HAVE_CONFIG_H with #ifdef HAVE_CONFIG_H. Rev: src/nettle/tools/sexp-conv.c:1.16 --- tools/sexp-conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab