aboutsummaryrefslogtreecommitdiff
path: root/cutl/details/build2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/details/build2/config.h')
-rw-r--r--cutl/details/build2/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/cutl/details/build2/config.h b/cutl/details/build2/config.h
new file mode 100644
index 0000000..f7547b6
--- /dev/null
+++ b/cutl/details/build2/config.h
@@ -0,0 +1,16 @@
+/* file : cutl/details/build2/config.h
+ * copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+ * license : MIT; see accompanying LICENSE file
+ */
+
+/* Static configuration file for the build2 build. */
+
+#ifndef CUTL_DETAILS_CONFIG_H
+#define CUTL_DETAILS_CONFIG_H
+
+/* Define LIBCUTL_BUILD2 for the installed case. */
+#ifndef LIBCUTL_BUILD2
+# define LIBCUTL_BUILD2
+#endif
+
+#endif /* CUTL_DETAILS_CONFIG_H */