[rst-commit] r112 - /redwax-signtext/trunk/src/linux/config.h.in
rst-commit at redwax.eu
rst-commit at redwax.eu
Tue Mar 12 13:15:44 CET 2024
Author: minfrin at redwax.eu
Date: Tue Mar 12 13:15:44 2024
New Revision: 112
Log:
Update config.h.in to latest autotools.
Modified:
redwax-signtext/trunk/src/linux/config.h.in
Modified: redwax-signtext/trunk/src/linux/config.h.in
==============================================================================
--- redwax-signtext/trunk/src/linux/config.h.in (original)
+++ redwax-signtext/trunk/src/linux/config.h.in Tue Mar 12 13:15:44 2024
@@ -6,20 +6,20 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
-/* Define to 1 if you have the `gtk_box_append' function. */
+/* Define to 1 if you have the 'gtk_box_append' function. */
#undef HAVE_GTK_BOX_APPEND
-/* Define to 1 if you have the `gtk_window_set_child' function. */
+/* Define to 1 if you have the 'gtk_window_set_child' function. */
#undef HAVE_GTK_WINDOW_SET_CHILD
/* 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 <stdint.h> header file. */
#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdio.h> header file. */
+#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -63,7 +63,9 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C89 standard headers exist (not just the ones
+ required in a freestanding environment). This macro is provided for
+ backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Version number of package */
More information about the rst-commit
mailing list