diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-05-19 10:19:32 +0200 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2018-06-14 11:07:46 +0200 |
commit | a75d97033c839b0a764b50280b88b8fc6e4baa9f (patch) | |
tree | 66ba6ed0ecef7c704975db50aa476cfe500f6328 /guile | |
parent | 0dfcae4f768b0a988e0285bf0b3fd74e7f70aa16 (diff) | |
download | gnutls-a75d97033c839b0a764b50280b88b8fc6e4baa9f.tar.gz |
Skip sc_prohibit_always_true_header_tests
We can't simply remove the checks for HAVE_SYS_SOCKET_H.
If we do, we have to make checks on real WIN32, which
is currently not an option.
So we skip sc_prohibit_always_true_header_tests.
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'guile')
-rw-r--r-- | guile/src/core.c | 2 | ||||
-rw-r--r-- | guile/src/utils.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/guile/src/core.c b/guile/src/core.c index 2c38b60235..605c91f7af 100644 --- a/guile/src/core.c +++ b/guile/src/core.c @@ -28,9 +28,7 @@ #include <gnutls/openpgp.h> #include <libguile.h> -#ifdef HAVE_ALLOCA_H #include <alloca.h> -#endif #include "enums.h" #include "smobs.h" diff --git a/guile/src/utils.c b/guile/src/utils.c index 24aca49100..d4ca3b9f0f 100644 --- a/guile/src/utils.c +++ b/guile/src/utils.c @@ -26,9 +26,7 @@ #include <gnutls/gnutls.h> #include <libguile.h> -#ifdef HAVE_ALLOCA_H #include <alloca.h> -#endif #include "enums.h" #include "errors.h" |