eina - fix redefinition of word size if already defined
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 6 Jan 2017 10:25:25 +0000 (19:25 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 6 Jan 2017 10:25:50 +0000 (19:25 +0900)
src/lib/eina/eina_config.h.in

index 58cbcab..b4c457c 100644 (file)
 
 #include <limits.h>
 
-#if defined(__OPENBSD__) && (INTPTR_MAX == INT32_MAX)
-# define __WORDSIZE 32
-#else
-# define __WORDSIZE 64
+#ifndef __WORDSIZE
+# if defined(__OPENBSD__) && (INTPTR_MAX == INT32_MAX)
+#  define __WORDSIZE 32
+# else
+#  define __WORDSIZE 64
+# endif
 #endif
 
 /* Do not turn the following #define as meaning EFL64. We are only