acx_nlnetlabs.m4 (8cee2ebac54a1c4a6b9cc1ee877ead57e529b7c2) acx_nlnetlabs.m4 (865f46b255599c4a645e84a4cbb5ea7abdc0e207)
1# acx_nlnetlabs.m4 - common macros for configure checks
2# Copyright 2009, Wouter Wijngaards, NLnet Labs.
3# BSD licensed.
4#
1# acx_nlnetlabs.m4 - common macros for configure checks
2# Copyright 2009, Wouter Wijngaards, NLnet Labs.
3# BSD licensed.
4#
5# Version 43
5# Version 44
6# 2022-09-01 fix checking if nonblocking sockets work on OpenBSD.
6# 2021-08-17 fix sed script in ssldir split handling.
7# 2021-08-17 fix for openssl to detect split version, with ssldir_include
8# and ssldir_lib output directories.
9# 2021-07-30 fix for openssl use of lib64 directory.
10# 2021-06-14 fix nonblocking test to use host instead of target for mingw test.
11# 2021-05-17 fix nonblocking socket test from grep on mingw32 to mingw for
12# 64bit compatibility.
13# 2021-03-24 fix ACX_FUNC_DEPRECATED to use CPPFLAGS and CFLAGS.

--- 944 unchanged lines hidden (view full) ---

958#include <stdio.h>
959#include <string.h>
960#include <stdlib.h>
961#include <fcntl.h>
962#include <errno.h>
963#ifdef HAVE_SYS_TYPES_H
964#include <sys/types.h>
965#endif
7# 2021-08-17 fix sed script in ssldir split handling.
8# 2021-08-17 fix for openssl to detect split version, with ssldir_include
9# and ssldir_lib output directories.
10# 2021-07-30 fix for openssl use of lib64 directory.
11# 2021-06-14 fix nonblocking test to use host instead of target for mingw test.
12# 2021-05-17 fix nonblocking socket test from grep on mingw32 to mingw for
13# 64bit compatibility.
14# 2021-03-24 fix ACX_FUNC_DEPRECATED to use CPPFLAGS and CFLAGS.

--- 944 unchanged lines hidden (view full) ---

959#include <stdio.h>
960#include <string.h>
961#include <stdlib.h>
962#include <fcntl.h>
963#include <errno.h>
964#ifdef HAVE_SYS_TYPES_H
965#include <sys/types.h>
966#endif
967#ifdef HAVE_SYS_SELECT_H
968#include <sys/select.h>
969#endif
966#ifdef HAVE_SYS_SOCKET_H
967#include <sys/socket.h>
968#endif
969#ifdef HAVE_NETINET_IN_H
970#include <netinet/in.h>
971#endif
972#ifdef HAVE_ARPA_INET_H
973#include <arpa/inet.h>

--- 510 unchanged lines hidden ---
970#ifdef HAVE_SYS_SOCKET_H
971#include <sys/socket.h>
972#endif
973#ifdef HAVE_NETINET_IN_H
974#include <netinet/in.h>
975#endif
976#ifdef HAVE_ARPA_INET_H
977#include <arpa/inet.h>

--- 510 unchanged lines hidden ---