diff options
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 45fe798c4f..5e1b0b0a41 100644 --- a/acconfig.h +++ b/acconfig.h @@ -42,3 +42,6 @@ /* Define if gethostbyname_r takes five arguments */ #undef GETHOSTBYNAME_R_FIVE_ARGS + +/* Define to `int' if your system doesn't have `socklen_t'. */ +#undef socklen_t |