summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-11-01 16:42:05 -0400
committerLouie S <louie@example.com>2023-11-01 16:42:05 -0400
commit6821e8706bb4293f2325bce10a03b99bdf966052 (patch)
treeede46f46e409747fa829e23ebc7dc01e698b18a9 /config.h.in
parent0a2844c40a3907fe1207aed5ce89416dd06c5637 (diff)
Add move counter
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 61ea3f8..2142ed6 100644
--- a/config.h.in
+++ b/config.h.in
@@ -18,6 +18,15 @@
/* Define to 1 if library supports certain obsolete features */
#undef HAVE_CURSES_OBSOLETE
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the `memset' function. */
+#undef HAVE_MEMSET
+
/* Define to 1 if the Ncurses library is present */
#undef HAVE_NCURSES
@@ -36,6 +45,30 @@
/* Define to 1 if <ncurses.h> is present */
#undef HAVE_NCURSES_H
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to 1 if the system has the type `_Bool'. */
+#undef HAVE__BOOL
+
/* Name of package */
#undef PACKAGE
@@ -57,6 +90,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
/* Title to print at the top */
#undef TITLE