5 #define HAVE_STDLIB_H 1
6 #define HAVE_MALLOC_H 1
8 #define HAVE_SYS_SOCKET_H 1
10 #define HAVE_GDK_PIXBUF 1
12 /* #undef HAVE_CAIRO */
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)
26 #define LIBXML_DLL_IMPORT __declspec(dllimport)