]> granicus.if.org Git - curl/commitdiff
minor reordering in OS/400 config/setup files
authorYang Tse <yangsita@gmail.com>
Tue, 22 Jul 2008 00:12:06 +0000 (00:12 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 22 Jul 2008 00:12:06 +0000 (00:12 +0000)
lib/config-os400.h
lib/setup-os400.h
lib/setup.h

index f5ca8a2d7d779563f802575b279f7aaa73d44a75..d3b3d4585079268639c563a4d6940204ab6e2a38 100644 (file)
 
 /* 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. */
+
index d6e704ace898569f77aa319dfd2c8689250e263f..bf899759e5627d1884110435e0814b508a46fae5 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
  * $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
index c3a308abd1edb3f717f62e9e356e226697f8a814..1b5c6782ca70f2888168d218500a00861e6213e3 100644 (file)
@@ -61,8 +61,7 @@
 #endif
 
 #ifdef __OS400__
-#include "config-os400.h"
-#include "setup-os400.h"
+#  include "config-os400.h"
 #endif
 
 #ifdef TPF
 #  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,