mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:11:40 +03:00
added a in_addr_t #define
This commit is contained in:
parent
946090b9cd
commit
db33926432
1 changed files with 3 additions and 0 deletions
|
|
@ -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.*
|
||||
*************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue