Rename config-host.h to config.h as it contains also the defines for
the ccan library, e.g. HAVE_BIG_ENDIAN.
Signed-off-by: Daniel Wagner <dwagner@suse.de>
)
configure_file(
- output: 'config-host.h',
+ output: 'config.h',
configuration: conf
)
################################################################################
add_project_arguments(['-fomit-frame-pointer', '-D_GNU_SOURCE',
- '-include', 'config-host.h'], language : 'c')
+ '-include', 'config.h'], language : 'c')
incdir = include_directories(['ccan'])
################################################################################