/* Generated from config.h.in during build configuration using CMake. */ // Note: This header file is only used internally. It is not part of public interface! #include "gflags_declare.h" // system checks // --------------------------------------------------------------------------- // Additional meta-information // Name of package. #define PACKAGE @PROJECT_NAME@ // Define to the full name of this package. #define PACKAGE_NAME @PACKAGE_NAME@ // Define to the full name and version of this package. #define PACKAGE_STRING @PACKAGE_STRING@ // Define to the one symbol short name of this package. #define PACKAGE_TARNAME @PACKAGE_TARNAME@ // Define to the version of this package. #define PACKAGE_VERSION @PACKAGE_VERSION@ // Version number of package. #define VERSION PACKAGE_VERSION // Define to the address where bug reports for this package should be sent. #define PACKAGE_BUGREPORT @PACKAGE_BUGREPORT@ // --------------------------------------------------------------------------- // Path separator #define PATH_SEPARATOR '/' // --------------------------------------------------------------------------- // Windows port #ifdef _WIN32 // This must be defined before the windows.h is included. // It's needed for mutex.h, to give access to the TryLock method. # if !defined(_WIN32_WINNT) && !(defined( __MINGW32__) || defined(__MINGW64__)) # define _WIN32_WINNT 0x0400 # endif # if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) # define _CRT_SECURE_NO_WARNINGS # endif # include "windows_port.h" #endif