X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=config.h.in;h=ece0c0e44dfcd31f4c82134e4fe7b9185185170a;hb=08413f49a157383b76b52520bd9d69e13250901e;hp=6cb38731b18d4917332bae6f8877f4a331bedff6;hpb=2beffe5208c8d3180e4ab6aba8a2c306f6113d82;p=swftools.git diff --git a/config.h.in b/config.h.in index 6cb3873..ece0c0e 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,10 @@ /* 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 + #endif