]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
disable heartbeat test if it isn't included.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 4 Feb 2013 08:26:50 +0000 (09:26 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 4 Feb 2013 08:26:50 +0000 (09:26 +0100)
tests/mini-dtls-heartbeat.c

index ddda1275bb95aa333194a949b166cd6d41eed7c2..f498fab64b586e045ed4a1d6adf77d703ac6b0d9 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#if defined(_WIN32)
+#if defined(_WIN32) || !defined(ENABLE_HEARTBEAT)
 
 int
 main ()