]> git.armaanb.net Git - gen-shell.git/blobdiff - cmake.h
added more CLI options!
[gen-shell.git] / cmake.h
diff --git a/cmake.h b/cmake.h
deleted file mode 100644 (file)
index 4873a94..0000000
--- a/cmake.h
+++ /dev/null
@@ -1,60 +0,0 @@
-/* cmake.h.in. Creates cmake.h during a cmake run */
-
-/* Product identification */
-#define PRODUCT_TASKSH 1
-
-/* Package information */
-#define PACKAGE           ""
-#define VERSION           ""
-#define PACKAGE_BUGREPORT ""
-#define PACKAGE_NAME      ""
-#define PACKAGE_TARNAME   ""
-#define PACKAGE_VERSION   ""
-#define PACKAGE_STRING    ""
-
-#define CMAKE_BUILD_TYPE  ""
-
-/* Localization */
-#define PACKAGE_LANGUAGE 
-#define LANGUAGE_ENG_USA 
-
-/* git information */
-/* #undef HAVE_COMMIT */
-
-/* cmake information */
-#define HAVE_CMAKE
-#define CMAKE_VERSION "3.18.4"
-
-/* Compiling platform */
-#define LINUX
-/* #undef DARWIN */
-/* #undef CYGWIN */
-/* #undef FREEBSD */
-/* #undef OPENBSD */
-/* #undef NETBSD */
-/* #undef HAIKU */
-/* #undef SOLARIS */
-/* #undef KFREEBSD */
-/* #undef GNUHURD */
-/* #undef UNKNOWN */
-
-/* Found the Readline library */
-#define HAVE_READLINE
-
-/* Found the pthread library */
-/* #undef HAVE_LIBPTHREAD */
-
-/* Found wordexp.h */
-/* #undef HAVE_WORDEXP */
-
-/* Found tm.tm_gmtoff struct member */
-/* #undef HAVE_TM_GMTOFF */
-
-/* Found st.st_birthtime struct member */
-/* #undef HAVE_ST_BIRTHTIME */
-
-/* Functions */
-/* #undef HAVE_GET_CURRENT_DIR_NAME */
-/* #undef HAVE_TIMEGM */
-/* #undef HAVE_UUID_UNPARSE_LOWER */
-