mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
setup-vms.h: post VMS patch cleanup - III
- rename post-config-vms.h to setup-vms.h - move its inclusion into proper location in curl_setup.h
This commit is contained in:
parent
453e821ad7
commit
85625c5e28
3 changed files with 12 additions and 9 deletions
|
|
@ -40,11 +40,6 @@
|
|||
|
||||
#include "curl_config.h"
|
||||
|
||||
/* VMS needs some helper routines/definitions */
|
||||
#ifdef __VMS
|
||||
# include "post-config-vms.h"
|
||||
#endif
|
||||
|
||||
#else /* HAVE_CONFIG_H */
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
|
|
@ -234,6 +229,14 @@
|
|||
# include "setup-os400.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* VMS setup file includes some system headers.
|
||||
*/
|
||||
|
||||
#ifdef __VMS
|
||||
# include "setup-vms.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Include header files for windows builds before redefining anything.
|
||||
* Use this preprocessor block only to include or exclude windows.h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue