summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authordscho <dscho>2005-05-18 08:12:28 +0000
committerdscho <dscho>2005-05-18 08:12:28 +0000
commitee5244137266e2945b596f63ce4f60cfef6cdaf3 (patch)
treec04ef01921e633e910f6fdafa7ad335c53950b1e /test
parenta5524005d6c9f34facb3ff0aabced4e76fe314b0 (diff)
downloadlibtdevnc-ee5244137266e2945b596f63ce4f60cfef6cdaf3.tar.gz
libtdevnc-ee5244137266e2945b596f63ce4f60cfef6cdaf3.zip
hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
Diffstat (limited to 'test')
-rw-r--r--test/copyrecttest.c2
-rw-r--r--test/encodingstest.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/copyrecttest.c b/test/copyrecttest.c
index 1986f72..5521595 100644
--- a/test/copyrecttest.c
+++ b/test/copyrecttest.c
@@ -1,4 +1,6 @@
+#ifdef __STRICT_ANSI__
#define _BSD_SOURCE
+#endif
#include <rfb/rfb.h>
#include <math.h>
diff --git a/test/encodingstest.c b/test/encodingstest.c
index 5f84a5b..821b2ae 100644
--- a/test/encodingstest.c
+++ b/test/encodingstest.c
@@ -1,4 +1,6 @@
+#ifdef __STRICT_ANSI__
#define _BSD_SOURCE
+#endif
#include <time.h>
#include <stdarg.h>
#include <rfb/rfb.h>