]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Try replacing #if HAVE_CONFIG_H with #ifdef HAVE_CONFIG_H.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 15:29:11 +0000 (17:29 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 20 Oct 2004 15:29:11 +0000 (17:29 +0200)
Rev: src/nettle/tools/sexp-conv.c:1.16

tools/sexp-conv.c

index d4b152b673028488d1fabf45b992deafc1dc6ef8..4bdda8c01131b193309ab75a99d5acec0a5c5db4 100644 (file)
@@ -23,7 +23,7 @@
  * MA 02111-1307, USA.
  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif