wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS.
This commit is contained in:
parent
3b000774cc
commit
bba01f1b6a
|
@ -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
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#define _GNU_SOURCE
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue