summaryrefslogtreecommitdiff
path: root/src/defs.h.cmake.in
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-03-14 15:29:52 +0200
committerAdrian Thurston <thurston@colm.net>2020-03-14 15:29:52 +0200
commitf653735830d537715f2885bd832cf04851d35401 (patch)
tree95e6551e39407543366d4f49aedf7b78c6e8bbe1 /src/defs.h.cmake.in
parentbcc54d5df10cf425e7134b06f70d7ffe1abee4e4 (diff)
downloadcolm-f653735830d537715f2885bd832cf04851d35401.tar.gz
moved source files into commit repository
Diffstat (limited to 'src/defs.h.cmake.in')
-rw-r--r--src/defs.h.cmake.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/defs.h.cmake.in b/src/defs.h.cmake.in
new file mode 100644
index 00000000..c4cf8844
--- /dev/null
+++ b/src/defs.h.cmake.in
@@ -0,0 +1,11 @@
+/* defs.h Generated from defs.h.cmake.in by cmake */
+
+#ifndef _COLM_DEFS_H
+#define _COLM_DEFS_H
+
+#cmakedefine SIZEOF_LONG @SIZEOF_LONG@
+#cmakedefine SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@
+#cmakedefine SIZEOF_UNSIGNED_LONG_LONG @SIZEOF_UNSIGNED_LONG_LONG@
+#cmakedefine SIZEOF_VOID_P @SIZEOF_VOID_P@
+
+#endif /* _COLM_DEFS_H */