diff options
author | unknown <tim@localhost.polyesthetic.msg> | 2000-08-10 11:21:42 -0400 |
---|---|---|
committer | unknown <tim@localhost.polyesthetic.msg> | 2000-08-10 11:21:42 -0400 |
commit | ef5b866736faf8cb84a1e5067f7ba090c674ad12 (patch) | |
tree | e053b2ec45f60431341f2d3e3b3f500218c04f4e /acconfig.h | |
parent | 017eafa1a3a3aeee6649dc0d1bf7494843165d8d (diff) | |
download | mariadb-git-ef5b866736faf8cb84a1e5067f7ba090c674ad12.tar.gz |
Automatically detect HAVE_INT_8_16_32.
Docs/manual.texi:
- remove -DHAVE_INT_8_16_32 from recommended CFLAGS
configure.in:
- add test for int8
acconfig.h:
- add HAVE_INT_8_16_32
Diffstat (limited to 'acconfig.h')
-rwxr-xr-x | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 61b4e5caf8a..4e19b1c0802 100755 --- a/acconfig.h +++ b/acconfig.h @@ -69,6 +69,9 @@ this with 6 arguments */ #undef HAVE_GLIBC2_STYLE_GETHOSTBYNAME_R +/* Define if int8, int16 and int32 types exist */ +#undef HAVE_INT_8_16_32 + /* Define if we have GNU readline */ #undef HAVE_LIBREADLINE |