aboutsummaryrefslogtreecommitdiffstats
path: root/lib/curl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_config.h')
-rw-r--r--lib/curl_config.h43
1 files changed, 13 insertions, 30 deletions
diff --git a/lib/curl_config.h b/lib/curl_config.h
index 77587ebe..fec89980 100644
--- a/lib/curl_config.h
+++ b/lib/curl_config.h
@@ -97,21 +97,6 @@
/* Define to the type of arg 2 for gethostname. */
#define GETHOSTNAME_TYPE_ARG2 unsigned int
-/* Define to the type qualifier of arg 1 for getnameinfo. */
-#define GETNAMEINFO_QUAL_ARG1 const
-
-/* Define to the type of arg 1 for getnameinfo. */
-#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
-
-/* Define to the type of arg 2 for getnameinfo. */
-#define GETNAMEINFO_TYPE_ARG2 socklen_t
-
-/* Define to the type of args 4 and 6 for getnameinfo. */
-#define GETNAMEINFO_TYPE_ARG46 size_t
-
-/* Define to the type of arg 7 for getnameinfo. */
-#define GETNAMEINFO_TYPE_ARG7 int
-
/* Specifies the number of arguments to getservbyport_r */
/* #undef GETSERVBYPORT_R_ARGS */
@@ -178,15 +163,19 @@
/* Define to 1 if you have the <cyassl/options.h> header file. */
/* #undef HAVE_CYASSL_OPTIONS_H */
+/* Define to 1 if you have the declaration of `getpwuid_r', and to 0 if you
+ don't. */
+#define HAVE_DECL_GETPWUID_R 1
+
+/* "Set if getpwuid_r() declaration is missing" */
+/* #undef HAVE_DECL_GETPWUID_R_MISSING */
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the `ENGINE_cleanup' function. */
/* #undef HAVE_ENGINE_CLEANUP */
-/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
-/* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
-
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
@@ -205,6 +194,9 @@
/* Define to 1 if you have the fdopen function. */
#define HAVE_FDOPEN 1
+/* Define to 1 if you have the `fnmatch' function. */
+#define HAVE_FNMATCH 1
+
/* Define to 1 if you have the freeaddrinfo function. */
#define HAVE_FREEADDRINFO 1
@@ -271,9 +263,6 @@
/* Define to 1 if you have a working getifaddrs function. */
#define HAVE_GETIFADDRS 1
-/* Define to 1 if you have the getnameinfo function. */
-#define HAVE_GETNAMEINFO 1
-
/* Define to 1 if you have the `getpass_r' function. */
/* #undef HAVE_GETPASS_R */
@@ -489,9 +478,6 @@
/* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
/* #undef HAVE_NGHTTP2_NGHTTP2_H */
-/* Define to 1 if NI_WITHSCOPEID exists and works. */
-/* #undef HAVE_NI_WITHSCOPEID */
-
/* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
*/
/* #undef HAVE_OLD_GSSMIT */
@@ -499,9 +485,6 @@
/* Define to 1 if you have the <openssl/crypto.h> header file. */
#define HAVE_OPENSSL_CRYPTO_H 1
-/* Define to 1 if you have the <openssl/engine.h> header file. */
-/* #undef HAVE_OPENSSL_ENGINE_H */
-
/* Define to 1 if you have the <openssl/err.h> header file. */
#define HAVE_OPENSSL_ERR_H 1
@@ -904,13 +887,13 @@
/* Define to the function return type for send. */
#define SEND_TYPE_RETV ssize_t
-/* The size of `curl_off_t', as computed by sizeof. */
+/* The number of bytes in type curl_off_t */
#define SIZEOF_CURL_OFF_T 8
-/* The size of `int', as computed by sizeof. */
+/* The number of bytes in type int */
#define SIZEOF_INT 4
-/* The size of `short', as computed by sizeof. */
+/* The number of bytes in type short */
#define SIZEOF_SHORT 2
/* Define to 1 if you have the ANSI C header files. */