From d9896f66fc840720e59e7e90c94baadbc47bde94 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 13 Dec 2001 09:54:04 +0000 Subject: [PATCH] add WORDS_BIGENDIAN --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4