LibOFX
config.h
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #define HAVE_DLFCN_H 1
9 
10 /* Define to 1 if you have the <EventGenerator.h> header file. */
11 #define HAVE_EVENTGENERATOR_H 1
12 
13 /* Define if GCC visibility extensions are supported */
14 #define HAVE_GCC_VISIBILITY_EXTS 1
15 
16 /* Define to 1 if you have the <getopt.h> header file. */
17 #define HAVE_GETOPT_H 1
18 
19 /* Define to 1 if you have the `getopt_long' function. */
20 #define HAVE_GETOPT_LONG 1
21 
22 /* Defined if libxml++ is available */
23 #define HAVE_ICONV 1
24 
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1
27 
28 /* Define to 1 if you have a functional curl library. */
29 #define HAVE_LIBCURL 1
30 
31 /* Defined if libxml++ is available */
32 #define HAVE_LIBXMLPP 1
33 
34 /* Define to 1 if you have the <memory.h> header file. */
35 #define HAVE_MEMORY_H 1
36 
37 /* Define to 1 if you have the <ParserEventGeneratorKit.h> header file. */
38 #define HAVE_PARSEREVENTGENERATORKIT_H 1
39 
40 /* Define to 1 if you have the <SGMLApplication.h> header file. */
41 #define HAVE_SGMLAPPLICATION_H 1
42 
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #define HAVE_STDINT_H 1
45 
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #define HAVE_STDLIB_H 1
48 
49 /* Define to 1 if you have the <strings.h> header file. */
50 #define HAVE_STRINGS_H 1
51 
52 /* Define to 1 if you have the <string.h> header file. */
53 #define HAVE_STRING_H 1
54 
55 /* Define to 1 if you have the <sys/stat.h> header file. */
56 #define HAVE_SYS_STAT_H 1
57 
58 /* Define to 1 if you have the <sys/types.h> header file. */
59 #define HAVE_SYS_TYPES_H 1
60 
61 /* Define to 1 if you have the <unistd.h> header file. */
62 #define HAVE_UNISTD_H 1
63 
64 /* Defined if libcurl supports AsynchDNS */
65 #define LIBCURL_FEATURE_ASYNCHDNS 1
66 
67 /* Defined if libcurl supports IDN */
68 #define LIBCURL_FEATURE_IDN 1
69 
70 /* Defined if libcurl supports IPv6 */
71 #define LIBCURL_FEATURE_IPV6 1
72 
73 /* Defined if libcurl supports KRB4 */
74 /* #undef LIBCURL_FEATURE_KRB4 */
75 
76 /* Defined if libcurl supports libz */
77 #define LIBCURL_FEATURE_LIBZ 1
78 
79 /* Defined if libcurl supports NTLM */
80 #define LIBCURL_FEATURE_NTLM 1
81 
82 /* Defined if libcurl supports SSL */
83 #define LIBCURL_FEATURE_SSL 1
84 
85 /* Defined if libcurl supports SSPI */
86 /* #undef LIBCURL_FEATURE_SSPI */
87 
88 /* Defined if libcurl supports DICT */
89 #define LIBCURL_PROTOCOL_DICT 1
90 
91 /* Defined if libcurl supports FILE */
92 #define LIBCURL_PROTOCOL_FILE 1
93 
94 /* Defined if libcurl supports FTP */
95 #define LIBCURL_PROTOCOL_FTP 1
96 
97 /* Defined if libcurl supports FTPS */
98 #define LIBCURL_PROTOCOL_FTPS 1
99 
100 /* Defined if libcurl supports HTTP */
101 #define LIBCURL_PROTOCOL_HTTP 1
102 
103 /* Defined if libcurl supports HTTPS */
104 #define LIBCURL_PROTOCOL_HTTPS 1
105 
106 /* Defined if libcurl supports IMAP */
107 #define LIBCURL_PROTOCOL_IMAP 1
108 
109 /* Defined if libcurl supports LDAP */
110 #define LIBCURL_PROTOCOL_LDAP 1
111 
112 /* Defined if libcurl supports POP3 */
113 #define LIBCURL_PROTOCOL_POP3 1
114 
115 /* Defined if libcurl supports RTSP */
116 #define LIBCURL_PROTOCOL_RTSP 1
117 
118 /* Defined if libcurl supports SMTP */
119 #define LIBCURL_PROTOCOL_SMTP 1
120 
121 /* Defined if libcurl supports TELNET */
122 #define LIBCURL_PROTOCOL_TELNET 1
123 
124 /* Defined if libcurl supports TFTP */
125 #define LIBCURL_PROTOCOL_TFTP 1
126 
127 /* Define to the sub-directory in which libtool stores uninstalled libraries.
128  */
129 #define LT_OBJDIR ".libs/"
130 
131 /* Name of package */
132 #define PACKAGE "libofx"
133 
134 /* Define to the address where bug reports for this package should be sent. */
135 #define PACKAGE_BUGREPORT ""
136 
137 /* Define to the full name of this package. */
138 #define PACKAGE_NAME ""
139 
140 /* Define to the full name and version of this package. */
141 #define PACKAGE_STRING ""
142 
143 /* Define to the one symbol short name of this package. */
144 #define PACKAGE_TARNAME ""
145 
146 /* Define to the home page for this package. */
147 #define PACKAGE_URL ""
148 
149 /* Define to the version of this package. */
150 #define PACKAGE_VERSION ""
151 
152 /* SP_MULTI_BYTE value from when OpenSP was compiled */
153 #define SP_MULTI_BYTE 1
154 
155 /* Define to 1 if you have the ANSI C header files. */
156 #define STDC_HEADERS 1
157 
158 /* Version number of package */
159 #define VERSION "0.9.11"
160 
161 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
162  significant byte first (like Motorola and SPARC, unlike Intel). */
163 #if defined AC_APPLE_UNIVERSAL_BUILD
164 # if defined __BIG_ENDIAN__
165 # define WORDS_BIGENDIAN 1
166 # endif
167 #else
168 # ifndef WORDS_BIGENDIAN
169 /* # undef WORDS_BIGENDIAN */
170 # endif
171 #endif
172 
173 /* Define curl_free() as free() if our version of curl lacks curl_free. */
174 /* #undef curl_free */