--- /src_root/curl/src/tool_setup.h Tue Jan 8 21:00:07 2013 +++ /vms_root/curl/src/tool_setup.h Sat Jan 19 21:36:54 2013 @@ -25,12 +25,12 @@ #define CURL_NO_OLDIES /* - * setup.h may define preprocessor macros such as _FILE_OFFSET_BITS and + * curl_setup.h may define preprocessor macros such as _FILE_OFFSET_BITS and * _LARGE_FILES in order to support files larger than 2 GB. On platforms * where this happens it is mandatory that these macros are defined before * any system header file is included, otherwise file handling function * prototypes will be misdeclared and curl tool may not build properly; - * therefore we must include setup.h before curl.h when building curl. + * therefore we must include curl_setup.h before curl.h when building curl. */ #include "curl_setup.h" /* from the lib directory */ @@ -47,6 +47,10 @@ #if defined(macintosh) && defined(__MRC__) # define main(x,y) curl_main(x,y) +#endif + +#ifdef __VMS +# include "tool_vms.h" #endif #ifdef TPF