From bcb25463fff1ff8622d5f9d43ba0db8405243fb1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 20 Oct 2004 18:22:44 +0200
Subject: [PATCH] Reverted HAVE_CONFIG_H change.

Rev: src/nettle/tools/sexp-conv.c:1.17
---
 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 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
 
-- 
GitLab