changeset 6316:6200515176fa

Only define _GNU_SOURCE if not already defined.
author andrew
date Tue, 03 Sep 2013 15:19:59 +0100
parents 375646138f2e
children 8e4c462b3a10
files src/solaris/native/sun/security/krb5/internal/ccache/krb5ccache.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/solaris/native/sun/security/krb5/internal/ccache/krb5ccache.c	Fri Oct 04 16:38:52 2013 +0100
+++ b/src/solaris/native/sun/security/krb5/internal/ccache/krb5ccache.c	Tue Sep 03 15:19:59 2013 +0100
@@ -23,7 +23,9 @@
  * questions.
  */
 
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 
 #include <krb5.h>
 #include <stdlib.h>