~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
/* Have the OSX backend */
22
22
#undef HAVE_CLUTTER_OSX
23
23
 
24
 
/* Have the SDL backend */
25
 
#undef HAVE_CLUTTER_SDL
26
 
 
27
24
/* Have the Win32 backend */
28
25
#undef HAVE_CLUTTER_WIN32
29
26
 
45
42
/* Define to 1 if you have the <EGL/egl.h> header file. */
46
43
#undef HAVE_EGL_EGL_H
47
44
 
48
 
/* Define to 1 if you have the <fcntl.h> header file. */
49
 
#undef HAVE_FCNTL_H
50
 
 
51
 
/* Define to 1 if you have the `getpagesize' function. */
52
 
#undef HAVE_GETPAGESIZE
53
 
 
54
45
/* Define if the GNU gettext() function is already present or preinstalled. */
55
46
#undef HAVE_GETTEXT
56
47
 
72
63
/* Define to 1 if you have the <locale.h> header file. */
73
64
#undef HAVE_LOCALE_H
74
65
 
75
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
76
 
   to 0 otherwise. */
77
 
#undef HAVE_MALLOC
78
 
 
79
 
/* Define to 1 if you have the `memcpy' function. */
80
 
#undef HAVE_MEMCPY
81
 
 
82
66
/* Define to 1 if you have the <memory.h> header file. */
83
67
#undef HAVE_MEMORY_H
84
68
 
85
 
/* Define to 1 if you have the `memset' function. */
86
 
#undef HAVE_MEMSET
87
 
 
88
 
/* Define to 1 if you have a working `mmap' system call. */
89
 
#undef HAVE_MMAP
90
 
 
91
69
/* Define to 1 if you have the <stdint.h> header file. */
92
70
#undef HAVE_STDINT_H
93
71
 
94
72
/* Define to 1 if you have the <stdlib.h> header file. */
95
73
#undef HAVE_STDLIB_H
96
74
 
97
 
/* Define to 1 if you have the `strcasecmp' function. */
98
 
#undef HAVE_STRCASECMP
99
 
 
100
75
/* Define to 1 if you have the <strings.h> header file. */
101
76
#undef HAVE_STRINGS_H
102
77
 
140
115
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
141
116
#undef NO_MINUS_C_MINUS_O
142
117
 
143
 
/* Name of package */
144
 
#undef PACKAGE
145
 
 
146
118
/* Define to the address where bug reports for this package should be sent. */
147
119
#undef PACKAGE_BUGREPORT
148
120
 
169
141
 
170
142
/* Use Core Graphics (Quartz) for loading image data */
171
143
#undef USE_QUARTZ
172
 
 
173
 
/* Version number of package */
174
 
#undef VERSION
175
 
 
176
 
/* Define to empty if `const' does not conform to ANSI C. */
177
 
#undef const
178
 
 
179
 
/* Define to rpl_malloc if the replacement function should be used. */
180
 
#undef malloc