mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
ugh. the VMS stuff must've been like that for a reason, I put it back again
This commit is contained in:
parent
9def011e8e
commit
55c6f60c90
@ -92,10 +92,11 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
|
|||||||
|
|
||||||
#ifndef STDC_HEADERS /* no standard C headers! */
|
#ifndef STDC_HEADERS /* no standard C headers! */
|
||||||
#ifdef VMS
|
#ifdef VMS
|
||||||
#include "<curl/stdcheaders.h>
|
#include "../include/curl/stdcheaders.h"
|
||||||
#else
|
#else
|
||||||
#include <curl/stdcheaders.h>
|
#include <curl/stdcheaders.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#ifdef _AIX
|
#ifdef _AIX
|
||||||
#include <curl/stdcheaders.h>
|
#include <curl/stdcheaders.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user