]> git.armaanb.net Git - gen-shell.git/blob - cmake.h
made usable!
[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           ""
9 #define PACKAGE_BUGREPORT ""
10 #define PACKAGE_NAME      "gen-shell"
11 #define PACKAGE_TARNAME   "gen-shell"
12 #define PACKAGE_VERSION   ""
13 #define PACKAGE_STRING    ""
14
15 #define CMAKE_BUILD_TYPE  ""
16
17 /* Localization */
18 #define PACKAGE_LANGUAGE 
19 #define LANGUAGE_ENG_USA 
20
21 /* git information */
22 #define HAVE_COMMIT
23
24 /* cmake information */
25 #define HAVE_CMAKE
26 #define CMAKE_VERSION "3.18.4"
27
28 /* Compiling platform */
29 #define LINUX
30 /* #undef DARWIN */
31 /* #undef CYGWIN */
32 /* #undef FREEBSD */
33 /* #undef OPENBSD */
34 /* #undef NETBSD */
35 /* #undef HAIKU */
36 /* #undef SOLARIS */
37 /* #undef KFREEBSD */
38 /* #undef GNUHURD */
39 /* #undef UNKNOWN */
40
41 /* Found the Readline library */
42 #define HAVE_READLINE
43
44 /* Found the pthread library */
45 /* #undef HAVE_LIBPTHREAD */
46
47 /* Found wordexp.h */
48 /* #undef HAVE_WORDEXP */
49
50 /* Found tm.tm_gmtoff struct member */
51 /* #undef HAVE_TM_GMTOFF */
52
53 /* Found st.st_birthtime struct member */
54 /* #undef HAVE_ST_BIRTHTIME */
55
56 /* Functions */
57 /* #undef HAVE_GET_CURRENT_DIR_NAME */
58 /* #undef HAVE_TIMEGM */
59 /* #undef HAVE_UUID_UNPARSE_LOWER */
60