From ebde7690075525341f9a90a000dcd4a569b0350a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 23 Oct 2014 22:10:17 +0200 Subject: Move feature test macros to config.mk --- vis.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vis.c') diff --git a/vis.c b/vis.c index 30cf126..fde2b68 100644 --- a/vis.c +++ b/vis.c @@ -13,10 +13,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define _DEFAULT_SOURCE -#define _POSIX_SOURCE -/* Necessary for SIGWINCH on OpenBSD */ -#define _BSD_SOURCE #include #include #include -- cgit v1.2.3