Kaydet (Commit) 8c0cb89a authored tarafından Lubos Lunak's avatar Lubos Lunak

multiple include guard for config_global.h

Strictly speaking not necessary, but it should prevent compilers
from needlessly opening the file repeatedly.
üst 4cf17dc5
...@@ -9,8 +9,13 @@ Any change in this header will cause a rebuild of almost everything. ...@@ -9,8 +9,13 @@ Any change in this header will cause a rebuild of almost everything.
*/ */
#ifndef CONFIG_GLOBAL_H
#define CONFIG_GLOBAL_H
#undef HAVE_CXX11_DELETE #undef HAVE_CXX11_DELETE
#undef HAVE_GCC_BUILTIN_ATOMIC #undef HAVE_GCC_BUILTIN_ATOMIC
#undef HAVE_SFINAE_ANONYMOUS_BROKEN #undef HAVE_SFINAE_ANONYMOUS_BROKEN
#undef HAVE_THREADSAFE_STATICS #undef HAVE_THREADSAFE_STATICS
#undef HAVE_SYSLOG_H #undef HAVE_SYSLOG_H
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment