diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-11-08 09:28:07 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-08 09:28:07 +0100 |
commit | 4de76c9b06afaf7a77b3210a5bcb1298535d489c (patch) | |
tree | db8cd455096220d7c2d79573e9273e69a312c620 /src/control/hcontrol.c | |
parent | 3440994f68de419395475c79703f57ee1d5409c3 (diff) |
Remove redefinition of _GNU_SOURCE and __USE_GNU
Now _GNU_SOURCE is already defined globally in configure.in.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'src/control/hcontrol.c')
-rw-r--r-- | src/control/hcontrol.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <string.h> #include <fcntl.h> #include <sys/ioctl.h> -#ifndef DOC_HIDDEN -#define __USE_GNU -#endif #include "control_local.h" #ifdef HAVE_LIBPTHREAD #include <pthread.h> |