* 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>
|
||||
|
||||
* configure.in: Indentation fix.
|
||||
|
@ -4,7 +4,9 @@
|
||||
#ifdef USE_NSCD
|
||||
|
||||
/* because of TEMP_FAILURE_RETRY */
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include <features.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user