diff options
author | monty@hundin.mysql.fi <> | 2002-02-07 21:34:35 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-02-07 21:34:35 +0200 |
commit | d713fee16bb8f5fe1470c4436498ee1dce9a9efa (patch) | |
tree | 67009f11ad55cd9073d02909883f5369a74f101f /acconfig.h | |
parent | 3457b6fde0ee4c08a45a2a1584522b260c444768 (diff) | |
download | mariadb-git-d713fee16bb8f5fe1470c4436498ee1dce9a9efa.tar.gz |
Update to autoconf 2.52
Fix of InnoDB variables in SHOW VARIABLES
Fix for ALTER TABLE and InnoDB
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index c6a67ac7f26..be4461da7fd 100644 --- a/acconfig.h +++ b/acconfig.h @@ -14,6 +14,10 @@ Leave the following blank line there!! Autoheader needs it. */ +#undef C_ALLOCA + +#undef CRAY_STACKSEG_END + /* Version of .frm files */ #undef DOT_FRM_VERSION @@ -38,6 +42,9 @@ /* atomic_sub() from <asm/atomic.h> (Linux only) */ #undef HAVE_ATOMIC_SUB +/* If we have a working alloca() implementation */ +#undef HAVE_ALLOCA + /* bool is not defined by all C++ compilators */ #undef HAVE_BOOL @@ -212,6 +219,8 @@ /* Needed to get large file supportat HPUX 10.20 */ #undef __STDC_EXT__ +#undef STACK_DIRECTION + #undef STRCOLL_BROKEN #undef STRUCT_DIRENT_HAS_D_FILENO |