2004-07-18 Hans Breuer <hans@breuer.org>
[dia.git] / config.h.win32
blobfc5c32d65bba881064206ad492243df94a20abc3
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 */
15 #define ENABLE_NLS
16 #define HAVE_BIND_TEXTDOMAIN_CODESET
17 #define GETTEXT_PACKAGE "dia"
18 #define LOCALEDIR "../lib/locale"
20 #define VERSION "0.93+cvs"
23  * We are linking libxml as DLL with either msvc or mingw, but this
24  * gets only defined form libxml for (_MSC_VER)
25  */
26 #define LIBXML_DLL_IMPORT __declspec(dllimport)
28 #endif