Thread: BUG #1068: arch dependant header files

BUG #1068: arch dependant header files

From
"PostgreSQL Bugs List"
Date:
The following bug has been logged online:

Bug reference:      1068
Logged by:          Jörn Clausen

Email address:      joern@TechFak.Uni-Bielefeld.DE

PostgreSQL version: 7.4

Operating system:   various

Description:        arch dependant header files

Details:

Hi!

The header files pg_config.h, pg_config_os.h and probably
pg_config_manual.h contain architecture dependant information. They should
not be installed in .../include,
as this directory is often shared across architectures.

I moved them to .../lib/include and created sym-links from the include
directory. This should IMHO be automated by the Makefile(s).