From: ewt Date: Fri, 28 Mar 1997 17:45:08 +0000 (+0000) Subject: made WORDS_BIGENDIAN look like the rest of config.h X-Git-Tag: tznext/4.11.0.1.tizen20130304~10458 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d27dd974ec3edcb20490974d939e80b8bc17fa43;p=tools%2Flibrpm-tizen.git made WORDS_BIGENDIAN look like the rest of config.h CVS patchset: 1502 CVS date: 1997/03/28 17:45:08 --- diff --git a/config.h.in b/config.h.in index 06d25cb..dc6ce8a 100644 --- a/config.h.in +++ b/config.h.in @@ -40,8 +40,8 @@ /* Define as 1 if defines S_ISSOCK */ #define HAVE_S_ISSOCK 0 -/* Define if your processor stores words with the most significant +/* Define as 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +#define WORDS_BIGENDIAN 0 #endif