diff options
author | serg@serg.mysql.com <> | 2002-02-20 12:03:43 +0000 |
---|---|---|
committer | serg@serg.mysql.com <> | 2002-02-20 12:03:43 +0000 |
commit | 26e0a5c5eb943d291a5fd69e1fadb8537b3ecdbc (patch) | |
tree | c048f9bdd321bb95a52264c12a1c5f89f283064f /acconfig.h | |
parent | 6adc34bd0ad495e2b1a9134548c2b38bd207999a (diff) | |
parent | b0658731631a30b4c3f8123571f28df5cb780546 (diff) | |
download | mariadb-git-26e0a5c5eb943d291a5fd69e1fadb8537b3ecdbc.tar.gz |
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index c6a67ac7f26..3cea5bf4b73 100644 --- a/acconfig.h +++ b/acconfig.h @@ -14,9 +14,16 @@ Leave the following blank line there!! Autoheader needs it. */ +#undef C_ALLOCA + +#undef CRAY_STACKSEG_END + /* Version of .frm files */ #undef DOT_FRM_VERSION +/* If LOAD DATA LOCAL INFILE should be enabled by default */ +#undef ENABLED_LOCAL_INFILE + /* READLINE: */ #undef FIONREAD_IN_SYS_IOCTL @@ -38,6 +45,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 +222,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 |