diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-22 00:12:06 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-22 00:12:06 +0000 |
commit | f22114aeeda6b54067966fec397e6a6d73d05426 (patch) | |
tree | a57091255d39c72a4d8c8916d1b370c7e1a71e56 /lib/setup-os400.h | |
parent | 0919de451188b2aca609e0c7952b58a62a02ca9b (diff) | |
download | curl-f22114aeeda6b54067966fec397e6a6d73d05426.tar.gz |
minor reordering in OS/400 config/setup files
Diffstat (limited to 'lib/setup-os400.h')
-rw-r--r-- | lib/setup-os400.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/setup-os400.h b/lib/setup-os400.h index d6e704ace..bf899759e 100644 --- a/lib/setup-os400.h +++ b/lib/setup-os400.h @@ -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 @@ -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 |