summaryrefslogtreecommitdiffstats
path: root/common/vncauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/vncauth.c')
-rw-r--r--common/vncauth.c5
1 files changed, 0 insertions, 5 deletions
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 <sys/types.h>
#endif