* lib/nscd.c: Avoid redefinition of _GNU_SOURCE.
This commit is contained in:
parent
cd6a300222
commit
e9a14b2409
@ -1,3 +1,7 @@
|
|||||||
|
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* lib/nscd.c: Avoid redefinition of _GNU_SOURCE.
|
||||||
|
|
||||||
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
|
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* configure.in: Indentation fix.
|
* configure.in: Indentation fix.
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
#ifdef USE_NSCD
|
#ifdef USE_NSCD
|
||||||
|
|
||||||
/* because of TEMP_FAILURE_RETRY */
|
/* because of TEMP_FAILURE_RETRY */
|
||||||
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <features.h>
|
#include <features.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user