7b45f60
diff -up ser-0.9.6/modules/postgres/aug_sysdep.h.orig ser-0.9.6/modules/postgres/aug_sysdep.h
7b45f60
--- ser-0.9.6/modules/postgres/aug_sysdep.h.orig	2007-08-29 18:55:35.000000000 +0200
7b45f60
+++ ser-0.9.6/modules/postgres/aug_sysdep.h	2007-08-29 18:55:04.000000000 +0200
7b45f60
@@ -207,24 +207,12 @@ typedef unsigned int augUInt32;
7b45f60
 #define AUG_NO_PTHREADS
7b45f60
 #endif
7b45f60
 
7b45f60
-#if defined(__i386)
7b45f60
-
7b45f60
-#if defined(__GNUC__)
7b45f60
-#define AUG_CONFIGURATION	"Linux x86 with GCC"
7b45f60
-#endif
7b45f60
-
7b45f60
-typedef unsigned int augUInt32;
7b45f60
-
7b45f60
-#endif /* x86 */
7b45f60
-#if defined(__x86_64)
7b45f60
-
7b45f60
 #if defined(__GNUC__)
7b45f60
-#define AUG_CONFIGURATION	"Linux x86_64 with GCC"
7b45f60
+#define AUG_CONFIGURATION	"Linux with GCC"
7b45f60
 #endif
7b45f60
 
7b45f60
 typedef unsigned int augUInt32;
7b45f60
 
7b45f60
-#endif /* x86-64 */
7b45f60
 #endif /* linux */
7b45f60
 
7b45f60
 /*