* lib/nscd.c: Avoid redefinition of _GNU_SOURCE.

This commit is contained in:
nekral-guest 2008-08-31 17:27:26 +00:00
parent cd6a300222
commit e9a14b2409
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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>