[68981] trunk/dports/databases
Ryan Schmidt
ryandesign at macports.org
Sat Jun 19 11:18:58 PDT 2010
On Jun 19, 2010, at 09:43, jwa at macports.org wrote:
> Revision: 68981
> http://trac.macports.org/changeset/68981
> Author: jwa at macports.org
> Date: 2010-06-19 07:43:54 -0700 (Sat, 19 Jun 2010)
> Log Message:
> -----------
> version bump to 9.0beta2
>
> Modified Paths:
> --------------
> trunk/dports/databases/postgresql84/files/pg_config.h.ed
And this change?
> Modified: trunk/dports/databases/postgresql84/files/pg_config.h.ed
> ===================================================================
> --- trunk/dports/databases/postgresql84/files/pg_config.h.ed 2010-06-19 13:55:27 UTC (rev 68980)
> +++ trunk/dports/databases/postgresql84/files/pg_config.h.ed 2010-06-19 14:43:54 UTC (rev 68981)
> @@ -68,13 +68,6 @@
> #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
> @@ -96,11 +89,4 @@
> /* #undef USE_FLOAT8_BYVAL */
> #endif
> .
> -/WORDS_BIGENDIAN/c
> -#ifdef __BIG_ENDIAN__
> -#define WORDS_BIGENDIAN 1
> -#else
> -/* #undef WORDS_BIGENDIAN */
> -#endif
> -.
> w
More information about the macports-dev
mailing list