summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2001-01-01 14:17:10 +0200
committerunknown <monty@donna.mysql.com>2001-01-01 14:17:10 +0200
commitdcd25bc9f4db6313b0fa0e75f03888f52970ef77 (patch)
tree290e7b9ca68fdbcc58714c71951a1a399601dec6 /acconfig.h
parent4fbd7817aee31466cf81b5dfcd154eeffd840f67 (diff)
downloadmariadb-git-dcd25bc9f4db6313b0fa0e75f03888f52970ef77.tar.gz
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
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
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