Skip to content
Commit d541bc79 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Andrei Vagin
Browse files

build: Move generated config.h into include/common/



config.h is a generated file with "build-features" defines.
We use it for several purposes:
o to check that compiler can do it's job
o to complement user-visible API between distributions
o to add compile-time options from .config global file

It's used in criu and soccr, but compel also needs such thing.

Previously, soccr has a link to config.h in criu includes,
but it would be much cleaner to move it to other headers,
that are shared between sub-projects into include/common.

Reported-by: default avatarAdrian Reber <areber@redhat.com>
Signed-off-by: default avatarDmitry Safonov <dsafonov@virtuozzo.com>
Tested-by: default avatarAdrian Reber <areber@redhat.com>
Signed-off-by: default avatarAndrei Vagin <avagin@virtuozzo.com>
parent 585dda23
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment