mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Header guards
This commit is contained in:
parent
423569ec82
commit
a2dc430a38
@ -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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user