diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2011-04-13 16:05:26 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2011-04-13 16:05:26 -0300 |
commit | 9e3699ca4fc18d8c8ad85178d3de0c0d92aaaa4b (patch) | |
tree | b4caa0a40b52840b8390b3bb71d1fc50f1cd14bc /include | |
parent | 475c4f7bed8a75b67ed1f478c7bbea23cc7bb0d3 (diff) | |
download | mariadb-git-9e3699ca4fc18d8c8ad85178d3de0c0d92aaaa4b.tar.gz |
Remove some leftovers from the removal of the gethostbyname wrappers.
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/my_global.h b/include/my_global.h index 9ae70b3bcc7..0ff4ea5484b 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -301,9 +301,6 @@ C_MODE_END #undef HAVE_PWRITE #endif -#ifdef UNDEF_HAVE_GETHOSTBYNAME_R /* For OSF4.x */ -#undef HAVE_GETHOSTBYNAME_R -#endif #ifdef UNDEF_HAVE_INITGROUPS /* For AIX 4.3 */ #undef HAVE_INITGROUPS #endif |