diff options
Diffstat (limited to 'common/vncauth.c')
-rw-r--r-- | common/vncauth.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/vncauth.c b/common/vncauth.c index 81bb10b..53347d3 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 |