X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=config.h.in;h=eb9760192ba95ae1c97143bf62df6f10ff88a41e;hp=b7a1e4d20a5ea342ef53cc188735f62088aa360f;hb=d9896f66fc840720e59e7e90c94baadbc47bde94;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b diff --git a/config.h.in b/config.h.in index b7a1e4d..eb97601 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 @@ -81,6 +97,12 @@ /* Define if you have the header file. */ #undef HAVE_SYS_NDIR_H +/* Define if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the header file. */ #undef HAVE_T1LIB_H @@ -114,3 +136,10 @@ /* Version number of package */ #undef VERSION +/* Typedefs */ +#undef boolean + +/* use gzip/uncompress */ +#undef USE_GZIP + +#endif