aboutsummaryrefslogtreecommitdiff
path: root/lib/liblzf-3.5/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liblzf-3.5/config.h')
-rw-r--r--lib/liblzf-3.5/config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/liblzf-3.5/config.h b/lib/liblzf-3.5/config.h
new file mode 100644
index 0000000000..966d01ff7d
--- /dev/null
+++ b/lib/liblzf-3.5/config.h
@@ -0,0 +1,17 @@
+/* config.h. Generated from config.h.in by configure. */
+/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
+
+/* Define to empty if the keyword does not work. */
+/* #undef const */
+
+/* Define if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* The number of bytes in a int. */
+#define SIZEOF_INT 4
+
+/* The number of bytes in a long. */
+#define SIZEOF_LONG 8
+
+/* The number of bytes in a short. */
+#define SIZEOF_SHORT 2