aboutsummaryrefslogtreecommitdiff
path: root/gnulib/config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-29 12:55:39 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-08 00:47:03 -0400
commitd20bc122888f03a2d2a5a9162f6287de5a79a8f9 (patch)
tree74f06af30ead1d46d0c749d1be85b439ce70b698 /gnulib/config.in
parent172a7ff54b235e3e30e52976c953f6da8134625d (diff)
downloadgdb-d20bc122888f03a2d2a5a9162f6287de5a79a8f9.zip
gdb-d20bc122888f03a2d2a5a9162f6287de5a79a8f9.tar.gz
gdb-d20bc122888f03a2d2a5a9162f6287de5a79a8f9.tar.bz2
gnulib: import select
A few sims use this to emulate the syscall & provide network functionality.
Diffstat (limited to 'gnulib/config.in')
-rw-r--r--gnulib/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnulib/config.in b/gnulib/config.in
index 15abb17..a90ddd6 100644
--- a/gnulib/config.in
+++ b/gnulib/config.in
@@ -303,6 +303,9 @@
/* Define to 1 when the gnulib module rmdir should be tested. */
#undef GNULIB_TEST_RMDIR
+/* Define to 1 when the gnulib module select should be tested. */
+#undef GNULIB_TEST_SELECT
+
/* Define to 1 when the gnulib module setenv should be tested. */
#undef GNULIB_TEST_SETENV
@@ -880,6 +883,9 @@
/* Define to 1 if you have the <sys/random.h> header file. */
#undef HAVE_SYS_RANDOM_H
+/* Define to 1 if you have the <sys/select.h> header file. */
+#undef HAVE_SYS_SELECT_H
+
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
@@ -1252,6 +1258,9 @@
'wchar_t'. */
#undef WCHAR_T_SUFFIX
+/* Define if WSAStartup is needed. */
+#undef WINDOWS_SOCKETS
+
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
'wint_t'. */
#undef WINT_T_SUFFIX