This commit is contained in:
Daniel Stenberg 2001-12-02 12:07:36 +00:00
Родитель 946090b9cd
Коммит db33926432
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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.*
*************************************************/