config-workspace.h.cmake | config-workspace.h.cmake | |||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
/* place where plasma-frameworks things are installed */ | /* place where plasma-frameworks things are installed */ | |||
#define PLASMA_RELATIVE_DATA_INSTALL_DIR "@PLASMA_RELATIVE_DATA_INSTALL_DIR @" | #define PLASMA_RELATIVE_DATA_INSTALL_DIR "@PLASMA_RELATIVE_DATA_INSTALL_DIR @" | |||
#define WORKSPACE_VERSION_STRING "${PROJECT_VERSION}" | #define WORKSPACE_VERSION_STRING "${PROJECT_VERSION}" | |||
#cmakedefine OS_UBUNTU 1 | #cmakedefine OS_UBUNTU 1 | |||
#cmakedefine01 GLIBC_LOCALE_AUTO | #cmakedefine01 GLIBC_LOCALE_AUTO | |||
#cmakedefine01 GLIBC_LOCALE_GENERATED | #cmakedefine01 GLIBC_LOCALE_GENERATED | |||
#if defined(GLIBC_LOCALE_AUTO) || defined(GLIBC_LOCALE_GENERATED) | #if GLIBC_LOCALE_AUTO == 1 || GLIBC_LOCALE_GENERATED == 1 || OS_UBUNTU == 1 | |||
#define GLIBC_LOCALE | #define GLIBC_LOCALE | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |