ITS#5464, #5666 Update last change: Conflicted with compiler flag -D_GNU_SOURCE

This commit is contained in:
Hallvard Furuseth 2009-04-16 18:02:01 +00:00
parent 2365945268
commit 7434318a17

View File

@ -14,7 +14,9 @@
* <http://www.OpenLDAP.org/license.html>.
*/
#define _GNU_SOURCE
#ifndef _GNU_SOURCE
#define _GNU_SOURCE 1 /* Needed for glibc struct ucred */
#endif
#include "portable.h"