summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/config-os400.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/config-os400.h')
-rw-r--r--libs/libcurl/src/config-os400.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/libs/libcurl/src/config-os400.h b/libs/libcurl/src/config-os400.h
index aed0f1490d..ca60ad334c 100644
--- a/libs/libcurl/src/config-os400.h
+++ b/libs/libcurl/src/config-os400.h
@@ -30,11 +30,6 @@
#pragma enum(int)
-#undef PACKAGE
-
-/* Version number of this archive. */
-#undef VERSION
-
/* Define cpu-machine-OS */
#ifndef CURL_OS
#define CURL_OS "OS/400"
@@ -110,9 +105,6 @@
/* Define if you have the GNU gssapi libraries */
#undef HAVE_GSSGNU
-/* Define if you need the malloc.h header file even with stdlib.h */
-/* #define NEED_MALLOC_H 1 */
-
/* Define if you have the <netdb.h> header file. */
#define HAVE_NETDB_H
@@ -160,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
@@ -202,9 +188,6 @@
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H
-/* Name of package */
-#undef PACKAGE
-
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4
@@ -245,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