]> git.armaanb.net Git - gen-shell.git/blob - cmake.h
started to remove tw specifics
[gen-shell.git] / cmake.h
1 /* cmake.h.in. Creates cmake.h during a cmake run */
2
3 /* Product identification */
4 #define PRODUCT_TASKSH 1
5
6 /* Package information */
7 #define PACKAGE           "gen-shell"
8 #define VERSION           "0.0.1"
9 #define PACKAGE_NAME      "gen-shell"
10 #define PACKAGE_TARNAME   "gen-shell"
11 #define PACKAGE_VERSION   "0.0.1"
12 #define PACKAGE_STRING    "gen-shell 0.0.1"
13
14 #define CMAKE_BUILD_TYPE  ""
15
16 /* Localization */
17 #define PACKAGE_LANGUAGE 
18 #define LANGUAGE_ENG_USA 
19
20 /* git information */
21 #define HAVE_COMMIT
22
23 /* cmake information */
24 #define HAVE_CMAKE
25 #define CMAKE_VERSION "3.8.1"
26
27 /* Compiling platform */
28 /* #undef LINUX */
29 #define DARWIN
30 /* #undef CYGWIN */
31 /* #undef FREEBSD */
32 /* #undef OPENBSD */
33 /* #undef NETBSD */
34 /* #undef HAIKU */
35 /* #undef SOLARIS */
36 /* #undef KFREEBSD */
37 /* #undef GNUHURD */
38 /* #undef UNKNOWN */
39
40 /* Found the Readline library */
41 #define HAVE_READLINE
42
43 /* Found the pthread library */
44 /* #undef HAVE_LIBPTHREAD */
45
46 /* Found wordexp.h */
47 /* #undef HAVE_WORDEXP */
48
49 /* Found tm.tm_gmtoff struct member */
50 /* #undef HAVE_TM_GMTOFF */
51
52 /* Found st.st_birthtime struct member */
53 /* #undef HAVE_ST_BIRTHTIME */
54
55 /* Functions */
56 /* #undef HAVE_GET_CURRENT_DIR_NAME */
57 /* #undef HAVE_TIMEGM */
58 /* #undef HAVE_UUID_UNPARSE_LOWER */
59