From 89fcd96702d6aa963192f0221922d2702820048f Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Sat, 13 Nov 2010 22:07:08 -0800 Subject: Initial work to get Spark compiling with SBT 0.7.5 RC0 --- lib/liblzf-3.5/config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/liblzf-3.5/config.h (limited to 'lib/liblzf-3.5/config.h') 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 -- cgit v1.2.3