re-adding .pngs as binary
[dia.git] / config.h.win32
blob6a8164dbef8ba23953e48596dd3fc0eb9f78b338
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 UNICODE_WORK_IN_PROGRESS /* DIA_TALKS_UTF8 */
14 #define GTK_TALKS_UTF8
15 #undef GTK_TALKS_UTF8_WE_DONT
16 #undef GTK_CHARSET_MISMATCH
18 #define VERSION "0.90.RC1"
20 #include <io.h> 
22 #ifndef S_ISDIR
23 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR)
24 #define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG)
25 #endif
26 #ifndef S_IXUSR
27 #define S_IXUSR _S_IEXEC
28 #endif
30 #define getlogin g_get_user_name
32 #endif