From 617acd7c2e4c9838c00fc998c4de72d51675aff3 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 16 Dec 2000 04:35:17 +0200 Subject: configure fix to get Linux to work with new large file system detection sql/mysqld.cc: Don't create pid file when using --bootstrap Fixed option --bdb-shared-data Cleanups --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 09807392b30..e1373fa17f0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -29,6 +29,9 @@ /* Do we have FIONREAD */ #undef FIONREAD_IN_SYS_IOCTL +/* Do we need to define _GNU_SOURCE */ +#undef _GNU_SOURCE + /* atomic_add() from (Linux only) */ #undef HAVE_ATOMIC_ADD -- cgit v1.2.1