summaryrefslogtreecommitdiff
path: root/config/config_global.h.in
blob: 77980d48fde535f58caffc3e791dce5d1410de1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
Global configuration file.

Only for settings that apply to every source file and are unlikely to change often,
such as whether a certain C++11 feature is available.

Do NOT use for settings local to some code or for settings that can change often.
Any change in this header will cause a rebuild of almost everything.

*/

#undef HAVE_CXX11_DELETE
#undef HAVE_GCC_BUILTIN_ATOMIC
#undef HAVE_SFINAE_ANONYMOUS_BROKEN
#undef HAVE_THREADSAFE_STATICS