]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Header guards
authorMatthew Barr <matthew.barr@intel.com>
Tue, 27 Sep 2016 05:56:40 +0000 (15:56 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 30 May 2017 03:59:00 +0000 (13:59 +1000)
cmake/config.h.in

index c7b577c22bd745fac80222859f147ec30002d4df..5434668e52bec90c921c88dce1d72e4a122315bc 100644 (file)
@@ -1,5 +1,8 @@
 /* used by cmake */
 
+#ifndef CONFIG_H_
+#define CONFIG_H_
+
 /* "Define if the build is 32 bit" */
 #cmakedefine ARCH_32_BIT
 
@@ -91,3 +94,5 @@
 
 /* define if reverse_graph requires patch for boost 1.62.0 */
 #cmakedefine BOOST_REVGRAPH_PATCH
+
+#endif /* CONFIG_H_ */