Project:
digiKam
Code Location:
svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics/trunk/extragear/graphics
config.h.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
/* config.h. Generated by cmake from config.h.cmake */ /* TODO: move the djvu-specific stuff to libdjvu!!! */ #ifndef DJVU_CONFIG_H #define DJVU_CONFIG_H /* Define if cothreads are available. */ /* #undef HAVE_COTHREAD */ /* Define if libgcc contains the cothread patch. */ /* #undef HAVE_COTHREAD_PATCH */ /* Define to 1 if you have the <crt_externs.h> header file. */ #cmakedefine HAVE_CRT_EXTERNS_H 1 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #cmakedefine HAVE_DIRENT_H 1 /* define if the compiler supports exceptions */ /* #undef HAVE_EXCEPTIONS */ /* Define to 1 if you have the <fcntl.h> header file. */ #cmakedefine HAVE_FCNTL_H 1 /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 /* Defines if your system has the freetype library */ #define HAVE_FREETYPE 1 /* Define to 1 if you have the `fseek64' function. */ #define HAVE_FSEEK64 0 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #define HAVE_FSEEKO 1 /* Define to 1 if you have the `ftell64' function. */ /* #undef HAVE_FTELL64 */ /* Define to 1 if you have the `gethostname' function. */ #cmakedefine HAVE_GETHOSTNAME 1 /* Define to 1 if you have the `getpagesize' function. */ #cmakedefine HAVE_GETPAGESIZE 1 /* Define to 1 if you have the `getpwuid' function. */ #cmakedefine HAVE_GETPWUID 1 /* Define to 1 if you have the <GL/glu.h> header file. */ #define HAVE_GL_GLU_H 1 /* Define to 1 if you have the <GL/glx.h> header file. */ #define HAVE_GL_GLX_H 1 /* Define to 1 if you have the <GL/gl.h> header file. */ #define HAVE_GL_GL_H 1 /* Define to 1 if you have the `iconv' function. */ #define HAVE_ICONV 1 /* Define to 1 if you have the <iconv.h> header file. */ #cmakedefine HAVE_ICONV_H 1 /* Define to 1 if you have the `iswspace' function. */ #cmakedefine HAVE_ISWSPACE 1 /* Define if you have the IJG JPEG library. */ #cmakedefine HAVE_JPEG 1 /* Defines if your system has the kadmos libraries */ /* #undef HAVE_KADMOS */ /* Define to 1 if you have the `iconv' library (-liconv). */ /* #undef HAVE_LIBICONV */ /* Define if you have libjpeg */ #cmakedefine HAVE_LIBJPEG 1 /* Define if you have libtiff */ #cmakedefine HAVE_LIBTIFF 1 /* Define to 1 if the system has the type `long long int'. */ #define HAVE_LONG_LONG_INT 1 /* Define to 1 if the system has the type `mbstate_t'. */ #define HAVE_MBSTATE_T 1 /* define if the compiler supports member templates */ #define HAVE_MEMBER_TEMPLATES 1 /* Define to 1 if you have a working `mmap' system call. */ #cmakedefine HAVE_MMAP 1 /* define if the compiler implements namespaces */ /* #undef HAVE_NAMESPACES */ /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ #cmakedefine HAVE_NDIR_H 1 /* Define to 1 if you have the `popen' function. */ #define HAVE_POPEN 1 /* Define if pthreads are available */ #define HAVE_PTHREAD 1 /* Define if you have a STL implementation by SGI */ #define HAVE_SGI_STL 1 /* Define to 1 if you have the <sstream> header file. */ #cmakedefine HAVE_SSTREAM 1 /* define if the compiler comes with standard includes */ #define HAVE_STDINCLUDES 1 /* Define to 1 if you have the <stdlib.h> header file. */ #cmakedefine HAVE_STDLIB_H 1 /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the `strftime' function. */ #define HAVE_STRFTIME 1 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. */ #cmakedefine HAVE_SYS_DIR_H 1 /* Define to 1 if you have the <sys/mman.h> header file. */ #cmakedefine HAVE_SYS_MMAN_H 1 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. */ #cmakedefine HAVE_SYS_NDIR_H 1 /* Define to 1 if you have the <sys/time.h> header file. */ #cmakedefine HAVE_SYS_TIME_H 1 /* Define if you have libtiff. */ #cmakedefine HAVE_TIFF 1 /* define if the compiler recognizes typename */ #define HAVE_TYPENAME 1 /* Define to 1 if you have the <unistd.h> header file. */ #cmakedefine HAVE_UNISTD_H 1 /* Define if we have va_copy */ /* #undef HAVE_VA_COPY */ /* Define to 1 if you have the `vfork' function. */ #define HAVE_VFORK 1 /* Define to 1 if you have the `vsnprintf' function. */ #cmakedefine HAVE_VSNPRINTF 1 /* Define to 1 if you have the <wchar.h> header file. */ #cmakedefine HAVE_WCHAR_H 1 /* Define to 1 if the system has the type `wchar_t'. */ #define HAVE_WCHAR_T 1 /* Define to 1 if you have the `wcrtomb' function. */ #define HAVE_WCRTOMB 1 /* Define to 1 if you have the <wctype.h> header file. */ #cmakedefine HAVE_WCTYPE_H 1 /* Define to 1 if `fork' works. */ /* #undef HAVE_WORKING_FORK */ /* Define to 1 if `vfork' works. */ #define HAVE_WORKING_VFORK 1 /* Define if we have __va_copy */ #define HAVE___VA_COPY 1 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #define TIME_WITH_SYS_TIME 1 /* Number of bits in a file offset, on hosts where this is settable. */ #define _FILE_OFFSET_BITS 64 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ /* #undef _LARGEFILE_SOURCE */ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ /* - Miscellaneous */ #define UNIX 1 #define NEED_GNUG_PRAGMAS 0 /* - WCHAR etc.*/ #if ! defined(HAVE_WCHAR_T) #define HAS_WCHAR 0 #define HAS_WCTYPE 0 #define HAS_MBSTATE 0 #else #define HAS_WCHAR 1 #if defined(HAVE_WCTYPE_H) && defined(HAVE_ISWSPACE) #define HAS_WCTYPE 1 #endif #if defined(HAVE_MBSTATE_T) && defined(HAVE_WCRTOMB) #define HAS_MBSTATE 1 #endif #endif #if defined(HAVE_ICONV_H) && defined(HAVE_ICONV) #define HAS_ICONV 1 #else #define HAS_ICONV 0 #endif /* - I18N MESSAGES HELL */ #define HAS_CTRL_C_IN_ERR_MSG 1 /* - CONTAINERS */ #ifndef HAVE_MEMBER_TEMPLATES #define GCONTAINER_NO_MEMBER_TEMPLATES #endif #ifndef HAVE_TYPENAME #define GCONTAINER_NO_TYPENAME #endif /* - COTHREAD */ #ifdef HAVE_COTHREAD #ifndef HAVE_COTHREAD_PATCH #define NO_LIBGCC_HOOKS #endif #endif /* - JPEG */ #ifdef HAVE_JPEG #define NEED_JPEG_DECODER #endif /* - MMAP */ #if defined(HAVE_MMAP) && defined(HAVE_SYS_MMAN_H) #define HAS_MEMMAP 1 #else #define HAS_MEMMAP 0 #endif /* - KDEpimlibs */ #cmakedefine KDEPIMLIBS_FOUND 1 /* -LibMarbleWidget */ #cmakedefine MARBLEWIDGET_FOUND 1 /* config.h: end */ #endif
