Add include guards to our generated dtool_config.h

This commit is contained in:
kestred 2014-01-19 00:28:55 -07:00
parent 58d54eb4fe
commit b07ce7dc93
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/* dtool_config.h. Generated automatically by CMake. */
#ifndef DTOOL_CONFIG_H
#define DTOOL_CONFIG_H
/* Define if we have Eigen available. */
#cmakedefine HAVE_EIGEN
@ -463,3 +465,5 @@
#cmakedefine IS_LINUX
#cmakedefine IS_FREEBSD
#cmakedefine BUILD_IPHONE
#endif