From: kramm Date: Thu, 13 Dec 2001 07:39:49 +0000 (+0000) Subject: added HAVE_RAND,HAVE_LRAND48,HAVE_SRAND48,HAVE_SRAND X-Git-Tag: release-0-2-1~41 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5ee02b2033e684f42a84a464a465b9ea2a18af00 added HAVE_RAND,HAVE_LRAND48,HAVE_SRAND48,HAVE_SRAND --- diff --git a/config.h.in b/config.h.in index cebb9fa..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 @@ -125,3 +138,5 @@ /* use gzip/uncompress */ #undef USE_GZIP + +#endif