remove _GNU_SOURCE define from source since it's in configure (Alon Bar-Lev)

This commit is contained in:
szaka 2008-01-23 21:27:11 +00:00
parent 9c92941a6f
commit 7fe7e1c9c6
2 changed files with 1 additions and 4 deletions

View File

@ -107,6 +107,7 @@ AC_ARG_ENABLE(
)
# Programs
# pthread_rwlock_t requires _GNU_SOURCE
AC_GNU_SOURCE
AC_PROG_CC
AC_PROG_LIBTOOL

View File

@ -6,10 +6,6 @@
See the file COPYING.LIB
*/
/* For pthread_rwlock_t */
#define _GNU_SOURCE
#include "config.h"
#include "fuse_i.h"
#include "fuse_lowlevel.h"