Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / config_host / config_global.h.in
blobdd959a9fd170b9081735f88bc6cca70e3be36057
1 /*
2 Global configuration file.
4 Only for settings that apply to every source file and are unlikely to change often,
5 such as whether a certain C++11 feature is available.
7 Do NOT use for settings local to some code or for settings that can change often.
8 Any change in this header will cause a rebuild of almost everything.
12 #ifndef CONFIG_GLOBAL_H
13 #define CONFIG_GLOBAL_H
15 #define HAVE_CXX11_CONSTEXPR 0
16 #define HAVE_CXX14_CONSTEXPR 0
17 #define HAVE_CXX11_REF_QUALIFIER 0
18 #define HAVE_CXX14_SIZED_DEALLOCATION 0
19 #define HAVE_GCC_BUILTIN_ATOMIC 0
20 /* _Pragma */
21 #define HAVE_GCC_PRAGMA_OPERATOR 0
22 #define HAVE_GCC_DEPRECATED_MESSAGE 0
23 #define HAVE_THREADSAFE_STATICS 0
24 #define HAVE_BROKEN_CONST_ITERATORS 0
25 #define HAVE_BROKEN_STATIC_INITIALIZER_LIST 0
26 #define HAVE_SYSLOG_H 0
27 /* Compiler supports __attribute__((warn_unused)). */
28 #define HAVE_GCC_ATTRIBUTE_WARN_UNUSED 0
29 /* C++ library uses __attribute__((warn_unused)) for basic types like std::string. */
30 #define HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STL 0
32 #endif