]> git.armaanb.net Git - gen-shell.git/blobdiff - cmake.h
modified cmake
[gen-shell.git] / cmake.h
diff --git a/cmake.h b/cmake.h
index 5b19e6cbb9c8fdea9f9131a26774921c036799be..53869b80c6604b3a3e65ebde9774e4c8f9888190 100644 (file)
--- a/cmake.h
+++ b/cmake.h
@@ -6,6 +6,7 @@
 /* Package information */
 #define PACKAGE           "gen-shell"
 #define VERSION           "0.0.1"
+#define PACKAGE_BUGREPORT ""
 #define PACKAGE_NAME      "gen-shell"
 #define PACKAGE_TARNAME   "gen-shell"
 #define PACKAGE_VERSION   "0.0.1"
 
 /* cmake information */
 #define HAVE_CMAKE
-#define CMAKE_VERSION "3.8.1"
+#define CMAKE_VERSION "3.18.4"
 
 /* Compiling platform */
-/* #undef LINUX */
-#define DARWIN
+#define LINUX
+/* #undef DARWIN */
 /* #undef CYGWIN */
 /* #undef FREEBSD */
 /* #undef OPENBSD */
@@ -38,7 +39,7 @@
 /* #undef UNKNOWN */
 
 /* Found the Readline library */
-#define HAVE_READLINE
+/* #undef HAVE_READLINE */
 
 /* Found the pthread library */
 /* #undef HAVE_LIBPTHREAD */