X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fbottom.m4;h=6306aee178a873508c98976a5ea32c86dfba1019;hb=a2d8823001195258acb3b7d1205f2502dd349ae4;hp=a772e05945054718d2d1f8a1db8f2cc927e6277f;hpb=437bc4483f63b8e2c746bc69082c846ca43f9561;p=m6w6%2Flibmemcached diff --git a/m4/bottom.m4 b/m4/bottom.m4 index a772e059..6306aee1 100644 --- a/m4/bottom.m4 +++ b/m4/bottom.m4 @@ -30,6 +30,12 @@ typedef unsigned long int ulong; #define RPACKAGE "memcached" #define RVERSION "1.4.13" + +#ifdef WORDS_BIGENDIAN +# define ENDIAN_BIG 1 +#else +# define ENDIAN_LITTLE 1 +#endif ])