2001-08-18 Hans Breuer <hans@breuer.org>
[dia.git] / config.h.win32
blob3ae7f68432e706988733ed6ae67e956f6cb2e40f
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
12 #define GTK_TALKS_UTF8
13 #define GTK_TALKS_UTF8_WE_DONT
14 #define GTK_CHARSET_MISMATCH
16 #include <io.h> 
18 #ifndef S_ISDIR
19 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
20 #define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
21 #endif
22 #ifndef S_IXUSR
23 #define S_IXUSR _S_IEXEC
24 #endif
26 #define getlogin g_get_user_name
28 #endif