~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to config.h.mingw

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _CONFIG_H_
 
2
#define _CONFIG_H_
 
3
 
 
4
#ifndef WIN32
 
5
#define WIN32
 
6
#endif
 
7
 
 
8
/**
 
9
 * This is for require-config.h, whose
 
10
 * purpose I cannot fathom.
 
11
 */
 
12
#define PACKAGE_TARNAME
 
13
 
 
14
/*######################################
 
15
#### RESOURCE DIRECTORIES
 
16
######################################*/
 
17
 
 
18
#define INKSCAPE_DATADIR       "."
 
19
#define PACKAGE_LOCALE_DIR     "locale"
 
20
 
 
21
 
 
22
/*######################################
 
23
#### OTHER DEFINITIONS
 
24
######################################*/
 
25
 
 
26
#define GETTEXT_PACKAGE "inkscape"
 
27
 
 
28
#define PACKAGE_STRING                VERSION
 
29
 
 
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
 
34
 
 
35
#define ENABLE_NLS                    1
 
36
#define HAVE_BIND_TEXTDOMAIN_CODESET  1
 
37
 
 
38
/* keep binreloc off */
 
39
#define BR_PTHREADS 0
 
40
#undef ENABLE_BINRELOC
 
41
 
 
42
#define PANGO_ENABLE_ENGINE           1
 
43
 
 
44
#define HAVE_GTK_WINDOW_FULLSCREEN    1
 
45
 
 
46
#define g_ascii_strtod fixed_g_ascii_strtod
 
47
 
 
48
 
 
49
#endif /* _CONFIG_H_ */