comparison src/lzfu.c @ 120:6395ced2b8b2

disable building pst2dii on cygwin consistent ordering of our include files all system includes protected by ifdef HAVE_ from autoconf
author Carl Byington <carl@five-ten-sg.com>
date Sun, 01 Feb 2009 11:24:22 -0800
parents 582e927756d3
children bdb38b434c0a
comparison
equal deleted inserted replaced
119:f50f4321aa2d 120:6395ced2b8b2
8 along with this program; if not, write to the Free Software Foundation, 8 along with this program; if not, write to the Free Software Foundation,
9 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 9 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
10 */ 10 */
11 11
12 #include "define.h" 12 #include "define.h"
13 #include "common.h"
13 #include "libpst.h" 14 #include "libpst.h"
15 #include "lzfu.h"
14 16
15 #include <sys/types.h> 17 #ifdef HAVE_SYS_TYPES_H
16 #include <string.h> 18 #include <sys/types.h>
17 #include <stdio.h> 19 #endif
18 20
19 #include "lzfu.h"
20 21
21 #define LZFU_COMPRESSED 0x75465a4c 22 #define LZFU_COMPRESSED 0x75465a4c
22 #define LZFU_UNCOMPRESSED 0x414c454d 23 #define LZFU_UNCOMPRESSED 0x414c454d
23 24
24 // initital dictionary 25 // initital dictionary