~imz/inkscape/lav@altlinux

« back to all changes in this revision

Viewing changes to inkscape/config.h.in

  • Committer: Vitaly Lipatov
  • Date: 2013-02-11 16:18:39 UTC
  • Revision ID: git-v1:15c9c30ef309c7ab1b0d9479c2058a0668e6041f
just import inkscape-0.48.4.tar.bz2 with rpmgs script

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/* Use AutoPackage? */
10
10
#undef ENABLE_BINRELOC
11
11
 
12
 
/* Use LittleCms color management */
13
 
#undef ENABLE_LCMS
14
 
 
15
12
/* always defined to indicate that i18n is enabled */
16
13
#undef ENABLE_NLS
17
14
 
91
88
/* Define to 1 if you have the <libintl.h> header file. */
92
89
#undef HAVE_LIBINTL_H
93
90
 
 
91
/* define to 1 if you have lcms version 1.x */
 
92
#undef HAVE_LIBLCMS1
 
93
 
 
94
/* define to 1 if you have lcms version 2.x */
 
95
#undef HAVE_LIBLCMS2
 
96
 
94
97
/* Define to 1 if you have the `m' library (-lm). */
95
98
#undef HAVE_LIBM
96
99
 
246
249
/* Use color space API from Poppler >= 0.12.2 */
247
250
#undef POPPLER_NEW_COLOR_SPACE_API
248
251
 
 
252
/* Use new error API from Poppler >= 0.20.0 */
 
253
#undef POPPLER_NEW_ERRORAPI
 
254
 
249
255
/* Use GfxFont from Poppler >= 0.8.3 */
250
256
#undef POPPLER_NEW_GFXFONT
251
257
 
273
279
/* Use gnome vfs file load functionality */
274
280
#undef WITH_GNOME_VFS
275
281
 
 
282
/* Build with Gtkmm 2.22.x */
 
283
#undef WITH_GTKMM_2_22
 
284
 
 
285
/* Build with Gtkmm 2.24.x */
 
286
#undef WITH_GTKMM_2_24
 
287
 
276
288
/* enable gtk spelling widget */
277
289
#undef WITH_GTKSPELL
278
290
 
297
309
/* use Python for embedded scripting */
298
310
#undef WITH_PYTHON
299
311
 
300
 
/* Use Xft font database */
301
 
#undef WITH_XFT
302
 
 
303
312
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
304
313
   significant byte first (like Motorola and SPARC, unlike Intel). */
305
314
#if defined AC_APPLE_UNIVERSAL_BUILD