aboutsummaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-09 20:48:37 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-10 19:53:10 -0500
commit72d711c1556abac04845bb00aa2d97ebcc97a85c (patch)
tree9e6e08ec05cb62c4128e8a03abd189f7e9ff1637 /sim/config.h.in
parent0846ae35a1a2d9968105a0174d82539f1927ba28 (diff)
downloadfsf-binutils-gdb-72d711c1556abac04845bb00aa2d97ebcc97a85c.zip
fsf-binutils-gdb-72d711c1556abac04845bb00aa2d97ebcc97a85c.tar.gz
fsf-binutils-gdb-72d711c1556abac04845bb00aa2d97ebcc97a85c.tar.bz2
sim: build: switch to gdbsupport/libiberty.m4
Leverage this common logic to find all the libiberty settings rather than duplicate it ourselves.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in46
1 files changed, 46 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index 4e27246..de84c64 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -37,13 +37,56 @@
/* Define to 1 if you have the `chmod' function. */
#undef HAVE_CHMOD
+/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
+ don't. */
+#undef HAVE_DECL_ASPRINTF
+
+/* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
+ you don't. */
+#undef HAVE_DECL_BASENAME
+
+/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
+#undef HAVE_DECL_FFS
+
/* Is the prototype for getopt in <unistd.h> in the expected format? */
#undef HAVE_DECL_GETOPT
+/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
+ don't. */
+#undef HAVE_DECL_SNPRINTF
+
+/* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
+ */
+#undef HAVE_DECL_STRTOL
+
+/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
+ don't. */
+#undef HAVE_DECL_STRTOLL
+
+/* Define to 1 if you have the declaration of `strtoul', and to 0 if you
+ don't. */
+#undef HAVE_DECL_STRTOUL
+
+/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
+ don't. */
+#undef HAVE_DECL_STRTOULL
+
+/* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
+ don't. */
+#undef HAVE_DECL_STRVERSCMP
+
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
*/
#undef HAVE_DECL_TZNAME
+/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
+ don't. */
+#undef HAVE_DECL_VASPRINTF
+
+/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
+ don't. */
+#undef HAVE_DECL_VSNPRINTF
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
@@ -443,6 +486,9 @@
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
+/* The size of `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS