]> granicus.if.org Git - postgresql/commit
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Apr 2007 05:36:51 +0000 (05:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Apr 2007 05:36:51 +0000 (05:36 +0000)
commit37a609b27fcb67c28ff34d02ae3e82cd9903dd13
tree037c29effb24f829edcf52ad172a4c0af0fcc14a
parent3e23b68dac006e8deb0afa327e855258df8de064
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
right, there seems precious little reason to have a pile of hand-maintained
endianness definitions in src/include/port/*.h.  Get rid of those, and make
the couple of places that used them depend on WORDS_BIGENDIAN instead.
22 files changed:
configure
configure.in
contrib/pgcrypto/crypt-blowfish.c
contrib/pgcrypto/md5.c
contrib/pgcrypto/px.h
contrib/pgcrypto/rijndael.c
contrib/pgcrypto/sha1.c
contrib/pgcrypto/sha2.c
src/backend/libpq/pqformat.c
src/include/pg_config.h.in
src/include/pg_config.h.win32
src/include/port/aix.h
src/include/port/dgux.h
src/include/port/hpux.h
src/include/port/sco.h
src/include/port/solaris.h
src/include/port/sunos4.h
src/include/port/svr4.h
src/include/port/ultrix4.h
src/include/port/univel.h
src/include/port/unixware.h
src/include/port/win32.h