2006-12-05 David Lodge <dave@cirt.net>
[dia.git] / config.h.win32
blob0c1df810cef9eb1119d268b35717ee29ece367cd
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 #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)
26  */
27 #define LIBXML_DLL_IMPORT __declspec(dllimport)
29 #endif