diff options
author | unknown <monty@donna.mysql.com> | 2000-12-16 04:35:17 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-12-16 04:35:17 +0200 |
commit | 617acd7c2e4c9838c00fc998c4de72d51675aff3 (patch) | |
tree | 7315204b80a6ad65b4afb4b8eac22de908df91bc /acconfig.h | |
parent | 9977a8368e8c82b35bed2ed2cde1d29f3ce147c1 (diff) | |
download | mariadb-git-617acd7c2e4c9838c00fc998c4de72d51675aff3.tar.gz |
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
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <asm/atomic.h> (Linux only) */ #undef HAVE_ATOMIC_ADD |