[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 203/335: configure: check for more network/sockets heade
From: |
gnunet |
Subject: |
[libmicrohttpd] 203/335: configure: check for more network/sockets headers |
Date: |
Sat, 27 Jul 2024 22:01:39 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.
commit eac6b0387de237c6c475faa228b48f269e8b1b4d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun May 26 17:52:39 2024 +0200
configure: check for more network/sockets headers
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 21fc4894..ff0e57ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -498,7 +498,7 @@ AC_CHECK_HEADERS([endian.h machine/endian.h sys/endian.h
sys/byteorder.h \
# Check for network and sockets optional headers
AC_CHECK_HEADERS([sys/socket.h sys/select.h netinet/in_systm.h netinet/in.h \
arpa/inet.h netinet/ip.h netinet/tcp.h net/if.h \
- netdb.h sockLib.h inetLib.h], [], [],
+ netdb.h sockLib.h inetLib.h selectLib.h], [], [],
[AC_INCLUDES_DEFAULT
[
#ifdef HAVE_SYS_TYPES_H
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 205/335: configure: supported C23 'noreturn' keyword, (continued)
- [libmicrohttpd] 205/335: configure: supported C23 'noreturn' keyword, gnunet, 2024/07/27
- [libmicrohttpd] 215/335: configure: added support for 'restrict', gnunet, 2024/07/27
- [libmicrohttpd] 226/335: -fix typo, gnunet, 2024/07/27
- [libmicrohttpd] 223/335: Initial draft M2 (WIP), gnunet, 2024/07/27
- [libmicrohttpd] 216/335: configure: added tests for 'unreachable' supported keywords, gnunet, 2024/07/27
- [libmicrohttpd] 217/335: configure: added checks for socketpair(), gnunet, 2024/07/27
- [libmicrohttpd] 209/335: this_API_is_TERRIBLE.txt: updated, gnunet, 2024/07/27
- [libmicrohttpd] 230/335: w32_lib_res.rc.in: fixed, gnunet, 2024/07/27
- [libmicrohttpd] 229/335: Partial revert of 7237eb207b6dd215c5b726ed4b2a1e337cc4dbcc, gnunet, 2024/07/27
- [libmicrohttpd] 220/335: configure: added tests for supported enum attributes, gnunet, 2024/07/27
- [libmicrohttpd] 203/335: configure: check for more network/sockets headers,
gnunet <=
- [libmicrohttpd] 232/335: -fix build error: SO_ERROR on some platforms, gnunet, 2024/07/27
- [libmicrohttpd] 221/335: GENERATED: more edits, gnunet, 2024/07/27
- [libmicrohttpd] 227/335: -fix typo, gnunet, 2024/07/27
- [libmicrohttpd] 228/335: -fix typo, gnunet, 2024/07/27
- [libmicrohttpd] 207/335: Renamed sys_socket_types.h -> sys_sockets_types.h, gnunet, 2024/07/27
- [libmicrohttpd] 234/335: Follow-up for 631d550d6ed81be0ebd5a06e107868e5153da430, gnunet, 2024/07/27
- [libmicrohttpd] 238/335: More portability, gnunet, 2024/07/27
- [libmicrohttpd] 212/335: configure: check for uintptr_t type, gnunet, 2024/07/27
- [libmicrohttpd] 214/335: configure: added check for various levels of compound literals support, gnunet, 2024/07/27
- [libmicrohttpd] 243/335: Copy-paste fixes, gnunet, 2024/07/27