From: kramm Date: Thu, 13 Dec 2001 09:54:04 +0000 (+0000) Subject: add WORDS_BIGENDIAN X-Git-Tag: release-0-2-1~34 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=d9896f66fc840720e59e7e90c94baadbc47bde94 add WORDS_BIGENDIAN --- diff --git a/config.h.in b/config.h.in index 57081e4..eb97601 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