cleanup specfile for packaging
[profile/ivi/gdk-pixbuf.git] / config.h.win32
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #define ENABLE_NLS 1
6
7 /* Define if gio can sniff image data */
8 /*#define GDK_PIXBUF_USE_GIO_MIME 1*/
9
10 /* The prefix for our gettext translation domains. */
11 #define GETTEXT_PACKAGE "gdk-pixbuf"
12
13 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
14 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
15
16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
17    CoreFoundation framework. */
18 /*#undef HAVE_CFLOCALECOPYCURRENT*/
19
20 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
21    the CoreFoundation framework. */
22 /*#undef HAVE_CFPREFERENCESCOPYAPPVALUE*/
23
24 /* Define if the GNU dcgettext() function is already present or preinstalled.
25    */
26 #define HAVE_DCGETTEXT 1
27
28 /* Define to 1 if you have the <dlfcn.h> header file. */
29 /*#undef HAVE_DLFCN_H*/
30
31 /* Define if the GNU gettext() function is already present or preinstalled. */
32 #define HAVE_GETTEXT 1
33
34 /* Define if you have the iconv() function and it works. */
35 #define HAVE_ICONV 1
36
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #ifndef _MSC_VER
39 #define HAVE_INTTYPES_H 1
40 #else
41 /*#define HAVE_INTTYPES_H*/
42 #endif
43
44 /* Define to 1 if you have the <memory.h> header file. */
45 #define HAVE_MEMORY_H 1
46
47 /* Define to 1 is libjpeg supports progressive JPEG */
48 #define HAVE_PROGRESSIVE_JPEG 1
49
50 /* Define to 1 if sigsetjmp is available */
51 /*#undef HAVE_SIGSETJMP*/
52
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #ifndef _MSC_VER
55 #define HAVE_STDINT_H 1
56 #else
57 #if (_MSC_VER >= 1600)
58 #define HAVE_STDINT_H 1
59 #endif
60 /*#undef HAVE_STDINT_H*/
61 #endif
62
63 /* Define to 1 if you have the <stdlib.h> header file. */
64 #define HAVE_STDLIB_H 1
65
66 /* Define to 1 if you have the <strings.h> header file. */
67 #ifndef _MSC_VER
68 #define HAVE_STRINGS_H 1
69 #else
70 /*#undef HAVE_STRINGS_H*/
71 #endif
72
73 /* Define to 1 if you have the <string.h> header file. */
74 #define HAVE_STRING_H
75
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #define HAVE_SYS_STAT_H 1
78
79 /* Define to 1 if sys/sysinfo.h is available */
80 /*#undef HAVE_SYS_SYSINFO_H*/
81
82 /* Define to 1 if sys/systeminfo.h is available */
83 /*#undef HAVE_SYS_SYSTEMINFO_H*/
84
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #define HAVE_SYS_TYPES_H 1
87
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #ifndef _MSC_VER
90 #define HAVE_UNISTD_H 1
91 #else
92 /*#undef HAVE_UNISTD_H*/
93 #endif
94
95 /* Define to the sub-directory in which libtool stores uninstalled libraries.
96    */
97 #define LT_OBJDIR ".libs/"
98
99 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
100 #ifdef _MSC_VER
101 #define NO_MINUS_C_MINUS_O 1
102 #else
103 /*#undef NO_MINUS_C_MINUS_O 1*/
104 #endif
105
106 /* Define to the address where bug reports for this package should be sent. */
107 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf"
108
109 /* Define to the full name of this package. */
110 #define PACKAGE_NAME "gdk-pixbuf"
111
112 /* Define to the full name and version of this package. */
113 #define PACKAGE_STRING "gdk-pixbuf 2.26.1"
114
115 /* Define to the one symbol short name of this package. */
116 #define PACKAGE_TARNAME "gdk-pixbuf"
117
118 /* Define to the home page for this package. */
119 #define PACKAGE_URL "http://www.gtk.org/"
120
121 /* Define to the version of this package. */
122 #define PACKAGE_VERSION "2.26.1"
123
124 /* Define to 1 if you have the ANSI C header files. */
125 #define STDC_HEADERS 1
126
127 /* Define to 1 if gmodule works and should be used */
128 #ifndef _MSC_VER
129 #define USE_GMODULE 1
130 #else
131 /*#undef USE_GMODULE*/
132 #endif
133
134 /* Whether to load modules via .la files rather than directly */
135 /*#undef USE_LA_MODULES*/
136
137 /* Define to 1 if medialib is available and should be used */
138 /*#undef USE_MEDIALIB*/
139
140 /* Define to 1 if medialib 2.5 is available */
141 /*#undef USE_MEDIALIB25*/
142
143 /* Define to 1 if MMX is available and should be used */
144 #ifdef _MSC_VER
145 /*#undef USE_MMX*/
146 #else
147 #define USE_MMX 1
148 #endif
149
150 /* Number of bits in a file offset, on hosts where this is settable. */
151 /*#undef _FILE_OFFSET_BITS*/
152
153 /* Define for large files, on AIX-style hosts. */
154 /*#undef _LARGE_FILES*/
155
156 /* Define to empty if `const' does not conform to ANSI C. */
157 /*#undef const*/