Consolidate 'machine detection' into "machine.h"

The file "lib.c' contains some defines and have some #ifdefery
to detect the data model of the native machine (LP32/LP64).
Same for the native endianness.

Move these into "machine.h" where the platform detection is
already done.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2 files changed