From: Yang Tse Date: Tue, 22 Jul 2008 00:12:06 +0000 (+0000) Subject: minor reordering in OS/400 config/setup files X-Git-Tag: curl-7_19_0~340 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f22114aeeda6b54067966fec397e6a6d73d05426;p=thirdparty%2Fcurl.git minor reordering in OS/400 config/setup files --- diff --git a/lib/config-os400.h b/lib/config-os400.h index f5ca8a2d7d..d3b3d45850 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -506,3 +506,15 @@ /* Use the system keyring as the default CA bundle. */ #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" + +/* ---------------------------------------------------------------- */ +/* ADDITIONAL DEFINITIONS */ +/* ---------------------------------------------------------------- */ + +/* The following must be defined BEFORE system header files inclusion. */ + +#define __ptr128 /* No teraspace. */ +#define qadrt_use_fputc_inline /* Generate fputc() wrapper inline. */ +#define qadrt_use_fread_inline /* Generate fread() wrapper inline. */ +#define qadrt_use_fwrite_inline /* Generate fwrite() wrapper inline. */ + diff --git a/lib/setup-os400.h b/lib/setup-os400.h index d6e704ace8..bf899759e5 100644 --- a/lib/setup-os400.h +++ b/lib/setup-os400.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2007, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -23,13 +23,6 @@ * $Id$ ***************************************************************************/ -/* The following must be defined BEFORE common header files inclusion. */ - -#define __ptr128 /* No teraspace. */ -#define qadrt_use_fputc_inline /* Generate fputc() wrapper inline. */ -#define qadrt_use_fread_inline /* Generate fread() wrapper inline. */ -#define qadrt_use_fwrite_inline /* Generate fwrite() wrapper inline. */ - /* OS/400 netdb.h does not define NI_MAXHOST. */ #define NI_MAXHOST 1025 diff --git a/lib/setup.h b/lib/setup.h index c3a308abd1..1b5c6782ca 100644 --- a/lib/setup.h +++ b/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,