mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
RAND_SCREEN is only available for win32 SSL users
This commit is contained in:
parent
5992252b3d
commit
912fd9b165
@ -169,3 +169,6 @@
|
|||||||
|
|
||||||
/* Define if you have the setvbuf function. */
|
/* Define if you have the setvbuf function. */
|
||||||
#define HAVE_SETVBUF 1
|
#define HAVE_SETVBUF 1
|
||||||
|
|
||||||
|
/* Define if you have the RAND_screen function when using SSL */
|
||||||
|
#define HAVE_RAND_SCREEN 1
|
||||||
|
Loading…
Reference in New Issue
Block a user