diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 763e90d95a..1bb33c8042 100644 --- a/acconfig.h +++ b/acconfig.h @@ -27,3 +27,6 @@ /* Define if ctime_r takes three arguments */ #undef CTIME_R_THREE_ARGS + +/* Define if gethostbyname_r takes five arguments */ +#undef GETHOSTBYNAME_R_FIVE_ARGS |