Initialize the gmime for upstream
[platform/upstream/gmime.git] / build / vs2010 / config-win32.h.in
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3
4 /* Define if GMime should enable warning output. */
5 /* #undef ENABLE_WARNINGS */
6
7 /* Define to the GMime version */
8 #define GMIME_VERSION "@GMIME_VERSION@"
9
10 /* Define if libc defines an altzone variable */
11 /* #undef HAVE_ALTZONE */
12
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 /* #undef HAVE_DLFCN_H */
15
16 /* Define to 1 if you have the `fsync' function. */
17 /* #undef HAVE_FSYNC */
18
19 /* Define to 1 if you have the `getaddrinfo' function. */
20 #define HAVE_GETADDRINFO 1
21
22 /* Define to 1 if you have the `getdomainname' function. */
23 /* #undef HAVE_GETDOMAINNAME */
24
25 /* Define to 1 if you have the `gethostname' function. */
26 #define HAVE_GETHOSTNAME 1
27
28 /* Define to 1 if you have the <getopt.h> header with the GNU `getopt_long'
29    function. */
30 /* #undef HAVE_GETOPT_H */
31
32 /* Define to 1 if you have the `getpagesize' function. */
33 /* #undef HAVE_GETPAGESIZE */
34
35 /* Define to 1 if you have the `gmtime_r' function. */
36 /* #undef HAVE_GMTIME_R */
37
38 /* Define to 1 if you have the `gmtime_s' function. */
39 #define HAVE_GMTIME_S 1
40
41 /* Define if you have the iconv() function and it works. */
42 #define HAVE_ICONV 1
43
44 /* Define to 1 to use auto-detected iconv-friendly charset names. */
45 /* #undef HAVE_ICONV_DETECT_H */
46
47 /* Define to 1 if you have the <inttypes.h> header file. */
48 /* #undef HAVE_INTTYPES_H */
49
50 /* Define to 1 if you have the `localtime' function. */
51 #define HAVE_LOCALTIME 1
52
53 /* Define to 1 if you have the <memory.h> header file. */
54 #define HAVE_MEMORY_H 1
55
56 /* Define to 1 if you have a working `mmap' system call. */
57 /* #undef HAVE_MMAP */
58
59 /* Define to 1 if you have the `msync' function. */
60 /* #undef HAVE_MSYNC */
61
62 /* Define to 1 if you have the `munmap' function. */
63 /* #undef HAVE_MUNMAP */
64
65 /* Define to 1 if you have the <netdb.h> header file. */
66 /* #undef HAVE_NETDB_H */
67
68 /* Define to 1 if you have the `poll' function. */
69 /* #undef HAVE_POLL */
70
71 /* Define to 1 if you have the <poll.h> header file. */
72 /* #undef HAVE_POLL_H */
73
74 /* Define to 1 if you have the <regex.h> header file. */
75 /* #undef HAVE_REGEX_H */
76
77 /* Define to 1 if you have the `select' function. */
78 #define HAVE_SELECT 1
79
80 /* Define to 1 if you have the <stdint.h> header file. */
81 /* #undef HAVE_STDINT_H */
82
83 /* Define to 1 if you have the <stdlib.h> header file. */
84 #define HAVE_STDLIB_H 1
85
86 /* Define to 1 if you have the `strftime' function. */
87 #define HAVE_STRFTIME 1
88
89 /* Define to 1 if you have the <strings.h> header file. */
90 /* #undef HAVE_STRINGS_H */
91
92 /* Define to 1 if you have the <string.h> header file. */
93 #define HAVE_STRING_H 1
94
95 /* Define to 1 if you have the <sys/mman.h> header file. */
96 /* #undef HAVE_SYS_MMAN_H */
97
98 /* Define to 1 if you have the <sys/param.h> header file. */
99 /* #undef HAVE_SYS_PARAM_H */
100
101 /* Define to 1 if you have the <sys/stat.h> header file. */
102 #define HAVE_SYS_STAT_H 1
103
104 /* Define to 1 if you have the <sys/types.h> header file. */
105 #define HAVE_SYS_TYPES_H 1
106
107 /* Define if libc defines a timezone variable */
108 /* #undef HAVE_TIMEZONE */
109
110 /* Define to 1 if you have the <time.h> header file. */
111 #define HAVE_TIME_H 1
112
113 /* Define if struct tm has a tm_gmtoff member */
114 /* #undef HAVE_TM_GMTOFF */
115
116 /* Define if struct utsname has a domainname member */
117 /* #undef HAVE_UTSNAME_DOMAINNAME */
118
119 /* Define to 1 if you have the <winsock2.h> header file. */
120 #define HAVE_WINSOCK2_H 1
121
122 /* Define to 1 if you have the <zlib.h> header file. */
123 #define HAVE_ZLIB_H 1
124
125 /* Define if libc defines a _timezone variable */
126 /* #undef HAVE__TIMEZONE */
127
128 /* Define as const if the declaration of iconv() needs const. */
129 #define ICONV_CONST 
130
131 /* Define to the sub-directory in which libtool stores uninstalled libraries.
132    */
133 /* #undef LT_OBJDIR */
134
135 /* Define with a value if your <sys/param.h> does not define MAXHOSTNAMELEN */
136 /* #undef MAXHOSTNAMELEN */
137
138 /* Define to 0 if your system does not have the O_LARGEFILE flag */
139 /* #undef O_LARGEFILE */
140
141 /* Define to the address where bug reports for this package should be sent. */
142 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gmime"
143
144 /* Define to the full name of this package. */
145 #define PACKAGE_NAME "gmime"
146
147 /* Define to the full name and version of this package. */
148 #define PACKAGE_STRING "gmime @GMIME_VERSION@"
149
150 /* Define to the one symbol short name of this package. */
151 #define PACKAGE_TARNAME "gmime"
152
153 /* Define to the version of this package. */
154 #define PACKAGE_VERSION "@GMIME_VERSION@"
155
156 /* The size of `off_t', as computed by sizeof. */
157 #define SIZEOF_OFF_T 4
158
159 /* The size of `size_t', as computed by sizeof. */
160 #define SIZEOF_SIZE_T 4
161
162 /* The size of `ssize_t', as computed by sizeof. */
163 #define SIZEOF_SSIZE_T 4
164
165 /* Define to 1 if you have the ANSI C header files. */
166 #define STDC_HEADERS 1
167
168 /* Number of bits in a file offset, on hosts where this is settable. */
169 /* #undef _FILE_OFFSET_BITS */
170
171 /* Define for large files, on AIX-style hosts. */
172 /* #undef _LARGE_FILES */
173
174 /* Define to `__inline__' or `__inline' if that's what the C compiler
175    calls it, or to nothing if 'inline' is not supported under any name.  */
176 #ifndef __cplusplus
177 /* #undef inline */
178 #endif
179
180 /* Define to `int' if <sys/types.h> does not define. */
181 #define mode_t int
182
183 /* Define to `unsigned long int' if <poll.h> does not define. */
184 #define nfds_t unsigned long int
185
186 /* Define to `long int' if <sys/types.h> does not define. */
187 /* #undef off_t */
188
189 /* Define to `unsigned int' if <sys/types.h> does not define. */
190 /* #undef size_t */
191
192 /* Define to `int' if <sys/types.h> does not define. */
193 #define ssize_t int