* fixed memory allocation bugs
[ardour.git] / libs / clearlooks / config.h
1 /* engines/support/config.h.  Generated from config.h.in by configure.  */
2 /* engines/support/config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* always defined to indicate that i18n is enabled */
5 #define ENABLE_NLS 1
6
7 /* Defines whether to enable runtime widget checks as a fallback to hints from
8    the theme. */
9 #define ENABLE_WIDGET_CHECKS 1
10
11 /* Gettext package */
12 #define GETTEXT_PACKAGE "gtk-engines"
13
14 /* Defines whether to compile with animation support */
15 #define HAVE_ANIMATION 1
16
17 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
18 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
19
20 /* Define to 1 if you have the `dcgettext' function. */
21 #define HAVE_DCGETTEXT 1
22
23 /* Define to 1 if you have the <dlfcn.h> header file. */
24 #define HAVE_DLFCN_H 1
25
26 /* Define if the GNU gettext() function is already present or preinstalled. */
27 #define HAVE_GETTEXT 1
28
29 /* Define to 1 if you have the <inttypes.h> header file. */
30 #define HAVE_INTTYPES_H 1
31
32 /* Define if your <locale.h> file defines LC_MESSAGES. */
33 #define HAVE_LC_MESSAGES 1
34
35 /* Define to 1 if you have the <locale.h> header file. */
36 #define HAVE_LOCALE_H 1
37
38 /* Define to 1 if you have the <memory.h> header file. */
39 #define HAVE_MEMORY_H 1
40
41 /* Define to 1 if you have the <stdint.h> header file. */
42 #define HAVE_STDINT_H 1
43
44 /* Define to 1 if you have the <stdlib.h> header file. */
45 #define HAVE_STDLIB_H 1
46
47 /* Define to 1 if you have the <strings.h> header file. */
48 #define HAVE_STRINGS_H 1
49
50 /* Define to 1 if you have the <string.h> header file. */
51 #define HAVE_STRING_H 1
52
53 /* Define to 1 if you have the <sys/stat.h> header file. */
54 #define HAVE_SYS_STAT_H 1
55
56 /* Define to 1 if you have the <sys/types.h> header file. */
57 #define HAVE_SYS_TYPES_H 1
58
59 /* Define to 1 if you have the <unistd.h> header file. */
60 #define HAVE_UNISTD_H 1
61
62 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
63 /* #undef NO_MINUS_C_MINUS_O */
64
65 /* Name of package */
66 #define PACKAGE "gtk-engines"
67
68 /* Define to the address where bug reports for this package should be sent. */
69 #define PACKAGE_BUGREPORT ""
70
71 /* Define to the full name of this package. */
72 #define PACKAGE_NAME "gtk-engines"
73
74 /* Define to the full name and version of this package. */
75 #define PACKAGE_STRING "gtk-engines 2.16.0"
76
77 /* Define to the one symbol short name of this package. */
78 #define PACKAGE_TARNAME "gtk-engines"
79
80 /* Define to the version of this package. */
81 #define PACKAGE_VERSION "2.16.0"
82
83 /* Define to 1 if you have the ANSI C header files. */
84 #define STDC_HEADERS 1
85
86 /* Version number of package */
87 #define VERSION "2.16.0"