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 | 07c1b843621db9f0e7b3e1ed06ceb1256180f04a (patch) | |
tree | e053b2ec45f60431341f2d3e3b3f500218c04f4e /acconfig.h | |
parent | f5fa7fee9de0ed453960ada8efee6615cc77aa44 (diff) | |
download | mariadb-git-07c1b843621db9f0e7b3e1ed06ceb1256180f04a.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 |