[147106] trunk/dports/databases/postgresql95/files/pg95_config.h.ed

jwa at macports.org jwa at macports.org
Sun Mar 27 11:08:11 PDT 2016


Revision: 147106
          https://trac.macports.org/changeset/147106
Author:   jwa at macports.org
Date:     2016-03-27 11:08:11 -0700 (Sun, 27 Mar 2016)
Log Message:
-----------
postgresql95: adding file to enable building with universal variant, resolves #50290

Added Paths:
-----------
    trunk/dports/databases/postgresql95/files/pg95_config.h.ed

Added: trunk/dports/databases/postgresql95/files/pg95_config.h.ed
===================================================================
--- trunk/dports/databases/postgresql95/files/pg95_config.h.ed	                        (rev 0)
+++ trunk/dports/databases/postgresql95/files/pg95_config.h.ed	2016-03-27 18:08:11 UTC (rev 147106)
@@ -0,0 +1,85 @@
+/ALIGNOF_DOUBLE/c
+#ifdef __LP64__
+#define ALIGNOF_DOUBLE 8
+#else
+#define ALIGNOF_DOUBLE 4
+#endif
+.
+/ALIGNOF_LONG/c
+#ifdef __LP64__
+#define ALIGNOF_LONG 8
+#else
+#define ALIGNOF_LONG 4
+#endif
+.
+/ALIGNOF_LONG_LONG_INT/c
+#ifdef __LP64__
+/* #undef ALIGNOF_LONG_LONG_INT */
+#else
+#define ALIGNOF_LONG_LONG_INT 4
+#endif
+.
+/FLOAT8PASSBYVAL/c
+#ifdef __LP64__
+#define FLOAT8PASSBYVAL true
+#else
+#define FLOAT8PASSBYVAL false
+#endif
+.
+/HAVE_LL_CONSTANTS/c
+#ifdef __LP64__
+/* #undef HAVE_LL_CONSTANTS */
+#else
+#define HAVE_LL_CONSTANTS 1
+#endif
+.
+/HAVE_LONG_INT_64/c
+#ifdef __LP64__
+#define HAVE_LONG_INT_64 1
+#else
+/* #undef HAVE_LONG_INT_64 */
+#endif
+.
+/HAVE_LONG_LONG_INT_64/c
+#ifdef __LP64__
+/* #undef HAVE_LONG_LONG_INT_64 */
+#else
+#define HAVE_LONG_LONG_INT_64 1
+#endif
+.
+/MAXIMUM_ALIGNOF/c
+#ifdef __LP64__
+#define MAXIMUM_ALIGNOF 8
+#else
+#define MAXIMUM_ALIGNOF 4
+#endif
+.
+/SIZEOF_LONG/c
+#ifdef __LP64__
+#define SIZEOF_LONG 8
+#else
+#define SIZEOF_LONG 4
+#endif
+.
+/SIZEOF_SIZE_T/c
+#ifdef __LP64__
+#define SIZEOF_SIZE_T 8
+#else
+#define SIZEOF_SIZE_T 4
+#endif
+.
+/SIZEOF_VOID_P/c
+#ifdef __LP64__
+#define SIZEOF_VOID_P 8
+#else
+#define SIZEOF_VOID_P 4
+#endif
+.
+/USE_FLOAT8_BYVAL/c
+#ifdef __LP64__
+#define USE_FLOAT8_BYVAL 1
+#else
+/* #undef USE_FLOAT8_BYVAL */
+#endif
+.
+w
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160327/3a354c76/attachment.html>


More information about the macports-changes mailing list