2004-12-11 Hans Breuer <hans@breuer.org>
[dia.git] / config.h.win32
blobcc7e81cd1a83566197403bbfbaf63d333b48da8d
1 #ifndef _CONFIG_H_
2 #define _CONFIG_H_
4 #define HAVE_CTYPE_H 
5 #define HAVE_STDLIB_H 
6 #define HAVE_MALLOC_H 
7 #define HAVE_TIME_H 
8 #define HAVE_SYS_SOCKET_H 
9 #define HAVE_FCNTL_H 
10 #define HAVE_GDK_PIXBUF
11 #define HAVE_DIRENT_H
13 /* #undef HAVE_CAIRO */
14 #define HAVE_CAIRO
16 #define ENABLE_NLS
17 #define HAVE_BIND_TEXTDOMAIN_CODESET
18 #define GETTEXT_PACKAGE "dia"
19 #define LOCALEDIR "../lib/locale"
21 #define VERSION "0.94"
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