fixing MSVC build
[dia.git] / config.h.win32
blobd051e815f0b7b4337de10d7a9f17843fb9caec8b
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 GETTEXT_PACKAGE "dia"
15 #define LOCALEDIR "../lib/locale"
17 #define VERSION "0.91+cvs"
20  * We are linking libxml as DLL with either msvc or mingw, but this
21  * gets only defined form libxml for (_MSC_VER)
22  */
23 #define LIBXML_DLL_IMPORT __declspec(dllimport)
25 #endif