From 4de76c9b06afaf7a77b3210a5bcb1298535d489c Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 8 Nov 2009 09:28:07 +0100 Subject: Remove redefinition of _GNU_SOURCE and __USE_GNU Now _GNU_SOURCE is already defined globally in configure.in. Signed-off-by: Takashi Iwai --- src/control/hcontrol.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/control/hcontrol.c') diff --git a/src/control/hcontrol.c b/src/control/hcontrol.c index 1bfc0157..8ffc434f 100644 --- a/src/control/hcontrol.c +++ b/src/control/hcontrol.c @@ -48,9 +48,6 @@ to reduce overhead accessing the real controls in kernel drivers. #include #include #include -#ifndef DOC_HIDDEN -#define __USE_GNU -#endif #include "control_local.h" #ifdef HAVE_LIBPTHREAD #include -- cgit v1.2.3