[Pkg-wmaker-commits] [wmbiff] 02/03: wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jun 24 17:29:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmbiff.

commit c0550a8fe0a6fe08bbcf7ce2512cc621b1beb4d3
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Jun 24 10:56:20 2017 -0400

    wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS.
---
 wmbiff/Imap4Client.c | 2 --
 wmbiff/ShellClient.c | 2 --
 wmbiff/passwordMgr.c | 2 --
 wmbiff/test_wmbiff.c | 2 --
 4 files changed, 8 deletions(-)

diff --git a/wmbiff/Imap4Client.c b/wmbiff/Imap4Client.c
index ec0f7b3..ba12a66 100644
--- a/wmbiff/Imap4Client.c
+++ b/wmbiff/Imap4Client.c
@@ -7,8 +7,6 @@
  * modified by Jay Francis (jtf at u880.org) to support
  * CRAM-MD5 */
 
-#define _GNU_SOURCE
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/wmbiff/ShellClient.c b/wmbiff/ShellClient.c
index 1519ecb..8c66471 100644
--- a/wmbiff/ShellClient.c
+++ b/wmbiff/ShellClient.c
@@ -8,8 +8,6 @@
  *
  */
 
-#define _GNU_SOURCE
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/wmbiff/passwordMgr.c b/wmbiff/passwordMgr.c
index 42c1657..28b6e30 100644
--- a/wmbiff/passwordMgr.c
+++ b/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 <config.h>
 #endif
diff --git a/wmbiff/test_wmbiff.c b/wmbiff/test_wmbiff.c
index d975ce5..8e090cc 100644
--- a/wmbiff/test_wmbiff.c
+++ b/wmbiff/test_wmbiff.c
@@ -1,5 +1,3 @@
-#define _GNU_SOURCE
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list