mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
adjusted for VMS
This commit is contained in:
parent
24805e17d7
commit
7950a95401
10
lib/setup.h
10
lib/setup.h
@ -32,7 +32,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
||||||
|
#ifdef VMS
|
||||||
|
#include "config-vms.h"
|
||||||
|
#else
|
||||||
#include "config.h" /* the configure script results */
|
#include "config.h" /* the configure script results */
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
/* include the hand-modified win32 adjusted config.h! */
|
/* include the hand-modified win32 adjusted config.h! */
|
||||||
@ -79,7 +85,11 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef STDC_HEADERS /* no standard C headers! */
|
#ifndef STDC_HEADERS /* no standard C headers! */
|
||||||
|
#ifdef VMS
|
||||||
|
#include "../include/curl/stdcheaders.h"
|
||||||
|
#else
|
||||||
#include "curl/stdcheaders.h"
|
#include "curl/stdcheaders.h"
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#ifdef _AIX
|
#ifdef _AIX
|
||||||
#include "curl/stdcheaders.h"
|
#include "curl/stdcheaders.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user