19 lines
438 B
Diff
19 lines
438 B
Diff
--- ser-0.9.6/modules/postgres/aug_sysdep.h.orig 2006-03-30 16:07:32.113066656 +0200
|
|
+++ ser-0.9.6/modules/postgres/aug_sysdep.h 2006-03-30 16:05:31.611385696 +0200
|
|
@@ -225,6 +225,16 @@
|
|
typedef unsigned int augUInt32;
|
|
|
|
#endif /* x86-64 */
|
|
+
|
|
+#if defined(__powerpc)
|
|
+
|
|
+#if defined(__GNUC__)
|
|
+#define AUG_CONFIGURATION "Linux PowerPC with GCC"
|
|
+#endif
|
|
+
|
|
+typedef unsigned int augUInt32;
|
|
+
|
|
+#endif /* PowerPC */
|
|
#endif /* linux */
|
|
|
|
/*
|