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 --- examples/vncev.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples') diff --git a/examples/vncev.c b/examples/vncev.c index b185746..a8e0884 100644 --- a/examples/vncev.c +++ b/examples/vncev.c @@ -2,9 +2,6 @@ * @example vncev.c * This program is a simple server to show events coming from the client */ -#ifdef __STRICT_ANSI__ -#define _BSD_SOURCE -#endif #include #include #include -- cgit v1.2.3