File: config.h.win32

package info (click to toggle)
dia 0.95.0-4.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 32,124 kB
  • ctags: 12,041
  • sloc: ansic: 122,983; sh: 8,640; xml: 4,770; makefile: 2,883; python: 2,134; cpp: 1,790
file content (29 lines) | stat: -rw-r--r-- 648 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef _CONFIG_H_
#define _CONFIG_H_

#define HAVE_CTYPE_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC_H 1
#define HAVE_TIME_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GDK_PIXBUF 1

/* #undef HAVE_CAIRO */
#define HAVE_CAIRO 1

#define ENABLE_NLS
#define HAVE_BIND_TEXTDOMAIN_CODESET
#define GETTEXT_PACKAGE "dia"
#undef LOCALEDIR /* needs to be calculated at runtime */
/* NOT: #define LOCALEDIR "../lib/locale" */

#define VERSION "0.95"

/*
 * We are linking libxml as DLL with either msvc or mingw, but this
 * gets only defined form libxml for (_MSC_VER)
 */
#define LIBXML_DLL_IMPORT __declspec(dllimport)

#endif