X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=config.h.in;h=ef46f24ab43e7920a4e4a6b8f717e901c1646a35;hp=57081e4f64825d6f88e124367fc7e9869e0f5dfc;hb=2d592fb2f94a9b617bc907251dab6822b637982b;hpb=5ee02b2033e684f42a84a464a465b9ea2a18af00 diff --git a/config.h.in b/config.h.in index 57081e4..ef46f24 100644 --- a/config.h.in +++ b/config.h.in @@ -22,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 @@ -139,4 +142,7 @@ /* use gzip/uncompress */ #undef USE_GZIP +/* system() can handle command substitution */ +#undef SYSTEM_BACKTICKS + #endif