linewidth is now working for PS_SOLID
[dia.git] / config.h.win32
blob5cb4a6604735ff4b05e863367fa6ca5d8dcac119
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 #define ENABLE_NLS
14 #define HAVE_BIND_TEXTDOMAIN_CODESET
15 #define GETTEXT_PACKAGE "dia"
16 #define LOCALEDIR "../lib/locale"
18 #define VERSION "0.93+cvs"
21  * We are linking libxml as DLL with either msvc or mingw, but this
22  * gets only defined form libxml for (_MSC_VER)
23  */
24 #define LIBXML_DLL_IMPORT __declspec(dllimport)
26 #endif