[69084] trunk/dports/databases/postgresql84/files/pg_config.h.ed

jwa at macports.org jwa at macports.org
Wed Jun 23 02:53:17 PDT 2010


Revision: 69084
          http://trac.macports.org/changeset/69084
Author:   jwa at macports.org
Date:     2010-06-23 02:53:15 -0700 (Wed, 23 Jun 2010)
Log Message:
-----------
reverting the erroneous commit done in r68981

Revision Links:
--------------
    http://trac.macports.org/changeset/68981

Modified Paths:
--------------
    trunk/dports/databases/postgresql84/files/pg_config.h.ed

Modified: trunk/dports/databases/postgresql84/files/pg_config.h.ed
===================================================================
--- trunk/dports/databases/postgresql84/files/pg_config.h.ed	2010-06-23 08:42:50 UTC (rev 69083)
+++ trunk/dports/databases/postgresql84/files/pg_config.h.ed	2010-06-23 09:53:15 UTC (rev 69084)
@@ -68,6 +68,13 @@
 #define SIZEOF_SIZE_T 4
 #endif
 .
+/SIZEOF_UNSIGNED_LONG/c
+#ifdef __LP64__
+#define SIZEOF_UNSIGNED_LONG 8
+#else
+#define SIZEOF_UNSIGNED_LONG 4
+#endif
+.
 /SIZEOF_VOID_P/c
 #ifdef __LP64__
 #define SIZEOF_VOID_P 8
@@ -89,4 +96,11 @@
 /* #undef USE_FLOAT8_BYVAL */
 #endif
 .
+/WORDS_BIGENDIAN/c
+#ifdef __BIG_ENDIAN__
+#define WORDS_BIGENDIAN 1
+#else
+/* #undef WORDS_BIGENDIAN */
+#endif
+.
 w
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100623/b5dc0c93/attachment.html>


More information about the macports-changes mailing list