Code

Reverting revision 13615
[inkscape.git] / config.h.mingw
1 #ifndef _CONFIG_H_
2 #define _CONFIG_H_
4 #ifndef WIN32
5 #define WIN32
6 #endif
8 /**
9  * This is for require-config.h, whose
10  * purpose I cannot fathom.
11  */
12 #define PACKAGE_TARNAME
14 /*######################################
15 #### RESOURCE DIRECTORIES
16 ######################################*/
18 #define INKSCAPE_DATADIR       "."
19 #define PACKAGE_LOCALE_DIR     "locale"
22 /*######################################
23 #### OTHER DEFINITIONS
24 ######################################*/
26 #define GETTEXT_PACKAGE "inkscape"
28 #define PACKAGE_STRING                VERSION
30 #define HAVE_GETOPT_H                 1
31 #define HAVE_STRING_H                 1
32 #define HAVE_LIBINTL_H                1
33 #define HAVE_MALLOC_H                 1
34 #define HAVE_STDLIB_H                 1
35 #define HAVE_SYS_STAT_H               1
37 #define ENABLE_LCMS                   1
39 #define ENABLE_NLS                    1
40 #define HAVE_BIND_TEXTDOMAIN_CODESET  1
42 /* keep binreloc off */
43 #define BR_PTHREADS 0
44 #undef ENABLE_BINRELOC
46 /* CairoPDF options */
47 #define HAVE_CAIRO_PDF                1
48 #define PANGO_ENABLE_ENGINE           1
49 #define RENDER_WITH_PANGO_CAIRO       1
51 #define HAVE_GTK_WINDOW_FULLSCREEN    1
53 #define g_ascii_strtod fixed_g_ascii_strtod
56 #endif /* _CONFIG_H_ */