wmbiff: Remove #define _GNU_SOURCE; already defined in CFLAGS.
This commit is contained in:
parent
3b000774cc
commit
bba01f1b6a
4 changed files with 0 additions and 8 deletions
|
@ -7,8 +7,6 @@
|
||||||
* modified by Jay Francis (jtf@u880.org) to support
|
* modified by Jay Francis (jtf@u880.org) to support
|
||||||
* CRAM-MD5 */
|
* CRAM-MD5 */
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
again. This might be poor if the askpass program is
|
again. This might be poor if the askpass program is
|
||||||
replaced with something non-interactive. */
|
replaced with something non-interactive. */
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#define _GNU_SOURCE
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue