#ifndef _CONFIG_H_ #define _CONFIG_H_ #define HAVE_CTYPE_H 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC_H 1 #define HAVE_TIME_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GDK_PIXBUF 1 /* #undef HAVE_CAIRO */ #define HAVE_CAIRO 1 #define ENABLE_NLS #define HAVE_BIND_TEXTDOMAIN_CODESET #define GETTEXT_PACKAGE "dia" #undef LOCALEDIR /* needs to be calculated at runtime */ /* NOT: #define LOCALEDIR "../lib/locale" */ #define VERSION "0.96.1" /* * We are linking libxml as DLL with either msvc or mingw, but this * gets only defined form libxml for (_MSC_VER) */ #define LIBXML_DLL_IMPORT __declspec(dllimport) #endif