summaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-18 01:58:00 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-19 01:01:21 -0400
commit07490bf81d2fc91676eb71b77e07f80f20fc1b54 (patch)
treeb73118abe465a0b848c4e0683e214c535c74fc88 /sim/config.h.in
parent47399e9c455b0a634e4c3597c8d9a292cc4b1b0c (diff)
sim: unify various library testing logic
Move these options up to the common dir so we only test & export them once across all ports.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index af6b591d9e..a7ef3ebef2 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -117,6 +117,15 @@
/* Define to 1 if you have the `kill' function. */
#undef HAVE_KILL
+/* Define to 1 if you have the `m' library (-lm). */
+#undef HAVE_LIBM
+
+/* Define to 1 if you have the `nsl' library (-lnsl). */
+#undef HAVE_LIBNSL
+
+/* Define to 1 if you have the `socket' library (-lsocket). */
+#undef HAVE_LIBSOCKET
+
/* Define to 1 if you have the `link' function. */
#undef HAVE_LINK