diff options
author | tim@localhost.polyesthetic.msg <> | 2000-08-10 11:21:42 -0400 |
---|---|---|
committer | tim@localhost.polyesthetic.msg <> | 2000-08-10 11:21:42 -0400 |
commit | 99b575a25c988a2c4481ae6223ce5182b2d14912 (patch) | |
tree | e053b2ec45f60431341f2d3e3b3f500218c04f4e /acconfig.h | |
parent | 621c7db2f7162bf6a7ba8ef92010c652524654b9 (diff) | |
download | mariadb-git-99b575a25c988a2c4481ae6223ce5182b2d14912.tar.gz |
Automatically detect 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 |