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>
This commit is contained in:
Takashi Iwai 2009-11-08 09:28:07 +01:00
parent 3440994f68
commit 4de76c9b06
3 changed files with 0 additions and 5 deletions

View file

@ -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>