X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=config.h.in;h=57081e4f64825d6f88e124367fc7e9869e0f5dfc;hb=943c4a9de98e94e08cb1ebd23f2010d4688fc1c6;hp=fac174435bccae5653ba99f301dd7c0777cb561e;hpb=63c8164e000273533fb1034c54b30368c330419d;p=swftools.git diff --git a/config.h.in b/config.h.in index fac1744..57081e4 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,5 @@ -/* config.h.in. Generated automatically from configure.in by autoheader. */ +#ifndef __config_h__ +#define __config_h__ /* Define to empty if the keyword does not work. */ #undef const @@ -51,6 +52,18 @@ /* Define if you have the strstr function. */ #undef HAVE_STRSTR +/* Define if you have the lrand48 function. */ +#undef HAVE_LRAND48 + +/* Define if you have the lrand48 function. */ +#undef HAVE_RAND + +/* Define if you have the lrand48 function. */ +#undef HAVE_SRAND48 + +/* Define if you have the lrand48 function. */ +#undef HAVE_SRAND + /* Define if you have the header file. */ #undef HAVE_DIRENT_H @@ -123,3 +136,7 @@ /* Typedefs */ #undef boolean +/* use gzip/uncompress */ +#undef USE_GZIP + +#endif