diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-12-02 12:07:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-12-02 12:07:36 +0000 |
commit | db33926432aeab46de58ea132ac3e3abc09ee531 (patch) | |
tree | d3e621f84ca372385fa180dd243737e8e0c899dc | |
parent | 946090b9cd22db7a2aab3804c59d72fa423c4306 (diff) |
added a in_addr_t #define
-rw-r--r-- | config-win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h b/config-win32.h index b2f9cd010..d82c59e7d 100644 --- a/config-win32.h +++ b/config-win32.h @@ -179,6 +179,9 @@ /* Define if you have the RAND_screen function when using SSL */ #define HAVE_RAND_SCREEN 1 +/* Define this to if in_addr_t is not an available typedefed type */ +#define in_addr_t unsigned long + /************************************************* * This section is for compiler specific defines.* *************************************************/ |