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