1/* cnf/pkgconfig.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#undef HAVE_DLFCN_H
5
6/* Define to 1 if you have the <inttypes.h> header file. */
7#undef HAVE_INTTYPES_H
8
9/* Define to 1 if you have a functional curl library. */
10#undef HAVE_LIBCURL
11
12/* Define to 1 if you have the <memory.h> header file. */
13#undef HAVE_MEMORY_H
14
15/* Define to 1 if you have the <stdint.h> header file. */
16#undef HAVE_STDINT_H
17
18/* Define to 1 if you have the <stdlib.h> header file. */
19#undef HAVE_STDLIB_H
20
21/* Define to 1 if you have the <strings.h> header file. */
22#undef HAVE_STRINGS_H
23
24/* Define to 1 if you have the <string.h> header file. */
25#undef HAVE_STRING_H
26
27/* Define to 1 if you have the <sys/stat.h> header file. */
28#undef HAVE_SYS_STAT_H
29
30/* Define to 1 if you have the <sys/types.h> header file. */
31#undef HAVE_SYS_TYPES_H
32
33/* Define to 1 if you have the <unistd.h> header file. */
34#undef HAVE_UNISTD_H
35
36/* Defined if libcurl supports AsynchDNS */
37#undef LIBCURL_FEATURE_ASYNCHDNS
38
39/* Defined if libcurl supports IDN */
40#undef LIBCURL_FEATURE_IDN
41
42/* Defined if libcurl supports IPv6 */
43#undef LIBCURL_FEATURE_IPV6
44
45/* Defined if libcurl supports KRB4 */
46#undef LIBCURL_FEATURE_KRB4
47
48/* Defined if libcurl supports libz */
49#undef LIBCURL_FEATURE_LIBZ
50
51/* Defined if libcurl supports NTLM */
52#undef LIBCURL_FEATURE_NTLM
53
54/* Defined if libcurl supports SSL */
55#undef LIBCURL_FEATURE_SSL
56
57/* Defined if libcurl supports SSPI */
58#undef LIBCURL_FEATURE_SSPI
59
60/* Defined if libcurl supports DICT */
61#undef LIBCURL_PROTOCOL_DICT
62
63/* Defined if libcurl supports FILE */
64#undef LIBCURL_PROTOCOL_FILE
65
66/* Defined if libcurl supports FTP */
67#undef LIBCURL_PROTOCOL_FTP
68
69/* Defined if libcurl supports FTPS */
70#undef LIBCURL_PROTOCOL_FTPS
71
72/* Defined if libcurl supports HTTP */
73#undef LIBCURL_PROTOCOL_HTTP
74
75/* Defined if libcurl supports HTTPS */
76#undef LIBCURL_PROTOCOL_HTTPS
77
78/* Defined if libcurl supports IMAP */
79#undef LIBCURL_PROTOCOL_IMAP
80
81/* Defined if libcurl supports LDAP */
82#undef LIBCURL_PROTOCOL_LDAP
83
84/* Defined if libcurl supports POP3 */
85#undef LIBCURL_PROTOCOL_POP3
86
87/* Defined if libcurl supports RTSP */
88#undef LIBCURL_PROTOCOL_RTSP
89
90/* Defined if libcurl supports SMTP */
91#undef LIBCURL_PROTOCOL_SMTP
92
93/* Defined if libcurl supports TELNET */
94#undef LIBCURL_PROTOCOL_TELNET
95
96/* Defined if libcurl supports TFTP */
97#undef LIBCURL_PROTOCOL_TFTP
98
99/* Define to the sub-directory where libtool stores uninstalled libraries. */
100#undef LT_OBJDIR
101
102/* Name of package */
103#undef PACKAGE
104
105/* Define to the address where bug reports for this package should be sent. */
106#undef PACKAGE_BUGREPORT
107
108/* Define to the full name of this package. */
109#undef PACKAGE_NAME
110
111/* Define to the full name and version of this package. */
112#undef PACKAGE_STRING
113
114/* Define to the one symbol short name of this package. */
115#undef PACKAGE_TARNAME
116
117/* Define to the home page for this package. */
118#undef PACKAGE_URL
119
120/* Define to the version of this package. */
121#undef PACKAGE_VERSION
122
123/* Define to 1 if you have the ANSI C header files. */
124#undef STDC_HEADERS
125
126/* are we on CYGWIN? */
127#undef SYS_IS_CYGWIN32
128
129/* Version number of package */
130#undef VERSION
131
132/* Define curl_free() as free() if our version of curl lacks curl_free. */
133#undef curl_free
134