]> www.ginac.de Git - cln.git/commitdiff
[BUGFIX] cln/config.h: fix include guard.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Sun, 21 Sep 2008 13:37:21 +0000 (17:37 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Mon, 22 Sep 2008 08:55:28 +0000 (12:55 +0400)
include/cln/config.h.in

index f1c7c3db250b703e3f1d931e9b59ddf051d6a016..511d534cb7d7ca240ad31705fbf120fbc56fb6cf 100644 (file)
@@ -1,4 +1,5 @@
-#ifdef _CL_CONFIG_PUBLIC_H
+#ifndef _CL_CONFIG_PUBLIC_H
+#define _CL_CONFIG_PUBLIC_H
 
 #include "cln/host_cpu.h"
 #include "cln/version.h"