/* @PROJECT_NAME@-config.h generated by CMake */ /* Name of the package */ #define PACKAGE "@PROJECT_NAME@" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "@PROJECT_BUGREPORT@" /* Version number of the project */ #define VERSION "@PROJECT_VERSION@" /* Package name for gettext */ #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@" /* Define to add support for low level tests */ #cmakedefine ENABLE_TESTS 1 /* libsoup provides SOUP_MESSAGE_IDEMPOTENT flag */ #cmakedefine HAVE_SOUP_MESSAGE_IDEMPOTENT_FLAG 1 /* libmspack has OAB support */ #cmakedefine WITH_MSPACK 1 /* Define Office365 OAuth 2.0 default Tenant to use */ #define OFFICE365_TENANT "@WITH_OFFICE365_TENANT@" /* Define Office365 OAuth 2.0 default Client ID to use */ #define OFFICE365_CLIENT_ID "@WITH_OFFICE365_CLIENT_ID@" /* Define Office365 OAuth 2.0 default Redirect URI to use */ #define OFFICE365_REDIRECT_URI "@WITH_OFFICE365_REDIRECT_URI@"