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 | 8aadfb40655bec8e4e861e92c031a4216edddb5e (patch) | |
tree | b4caa0a40b52840b8390b3bb71d1fc50f1cd14bc /include | |
parent | 8b22d8c2ecb77336427eadb957669a3f0ef89513 (diff) | |
download | mariadb-git-8aadfb40655bec8e4e861e92c031a4216edddb5e.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 |