File: cmake.h.in

package info (click to toggle)
task 2.5.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,576 kB
  • sloc: cpp: 36,161; python: 11,324; perl: 8,697; ansic: 7,400; sh: 673; makefile: 23
file content (75 lines) | stat: -rw-r--r-- 1,965 bytes parent folder | download | duplicates (2)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/* cmake.h.in. Creates cmake.h during a cmake run */

/* Product identification */
#define PRODUCT_TASKWARRIOR 1

/* Package information */
#define PACKAGE           "${PACKAGE}"
#define VERSION           "${VERSION}"
#define PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
#define PACKAGE_NAME      "${PACKAGE_NAME}"
#define PACKAGE_TARNAME   "${PACKAGE_TARNAME}"
#define PACKAGE_VERSION   "${PACKAGE_VERSION}"
#define PACKAGE_STRING    "${PACKAGE_STRING}"

#define CMAKE_BUILD_TYPE  "${CMAKE_BUILD_TYPE}"

/* Installation details */
#define TASK_RCDIR "${CMAKE_INSTALL_PREFIX}/${TASK_RCDIR}"

/* Localization */
#define PACKAGE_LANGUAGE ${PACKAGE_LANGUAGE}
#define LANGUAGE_ENG_USA ${LANGUAGE_ENG_USA}
#define LANGUAGE_ESP_ESP ${LANGUAGE_ESP_ESP}
#define LANGUAGE_FRA_FRA ${LANGUAGE_FRA_FRA}
#define LANGUAGE_DEU_DEU ${LANGUAGE_DEU_DEU}
#define LANGUAGE_ITA_ITA ${LANGUAGE_ITA_ITA}
#define LANGUAGE_POR_PRT ${LANGUAGE_POR_PRT}
#define LANGUAGE_EPO_RUS ${LANGUAGE_EPO_RUS}
#define LANGUAGE_POL_POL ${LANGUAGE_POL_POL}
#define LANGUAGE_JPN_JPN ${LANGUAGE_JPN_JPN}

/* git information */
#cmakedefine HAVE_COMMIT

/* cmake information */
#cmakedefine HAVE_CMAKE
#define CMAKE_VERSION "${CMAKE_VERSION}"

/* Compiling platform */
#cmakedefine LINUX
#cmakedefine DARWIN
#cmakedefine CYGWIN
#cmakedefine FREEBSD
#cmakedefine OPENBSD
#cmakedefine NETBSD
#cmakedefine HAIKU
#cmakedefine SOLARIS
#cmakedefine KFREEBSD
#cmakedefine GNUHURD
#cmakedefine UNKNOWN

/* Found the GnuTLS library */
#cmakedefine HAVE_LIBGNUTLS

/* Found tm_gmtoff */
#cmakedefine HAVE_TM_GMTOFF

/* Found timegm */
#cmakedefine HAVE_TIMEGM

/* Found st.st_birthtime struct member */
#cmakedefine HAVE_ST_BIRTHTIME

/* Found get_current_dir_name */
#cmakedefine HAVE_GET_CURRENT_DIR_NAME

/* Found uuid_unparse_lower in the uuid library */
#cmakedefine HAVE_UUID_UNPARSE_LOWER

/* Found wordexp.h */
#cmakedefine HAVE_WORDEXP

/* Undefine this to eliminate the execute command */
#define HAVE_EXECUTE 1