X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=config.h.in;h=a7611d07b7b4c68e9998d6d6df97a2ef0d2da4cb;hb=3717652f61a47a4d6f47481f2b1977d9df2d55b5;hp=6cb38731b18d4917332bae6f8877f4a331bedff6;hpb=2beffe5208c8d3180e4ab6aba8a2c306f6113d82;p=swftools.git diff --git a/config.h.in b/config.h.in index 6cb3873..a7611d0 100644 --- a/config.h.in +++ b/config.h.in @@ -55,6 +55,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_NDIR_H +/* Define if you have the header file. */ +#undef HAVE_SYS_BSDTYPES_H + /* Define if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -88,6 +91,9 @@ /* Typedefs */ #undef boolean +/* Typedefs */ +#undef bool + /* use gzip/uncompress */ #undef USE_GZIP @@ -97,4 +103,20 @@ /* Define to 1 if this machine has network byte order*/ #undef WORDS_BIGENDIAN +/* Define to 0 on non-windows systems */ +#undef O_BINARY + +#ifdef HAVE_ZLIB_H +#ifdef HAVE_LIBZ +#define HAVE_ZLIB +#endif +#endif + +#ifdef HAVE_JPEGLIB_H +#ifdef HAVE_LIBJPEG +#define HAVE_JPEGLIB +#endif +#endif + + #endif