diff options
| author | MenTaLguY <mental@rydia.net> | 2006-01-16 02:36:01 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-01-16 02:36:01 +0000 |
| commit | 179fa413b047bede6e32109e2ce82437c5fb8d34 (patch) | |
| tree | a5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /config.h.mingw | |
| download | inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip | |
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'config.h.mingw')
| -rw-r--r-- | config.h.mingw | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/config.h.mingw b/config.h.mingw new file mode 100644 index 000000000..c80c9089b --- /dev/null +++ b/config.h.mingw @@ -0,0 +1,49 @@ +#ifndef _CONFIG_H_ +#define _CONFIG_H_ + +#ifndef WIN32 +#define WIN32 +#endif + +/** + * This is for require-config.h, whose + * purpose I cannot fathom. + */ +#define PACKAGE_TARNAME + +/*###################################### +#### RESOURCE DIRECTORIES +######################################*/ + +#define INKSCAPE_DATADIR "." +#define PACKAGE_LOCALE_DIR "locale" + + +/*###################################### +#### OTHER DEFINITIONS +######################################*/ + +#define GETTEXT_PACKAGE "inkscape" + +#define PACKAGE_STRING VERSION + +#define HAVE_STRING_H 1 +#define HAVE_MALLOC_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_SYS_STAT_H 1 + +#define ENABLE_NLS 1 +#define HAVE_BIND_TEXTDOMAIN_CODESET 1 + +/* keep binreloc off */ +#define BR_PTHREADS 0 +#undef ENABLE_BINRELOC + +#define PANGO_ENABLE_ENGINE 1 + +#define HAVE_GTK_WINDOW_FULLSCREEN 1 + +#define g_ascii_strtod fixed_g_ascii_strtod + + +#endif /* _CONFIG_H_ */ |
