X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=config.h.in;h=66f50c71b9f3193633180127f543ed3945a2f4e4;hp=6cb38731b18d4917332bae6f8877f4a331bedff6;hb=9897eb4cfab3395ec44c63833af3e157150e8270;hpb=2beffe5208c8d3180e4ab6aba8a2c306f6113d82 diff --git a/config.h.in b/config.h.in index 6cb3873..66f50c7 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,16 @@ /* Define to 1 if this machine has network byte order*/ #undef WORDS_BIGENDIAN +#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