diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-09 15:24:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-09 15:24:33 +0000 |
commit | 26cd8eda4a2180a61fbd914228a2950f2659ba7f (patch) | |
tree | e42cb9f9983e7d212a8576efeb757bfee4110261 | |
parent | 8cd3f44040ba22ca64b98248f6f94ac2ed07a6c0 (diff) |
Added socklen_t
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 8f39d3c36..14beca215 100644 --- a/acconfig.h +++ b/acconfig.h @@ -43,6 +43,9 @@ /* Define this to 'int' if ssize_t is not an available typedefed type */ #undef ssize_t +/* Define this to 'int' if socklen_t is not an available typedefed type */ +#undef socklen_t + /* Define this as a suitable file to read random data from */ #undef RANDOM_FILE |