aboutsummaryrefslogtreecommitdiff
path: root/gnulib/config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-29 15:57:48 -0400
committerMike Frysinger <vapier@gentoo.org>2021-09-08 17:48:09 -0400
commitc54d02bce6437ae8f0d21f86cbf62392362d35d8 (patch)
treee879d62cbe57dbc54959be23831757d6015df741 /gnulib/config.in
parent828a9ed9ca86020a6dc08c6582d22b4953039623 (diff)
downloadgdb-c54d02bce6437ae8f0d21f86cbf62392362d35d8.zip
gdb-c54d02bce6437ae8f0d21f86cbf62392362d35d8.tar.gz
gdb-c54d02bce6437ae8f0d21f86cbf62392362d35d8.tar.bz2
gnulib: import various network functions
Some sim ports use these to provide networking functionality via the dv-sockser module or via direct emulation for a few ports. Gdb seems to build just fine still too.
Diffstat (limited to 'gnulib/config.in')
-rw-r--r--gnulib/config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnulib/config.in b/gnulib/config.in
index db04597..dd960bf 100644
--- a/gnulib/config.in
+++ b/gnulib/config.in
@@ -143,6 +143,12 @@
whether the gnulib module tempname shall be considered present. */
#undef GNULIB_TEMPNAME
+/* Define to 1 when the gnulib module accept should be tested. */
+#undef GNULIB_TEST_ACCEPT
+
+/* Define to 1 when the gnulib module bind should be tested. */
+#undef GNULIB_TEST_BIND
+
/* Define to 1 when the gnulib module btowc should be tested. */
#undef GNULIB_TEST_BTOWC
@@ -165,6 +171,9 @@
/* Define to 1 when the gnulib module closedir should be tested. */
#undef GNULIB_TEST_CLOSEDIR
+/* Define to 1 when the gnulib module connect should be tested. */
+#undef GNULIB_TEST_CONNECT
+
/* Define to 1 when the gnulib module dirfd should be tested. */
#undef GNULIB_TEST_DIRFD
@@ -228,6 +237,9 @@
/* Define to 1 when the gnulib module glob should be tested. */
#undef GNULIB_TEST_GLOB
+/* Define to 1 when the gnulib module listen should be tested. */
+#undef GNULIB_TEST_LISTEN
+
/* Define to 1 when the gnulib module lstat should be tested. */
#undef GNULIB_TEST_LSTAT
@@ -312,6 +324,12 @@
/* Define to 1 when the gnulib module setlocale_null should be tested. */
#undef GNULIB_TEST_SETLOCALE_NULL
+/* Define to 1 when the gnulib module setsockopt should be tested. */
+#undef GNULIB_TEST_SETSOCKOPT
+
+/* Define to 1 when the gnulib module socket should be tested. */
+#undef GNULIB_TEST_SOCKET
+
/* Define to 1 when the gnulib module stat should be tested. */
#undef GNULIB_TEST_STAT