From f75caccc0859d047a3885ec9f5e95a35aeed051d Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 1 Jan 2001 14:17:10 +0200 Subject: Fixed gethostname_r tests to be more portable BUILD/FINISH.sh: Moved symbolic files to tmp Docs/manual.texi: Updated mysql-test/r/func_str.result: Removed time functions mysql-test/t/func_str.test: Removed time functions mysql-test/t/order_by.test: Fixed sort problem sql/sql_parse.cc: End transactions before LOCK TABLES --- acconfig.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'acconfig.h') 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 -- cgit v1.2.1