From 8c081c8888bccbf5adfe0fc4ec518e2cbfba9871 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 8 Oct 2018 21:48:14 +0900 Subject: Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE. Signed-off-by: Michele Calgaro --- common/vncauth.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/vncauth.c') diff --git a/common/vncauth.c b/common/vncauth.c index 0b20f53..9434ae4 100644 --- a/common/vncauth.c +++ b/common/vncauth.c @@ -21,11 +21,6 @@ * vncauth.c - Functions for VNC password management and authentication. */ -#ifdef __STRICT_ANSI__ -#define _BSD_SOURCE -#define _POSIX_SOURCE -#define _XOPEN_SOURCE 600 -#endif #ifdef LIBVNCSERVER_HAVE_SYS_TYPES_H #include #endif -- cgit v1.2.1