2015-03-29 00:33:46 +00:00
|
|
|
#ifndef __CONFIG_H
|
|
|
|
#define __CONFIG_H
|
|
|
|
|
|
|
|
#define PACKAGE_VERSION "@solvespace_VERSION_MAJOR@.@solvespace_VERSION_MINOR@"
|
|
|
|
|
2015-03-18 17:02:11 +00:00
|
|
|
/* MSVC includes a proper stdint.h, but only since VS2008. */
|
2015-03-29 00:33:46 +00:00
|
|
|
#cmakedefine HAVE_STDINT_H
|
2015-03-18 17:02:11 +00:00
|
|
|
|
|
|
|
/* Do we have the si library on win32, or libspnav on *nix? */
|
|
|
|
#cmakedefine HAVE_SPACEWARE
|
|
|
|
|
|
|
|
#cmakedefine HAVE_GTK
|
|
|
|
#cmakedefine HAVE_GTK2
|
|
|
|
#cmakedefine HAVE_GTK3
|
2015-03-29 00:33:46 +00:00
|
|
|
|
|
|
|
#endif
|