// Created via CMake from template global.h.in // WARNING! Any changes to this file will be overwritten by the next CMake run! #ifndef PASSWORD_FILE_GLOBAL #define PASSWORD_FILE_GLOBAL #include #ifdef PASSWORD_FILE_STATIC # define PASSWORD_FILE_EXPORT # define PASSWORD_FILE_IMPORT #else # define PASSWORD_FILE_EXPORT LIB_EXPORT # define PASSWORD_FILE_IMPORT LIB_IMPORT #endif #endif // PASSWORD_FILE_GLOBAL