forked from UIKit0/glom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmake-config.h.in
49 lines (33 loc) · 1.55 KB
/
cmake-config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#cmakedefine ENABLE_NLS
/* Define to the gettext package name. */
#cmakedefine GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
/* Define to the Glom ABI version string. */
#cmakedefine GLOM_ABI_VERSION "@GLOM_ABI_VERSION@"
/* Define to the Glom ABI version with '.' replaced by '_'. */
#cmakedefine GLOM_ABI_VERSION_UNDERLINED "@GLOM_ABI_VERSION_UNDERLINED@"
/* Define to disable support for self-hosting and developer mode. */
#cmakedefine GLOM_ENABLE_CLIENT_ONLY
/* Whether to enable support for MySQL databases. */
#cmakedefine GLOM_ENABLE_MYSQL
/* Whether to enable support for PostgreSQL databases. */
#cmakedefine GLOM_ENABLE_POSTGRESQL @GLOM_ENABLE_POSTGRESQL@
/* Whether to enable support for SQLite databases. */
#cmakedefine GLOM_ENABLE_SQLITE
/* Define to the location of the msgfmt gettext utility. */
#cmakedefine GLOM_MSGFMT
/* Define to the installation prefix of the iso-codes module. */
/* TODO: Avoid duplication with libglom-config.h */
#cmakedefine ISO_CODES_PREFIX "@ISO_CODES_PREFIX@"
/* Define to the full name of this package. */
#cmakedefine PACKAGE_NAME
/* Define to the full name and version of this package. */
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME
/* Define to the home page for this package. */
#cmakedefine PACKAGE_URL
/* Define to the version of this package. */
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
#define GLOM_LOCALEDIR "@GLOM_LOCALEDIR@"