summaryrefslogtreecommitdiff
path: root/colm/config.h.cmake.in
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-09-08 21:11:17 -0600
committerAdrian Thurston <thurston@colm.net>2019-09-08 21:11:17 -0600
commitc860c61607117582abd8f23881eed87957197484 (patch)
tree4d4e65dddc710e15f008189a9308d95924350c3f /colm/config.h.cmake.in
parentf37c916aed2600951b8966a86020406b0b0542cf (diff)
downloadcolm-c860c61607117582abd8f23881eed87957197484.tar.gz
moved the original colm src dir to /colm
Diffstat (limited to 'colm/config.h.cmake.in')
-rw-r--r--colm/config.h.cmake.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/colm/config.h.cmake.in b/colm/config.h.cmake.in
new file mode 100644
index 00000000..455cffe7
--- /dev/null
+++ b/colm/config.h.cmake.in
@@ -0,0 +1,14 @@
+/* config.h Generated from config.h.cmake.in by cmake */
+
+#ifndef _COLM_CONFIG_H
+#define _COLM_CONFIG_H
+
+#cmakedefine DEBUG 1
+
+#cmakedefine HAVE_SYS_MMAN_H 1
+#cmakedefine HAVE_SYS_WAIT_H 1
+#cmakedefine HAVE_UNISTD_H 1
+
+#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
+
+#endif /* _COLM_CONFIG_H */