Cleanup of the byteorder patch
[umurmur.git] / src / crypt.h
index 300563e0aa5064f5ec91bacb9db07ddd58f5eb8e..0a4030c8b6c462a768c3097d513332fdc9a56a5d 100644 (file)
 #ifndef CRYPTSTATE_H_34564356
 #define CRYPTSTATE_H_34564356
 
-#ifdef NETBSD
-#include <machine/endian.h>
-#if BYTE_ORDER == BIG_ENDIAN
-#define CRYPT_BE
-#endif
-#endif
-
-#ifdef LINUX
-#include <endian.h>
-#if __BYTE_ORDER == __BIG_ENDIAN
-#define CRYPT_BE
-#endif
-#endif
-
+#include "byteorder.h"
 #include "config.h"
 
 #ifdef USE_POLARSSL