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 #undef LOCALEDIR /* needs to be calculated at runtime */
19 /* NOT: #define LOCALEDIR "../lib/locale" */
21 #define VERSION "0.95+cvs"
24 * We are linking libxml as DLL with either msvc or mingw, but this
25 * gets only defined form libxml for (_MSC_VER)
27 #define LIBXML_DLL_IMPORT __declspec(dllimport)