mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:24:16 +03:00
Now requires an OS string defined by the config*.h file
This commit is contained in:
parent
f9e1f32adb
commit
bc6f3beb9c
1 changed files with 1 additions and 5 deletions
|
|
@ -113,11 +113,7 @@ typedef unsigned char bool;
|
|||
#endif
|
||||
|
||||
#ifndef OS
|
||||
#ifdef WIN32
|
||||
#define OS "win32"
|
||||
#else
|
||||
#define OS "unknown"
|
||||
#endif
|
||||
#error "There is no OS string defined!"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_X509_H) && defined(HAVE_SSL_H) && defined(HAVE_RSA_H) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue