wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS.

This commit is contained in:
Doug Torrance 2017-06-24 10:56:20 -04:00 committed by Carlos R. Mafra
parent 3b000774cc
commit bba01f1b6a
4 changed files with 0 additions and 8 deletions

View file

@ -7,8 +7,6 @@
* modified by Jay Francis (jtf@u880.org) to support
* CRAM-MD5 */
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

View file

@ -8,8 +8,6 @@
*
*/
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

View file

@ -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

View file

@ -1,5 +1,3 @@
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif