diff options
Diffstat (limited to 'libs/libcurl/src/config-os400.h')
-rw-r--r-- | libs/libcurl/src/config-os400.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/libcurl/src/config-os400.h b/libs/libcurl/src/config-os400.h index ee43e8cd8a..ca60ad334c 100644 --- a/libs/libcurl/src/config-os400.h +++ b/libs/libcurl/src/config-os400.h @@ -152,12 +152,6 @@ /* Define if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H
-/* Define if you have the `strtok_r' function. */
-#define HAVE_STRTOK_R
-
-/* Define if you have the `strtoll' function. */
-#undef HAVE_STRTOLL /* Allows ASCII compile on V5R1. */
-
/* Define if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H
@@ -234,9 +228,6 @@ /* Define to empty if `const' does not conform to ANSI C. */
#undef const
-/* type to use in place of in_addr_t if not defined */
-#define in_addr_t unsigned long
-
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
|