diff options
Diffstat (limited to 'libs/libcurl/src/config-riscos.h')
-rw-r--r-- | libs/libcurl/src/config-riscos.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/libs/libcurl/src/config-riscos.h b/libs/libcurl/src/config-riscos.h index 13287e0a4c..0535137bef 100644 --- a/libs/libcurl/src/config-riscos.h +++ b/libs/libcurl/src/config-riscos.h @@ -41,15 +41,6 @@ /* Define if you want the built-in manual */ #define USE_MANUAL -/* Define if you have the gethostbyaddr_r() function with 5 arguments */ -#undef HAVE_GETHOSTBYADDR_R_5 - -/* Define if you have the gethostbyaddr_r() function with 7 arguments */ -#undef HAVE_GETHOSTBYADDR_R_7 - -/* Define if you have the gethostbyaddr_r() function with 8 arguments */ -#undef HAVE_GETHOSTBYADDR_R_8 - /* Define if you have the gethostbyname_r() function with 3 arguments */ #undef HAVE_GETHOSTBYNAME_R_3 @@ -95,15 +86,9 @@ /* Define if you have the `closesocket' function. */ #undef HAVE_CLOSESOCKET -/* Define if you have the <crypto.h> header file. */ -#undef HAVE_CRYPTO_H - /* Define if you have the <errno.h> header file. */ #define HAVE_ERRNO_H -/* Define if you have the <err.h> header file. */ -#undef HAVE_ERR_H - /* Define if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H @@ -116,12 +101,6 @@ /* Define if you have the `geteuid' function. */ #undef HAVE_GETEUID -/* Define if you have the `gethostbyaddr' function. */ -#define HAVE_GETHOSTBYADDR - -/* Define if you have the `gethostbyaddr_r' function. */ -#undef HAVE_GETHOSTBYADDR_R - /* Define if you have the `gethostbyname_r' function. */ #undef HAVE_GETHOSTBYNAME_R @@ -221,9 +200,6 @@ /* Define if you have the <pem.h> header file. */ #undef HAVE_PEM_H -/* Define if you have the `perror' function. */ -#undef HAVE_PERROR - /* Define if you have the <pwd.h> header file. */ #undef HAVE_PWD_H @@ -236,18 +212,12 @@ /* Define if you have the `RAND_status' function. */ #undef HAVE_RAND_STATUS -/* Define if you have the <rsa.h> header file. */ -#undef HAVE_RSA_H - /* Define if you have the `select' function. */ #define HAVE_SELECT /* Define if you have the `setvbuf' function. */ #undef HAVE_SETVBUF -/* Define if you have the <sgtty.h> header file. */ -#define HAVE_SGTTY_H - /* Define if you have the `sigaction' function. */ #undef HAVE_SIGACTION |