make rabbit optional with configure option

This commit is contained in:
toddouska
2012-10-22 17:28:46 -07:00
parent 3461c12083
commit aef97af361
9 changed files with 60 additions and 76 deletions

View File

@@ -39,7 +39,7 @@
#define LITTLE32(x) (x)
#endif
#define U32V(x) (word32)(x)
#define U32V(x) ((word32)(x) & 0xFFFFFFFFU)
/* Square a 32-bit unsigned integer to obtain the 64-bit result and return */