summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-11-07 22:20:09 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-11-07 22:20:09 (GMT)
commitda08a1d3c3bca8070c9b029cfc1f8faf9e34dd25 (patch)
treeb285148ab6ca415814d9370148f91736f83c852c /config.h.in
parent0ae6c27d9322208053033d9b19c0ffffed3d99eb (diff)
downloaduscxml-da08a1d3c3bca8070c9b029cfc1f8faf9e34dd25.zip
uscxml-da08a1d3c3bca8070c9b029cfc1f8faf9e34dd25.tar.gz
uscxml-da08a1d3c3bca8070c9b029cfc1f8faf9e34dd25.tar.bz2
Committing local version again
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in55
1 files changed, 55 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..86614e0
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,55 @@
+/**
+ * Auto generated - edit config.h.in instead!
+ *
+ * This file is instantiated by cmake as config.h in the binary tree of
+ * the out-of-source build. See cmake docs on CONFIGURE_FILE.
+ *
+ * WARNING: This file may never be included by public headers as we cannot
+ * ship prebuilt packages otherwise!
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+/** Platform macros */
+#cmakedefine UNIX
+// suppress warnings with already define -DWIN32 macro
+#ifndef WIN32
+#cmakedefine WIN32
+#endif
+#cmakedefine APPLE
+#cmakedefine CYGWIN
+#cmakedefine IOS
+#cmakedefine IOSSIM
+
+// suppress warnings with already define -DANDROID macro
+#ifndef ANDROID
+#cmakedefine ANDROID
+#endif
+
+#cmakedefine PATH_SEPERATOR '@PATH_SEPERATOR@'
+
+/** Loglevels */
+#cmakedefine LOGLEVEL_COMMON @LOGLEVEL_COMMON@
+#cmakedefine LOGLEVEL_DISC @LOGLEVEL_DISC@
+#cmakedefine LOGLEVEL_NET @LOGLEVEL_NET@
+#cmakedefine LOGLEVEL_S11N @LOGLEVEL_S11N@
+
+/** version */
+#cmakedefine USCXML_VERSION_MAJOR "@USCXML_VERSION_MAJOR@"
+#cmakedefine USCXML_VERSION_MINOR "@USCXML_VERSION_MINOR@"
+#cmakedefine USCXML_VERSION_PATCH "@USCXML_VERSION_PATCH@"
+#cmakedefine USCXML_VERSION "@USCXML_VERSION@"
+
+/** build type */
+#cmakedefine CMAKE_BUILD_TYPE "@CMAKE_BUILD_TYPE@"
+
+/** miscellaneous */
+#cmakedefine PROJECT_SOURCE_DIR "@PROJECT_SOURCE_DIR@"
+#cmakedefine DIST_PREPARE
+
+/** Optional libraries we found */
+#cmakedefine UMUNDO_FOUND
+#cmakedefine MILES_FOUND
+
+#endif \ No newline at end of file