X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=config.h.in;h=ef46f24ab43e7920a4e4a6b8f717e901c1646a35;hp=6e7ee59befadfce01808d6ed25bd27c6e679a09a;hb=2d592fb2f94a9b617bc907251dab6822b637982b;hpb=fb6606b60aa1bb2fe119fae5f5508a76a1b6d4e2 diff --git a/config.h.in b/config.h.in index 6e7ee59..ef46f24 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 @@ -21,6 +22,9 @@ /* Define to `unsigned' if doesn't define. */ #undef size_t +/* Define to 1 if this machine has network byte order*/ +#undef WORDS_BIGENDIAN + /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -51,6 +55,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 @@ -120,3 +136,13 @@ /* Version number of package */ #undef VERSION +/* Typedefs */ +#undef boolean + +/* use gzip/uncompress */ +#undef USE_GZIP + +/* system() can handle command substitution */ +#undef SYSTEM_BACKTICKS + +#endif