summaryrefslogtreecommitdiffstats
path: root/libvncserver/main.c
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-08 21:48:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-08 21:59:54 +0900
commit8c081c8888bccbf5adfe0fc4ec518e2cbfba9871 (patch)
tree9539c7e560efa4c8d8534c3fc60146a20fac157b /libvncserver/main.c
parent15a64bf9d5058a7290bf98fcb14bc03648a39814 (diff)
downloadlibtdevnc-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 'libvncserver/main.c')
-rw-r--r--libvncserver/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvncserver/main.c b/libvncserver/main.c
index 4fbe036..c185eb8 100644
--- a/libvncserver/main.c
+++ b/libvncserver/main.c
@@ -12,9 +12,6 @@
*/
extern "C" {
- #ifdef __STRICT_ANSI__
- #define _BSD_SOURCE
- #endif
#include <rfb/rfb.h>
#include <rfb/rfbregion.h>
#include "private.h"