wmbiff: Add #define _GNU_SOURCE to avoid "implicit declaration" warnings.

This commit is contained in:
Doug Torrance 2016-11-30 21:16:46 -05:00 committed by Carlos R. Mafra
parent 2bea3d42e0
commit 08f8c13a77
4 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,8 @@
* 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

View file

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

View file

@ -21,6 +21,8 @@
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

View file

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