Skip to content

Commit

Permalink
Adding guards to config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
tklein23 committed Mar 17, 2014
1 parent 8814717 commit 3995eec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shogun/lib/config.h.in
@@ -1,3 +1,6 @@
#ifndef __SHOGUN_LIB_CONFIG_H__
#define __SHOGUN_LIB_CONFIG_H__

#cmakedefine MACHINE "@MACHINE@"
#cmakedefine CONFIGURE_OPTIONS "@CONFIGURE_OPTIONS@"
#cmakedefine COMPFLAGS_CPP "@COMPFLAGS_CPP@"
Expand Down Expand Up @@ -114,3 +117,5 @@
/* random related defines */
#cmakedefine HAVE_ARC4RANDOM 1
#cmakedefine DEV_RANDOM "@DEV_RANDOM@"

#endif /* __SHOGUN_LIB_CONFIG_H__ */

0 comments on commit 3995eec

Please sign in to comment.