17 lines
378 B
C
17 lines
378 B
C
#ifndef __CONFIG_H
|
|
#define __CONFIG_H
|
|
|
|
#define PACKAGE_VERSION "@solvespace_VERSION_MAJOR@.@solvespace_VERSION_MINOR@"
|
|
|
|
/* MSVC includes a proper stdint.h, but only since VS2008. */
|
|
#cmakedefine HAVE_STDINT_H
|
|
|
|
/* Do we have the si library on win32, or libspnav on *nix? */
|
|
#cmakedefine HAVE_SPACEWARE
|
|
|
|
#cmakedefine HAVE_GTK
|
|
#cmakedefine HAVE_GTK2
|
|
#cmakedefine HAVE_GTK3
|
|
|
|
#endif
|