2005-12-27 Hans Breuer <hans@breuer.org>
[dia.git] / config.h.win32
blobd1d94ab6d9a0e3215d8a790ed60108a891596c24
1 #ifndef _CONFIG_H_
2 #define _CONFIG_H_
4 #define HAVE_CTYPE_H 1
5 #define HAVE_STDLIB_H 1
6 #define HAVE_MALLOC_H 1
7 #define HAVE_TIME_H 1
8 #define HAVE_SYS_SOCKET_H 1
9 #define HAVE_FCNTL_H 1
10 #define HAVE_GDK_PIXBUF 1
12 /* #undef HAVE_CAIRO */
13 #define HAVE_CAIRO 1
15 #define ENABLE_NLS
16 #define HAVE_BIND_TEXTDOMAIN_CODESET
17 #define GETTEXT_PACKAGE "dia"
18 #define LOCALEDIR "../lib/locale"
20 #define VERSION "0.94+cvs"
23  * We are linking libxml as DLL with either msvc or mingw, but this
24  * gets only defined form libxml for (_MSC_VER)
25  */
26 #define LIBXML_DLL_IMPORT __declspec(dllimport)
28 #endif