diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-07 09:49:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-07 09:49:06 +0000 |
commit | 61e2a8108b604b55bc88e741ad6378827c926ade (patch) | |
tree | 6ffe39c3cde43dec11e68befcff74f3e38612fc9 /acconfig.h | |
parent | abb14de7e05505d4159e6ffbb75f6135d21b3f6e (diff) | |
download | curl-61e2a8108b604b55bc88e741ad6378827c926ade.tar.gz |
7.6.1-pre3curl-7_6_1-pre3
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 817ecc7b5..1ec870a78 100644 --- a/acconfig.h +++ b/acconfig.h @@ -39,3 +39,7 @@ /* Define if you want to enable IPv6 support */ #undef ENABLE_IPV6 + +/* Define this to 'int' if ssize_t is not an available typedefed type */ +#undef ssize_t + |