]> granicus.if.org Git - curl/commitdiff
added a in_addr_t #define
authorDaniel Stenberg <daniel@haxx.se>
Sun, 2 Dec 2001 12:07:36 +0000 (12:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 2 Dec 2001 12:07:36 +0000 (12:07 +0000)
config-win32.h

index b2f9cd010467eb308ed70b0b702b630f37ae8a54..d82c59e7dfc0324ab5bf40b49df32cdbd1ab613b 100644 (file)
 /* 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.*
  *************************************************/