Skip to content
Snippets Groups Projects
Commit bc6f3beb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Now requires an OS string defined by the config*.h file

parent f9e1f32a
No related branches found
No related tags found
No related merge requests found
......@@ -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) && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment