diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-08 21:48:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-08 21:59:54 +0900 |
commit | 8c081c8888bccbf5adfe0fc4ec518e2cbfba9871 (patch) | |
tree | 9539c7e560efa4c8d8534c3fc60146a20fac157b /test | |
parent | 15a64bf9d5058a7290bf98fcb14bc03648a39814 (diff) | |
download | libtdevnc-8c081c8888bccbf5adfe0fc4ec518e2cbfba9871.tar.gz libtdevnc-8c081c8888bccbf5adfe0fc4ec518e2cbfba9871.zip |
Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'test')
-rw-r--r-- | test/copyrecttest.c | 3 | ||||
-rw-r--r-- | test/encodingstest.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/test/copyrecttest.c b/test/copyrecttest.c index cd2a504..3564c0e 100644 --- a/test/copyrecttest.c +++ b/test/copyrecttest.c @@ -1,6 +1,3 @@ -#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 715e887..1d8e861 100644 --- a/test/encodingstest.c +++ b/test/encodingstest.c @@ -1,6 +1,3 @@ -#ifdef __STRICT_ANSI__ -#define _BSD_SOURCE -#endif #include <time.h> #include <stdarg.h> #include <rfb/rfb.h> |