From c1acec55de04c1919ede6ebcf55a2f0d3bb85aab Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 27 Aug 2002 21:48:24 +0000 Subject: [PATCH] remove _GNU_SOURCE - it's now added by configure git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11242 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/acconfig.h b/acconfig.h index a1889ae1a..1dc6b89f1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -28,13 +28,6 @@ /* random defines */ -/* - * Defining this enables lots of useful (and used) extensions on - * glibc-based systems such as Linux - */ - -#define _GNU_SOURCE - /* * this assumes that KRB_C_BIGENDIAN is used. * if we can find out endianess at compile-time, do so,