diff -ur NetworkManager-0.6.4.orig/config.h.in network-manager-0.6.4/config.h.in --- NetworkManager-0.6.4.orig/config.h.in 2006-07-13 16:01:51.000000000 +0200 +++ network-manager-0.6.4/config.h.in 2007-04-24 22:40:09.000000000 +0200 @@ -123,6 +123,10 @@ /* Version number of package */ #undef VERSION +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + /* Define to path of wpa_supplicant binary */ #undef WPA_SUPPLICANT_BINARY_PATH diff -ur NetworkManager-0.6.4.orig/libnm-util/sha1.c network-manager-0.6.4/libnm-util/sha1.c --- NetworkManager-0.6.4.orig/libnm-util/sha1.c 2005-12-10 00:25:22.000000000 +0100 +++ network-manager-0.6.4/libnm-util/sha1.c 2007-04-24 22:42:22.000000000 +0200 @@ -15,6 +15,7 @@ #include #include +#include "config.h" #include "sha1.h"