X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=config.h.in;h=595eaf3072f8ad7af1c291d39d1f90d32e1606de;hp=a7611d07b7b4c68e9998d6d6df97a2ef0d2da4cb;hb=ede90e3f60487332bcaede6d8f62ad0f3e0fb715;hpb=5c5bdb50a110c125e97152a78782bc268b19d8d7 diff --git a/config.h.in b/config.h.in index a7611d0..595eaf3 100644 --- a/config.h.in +++ b/config.h.in @@ -28,6 +28,12 @@ /* Define if you have the popen function. */ #undef HAVE_POPEN +/* Define if you have the bcopy function. */ +#undef HAVE_BCOPY + +/* Define if you have the bzero function. */ +#undef HAVE_BZERO + /* Define if you have the rand function. */ #undef HAVE_RAND @@ -43,6 +49,15 @@ /* Define if you have the header file. */ #undef HAVE_DIRENT_H +/* Define if you have the header file. */ +#undef HAVE_ASSERT_H + +/* Define if you have the header file. */ +#undef HAVE_SIGNAL_H + +/* Define if you have the header file. */ +#undef HAVE_PTHREAD_H + /* Define if you have the header file. */ #undef HAVE_JPEGLIB_H @@ -97,6 +112,12 @@ /* use gzip/uncompress */ #undef USE_GZIP +/* use libfreetype */ +#undef USE_FREETYPE + +/* use internal l.a.m.e. mp3 library */ +#undef USE_MP3 + /* system() can handle command substitution */ #undef SYSTEM_BACKTICKS @@ -118,5 +139,10 @@ #endif #endif +#ifdef HAVE_T1LIB_H +#ifdef HAVE_LIBT1 +#define HAVE_T1LIB +#endif +#endif #endif