Revise memutils.h to use alignment information gathered by

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1e117923aa03a58d3c4b55b84b564aeaf681449d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-03-25T19:05:19Z
Releases: 7.1.1
Revise memutils.h to use alignment information gathered by
configure, instead of having a bunch of crufty platform-specific guesses.

Files

PathChange+/−
src/configure modified +283 −56
src/configure.in modified +64 −0
src/include/config.h.in modified +12 −0
src/include/utils/memutils.h modified +12 −41