diff options
author | Michele Calgaro <[email protected]> | 2018-10-08 21:48:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-08 21:59:54 +0900 |
commit | 8c081c8888bccbf5adfe0fc4ec518e2cbfba9871 (patch) | |
tree | 9539c7e560efa4c8d8534c3fc60146a20fac157b /common | |
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 <[email protected]>
Diffstat (limited to 'common')
-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 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 |