headers/build: Use the system's types.h on Haiku.hrev51671
commit0d020b8298e74a466fda84048297a89b82987728
authorAugustin Cavalier <waddlesplash@gmail.com>
Tue, 12 Dec 2017 23:51:13 +0000 (12 18:51 -0500)
committerAugustin Cavalier <waddlesplash@gmail.com>
Tue, 12 Dec 2017 23:51:13 +0000 (12 18:51 -0500)
treec12327188c2d5f551a779c520b7aec370831349f
parent02c9c92ae27a71f8e8d6dad25388b0f8a3292255
headers/build: Use the system's types.h on Haiku.

Technically a "hack" (but then again most of the config/build stuff is);
as we need to use the system's config/types.h in order to get stdint
definitions and the like.

Previously there was a config_build directory which allowed the existence
of two types.h -- the system one, and the headers/build one, but seeing
as we only need this to provide Haiku-specific core types on other platforms,
using the system's one should be fine.

Our core type definitions have not changed in some time (and it's unclear
when they would change aside from potential new platforms), breakage of the
Haiku-on-Haiku build due to this should not happen often (if ever.)
headers/build/config/types.h
headers/build/host/haiku_host/Errors.h [deleted file]
headers/build/host/haiku_host/config_build/HaikuConfig.h [deleted file]
headers/build/host/haiku_host/config_build/types.h [deleted file]