diff options
author | monty@donna.mysql.com <> | 2001-01-01 14:17:10 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-01-01 14:17:10 +0200 |
commit | e05df20dc5e5791d1725ffe9add9b813b69a67c0 (patch) | |
tree | 290e7b9ca68fdbcc58714c71951a1a399601dec6 /acconfig.h | |
parent | 336019a559d8a521586af8d44259dda4d2010bbc (diff) | |
download | mariadb-git-e05df20dc5e5791d1725ffe9add9b813b69a67c0.tar.gz |
Fixed gethostname_r tests to be more portable
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index b0b6a3aae64..f56627efdc9 100644 --- a/acconfig.h +++ b/acconfig.h @@ -68,12 +68,12 @@ /* READLINE: */ #undef HAVE_GETPW_DECLS -/* In OSF 4.0f the 3'd argument to gethostname_r is hostent_data * */ -#undef HAVE_GETHOSTBYNAME_R_WITH_HOSTENT_DATA - /* Solaris define gethostbyname_r with 5 arguments. glibc2 defines this with 6 arguments */ -#undef HAVE_GLIBC2_STYLE_GETHOSTBYNAME_R +#undef HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE + +/* In OSF 4.0f the 3'd argument to gethostname_r is hostent_data * */ +#undef HAVE_GETHOSTBYNAME_R_RETURN_INT /* Define if int8, int16 and int32 types exist */ #undef HAVE_INT_8_16_32 |