From bba01f1b6a8013260c698a60c683650a91de87d3 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sat, 24 Jun 2017 10:56:20 -0400 Subject: [PATCH] wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS. --- wmbiff/wmbiff/Imap4Client.c | 2 -- wmbiff/wmbiff/ShellClient.c | 2 -- wmbiff/wmbiff/passwordMgr.c | 2 -- wmbiff/wmbiff/test_wmbiff.c | 2 -- 4 files changed, 8 deletions(-) diff --git a/wmbiff/wmbiff/Imap4Client.c b/wmbiff/wmbiff/Imap4Client.c index ec0f7b3..ba12a66 100644 --- a/wmbiff/wmbiff/Imap4Client.c +++ b/wmbiff/wmbiff/Imap4Client.c @@ -7,8 +7,6 @@ * modified by Jay Francis (jtf@u880.org) to support * CRAM-MD5 */ -#define _GNU_SOURCE - #ifdef HAVE_CONFIG_H #include #endif diff --git a/wmbiff/wmbiff/ShellClient.c b/wmbiff/wmbiff/ShellClient.c index 1519ecb..8c66471 100644 --- a/wmbiff/wmbiff/ShellClient.c +++ b/wmbiff/wmbiff/ShellClient.c @@ -8,8 +8,6 @@ * */ -#define _GNU_SOURCE - #ifdef HAVE_CONFIG_H #include #endif diff --git a/wmbiff/wmbiff/passwordMgr.c b/wmbiff/wmbiff/passwordMgr.c index 42c1657..28b6e30 100644 --- a/wmbiff/wmbiff/passwordMgr.c +++ b/wmbiff/wmbiff/passwordMgr.c @@ -21,8 +21,6 @@ again. This might be poor if the askpass program is replaced with something non-interactive. */ -#define _GNU_SOURCE - #ifdef HAVE_CONFIG_H #include #endif diff --git a/wmbiff/wmbiff/test_wmbiff.c b/wmbiff/wmbiff/test_wmbiff.c index d975ce5..8e090cc 100644 --- a/wmbiff/wmbiff/test_wmbiff.c +++ b/wmbiff/wmbiff/test_wmbiff.c @@ -1,5 +1,3 @@ -#define _GNU_SOURCE - #ifdef HAVE_CONFIG_H #include #endif -- 2.11.4.GIT