minor reordering in OS/400 config/setup files

This commit is contained in:
Yang Tse 2008-07-22 00:12:06 +00:00
parent 0919de4511
commit f22114aeed
3 changed files with 22 additions and 10 deletions

View file

@ -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,