Code

moving trunk for module inkscape
[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_STRING_H                 1
31 #define HAVE_MALLOC_H                 1
32 #define HAVE_STDLIB_H                 1
33 #define HAVE_SYS_STAT_H               1
35 #define ENABLE_NLS                    1
36 #define HAVE_BIND_TEXTDOMAIN_CODESET  1
38 /* keep binreloc off */
39 #define BR_PTHREADS 0
40 #undef ENABLE_BINRELOC
42 #define PANGO_ENABLE_ENGINE           1
44 #define HAVE_GTK_WINDOW_FULLSCREEN    1
46 #define g_ascii_strtod fixed_g_ascii_strtod
49 #endif /* _CONFIG_H_ */