mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:03:39 +03:00
minor reordering in OS/400 config/setup files
This commit is contained in:
parent
0919de4511
commit
f22114aeed
3 changed files with 22 additions and 10 deletions
11
lib/setup.h
11
lib/setup.h
|
|
@ -61,8 +61,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef __OS400__
|
||||
#include "config-os400.h"
|
||||
#include "setup-os400.h"
|
||||
# include "config-os400.h"
|
||||
#endif
|
||||
|
||||
#ifdef TPF
|
||||
|
|
@ -96,6 +95,14 @@
|
|||
# define CURL_DISABLE_FILE
|
||||
#endif
|
||||
|
||||
/*
|
||||
* OS/400 setup file includes some system headers.
|
||||
*/
|
||||
|
||||
#ifdef __OS400__
|
||||
# include "setup-os400.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Include header files for windows builds before redefining anything.
|
||||
* Use this preproessor block only to include or exclude windows.h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue