~ubuntu-branches/ubuntu/saucy/mplayerplug-in/saucy

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-06-27 04:52:18 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060627045218-dx495rr0atvev8nu
Tags: 3.25-7ubuntu1
Resynchronise with Debian (Closes Ubuntu: #33722, #43382, #44639,
#48424).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/* Define to 1 if you have the <X11/extensions/dpms.h> header file. */
4
4
#undef DPMSExtension
5
5
 
 
6
/* Define to 1 if you have GTK1 */
 
7
#undef GTK1_ENABLED
 
8
 
 
9
/* Define to 1 if you have GTK2 */
 
10
#undef GTK24_ENABLED
 
11
 
 
12
/* Define to 1 if you have GTK2 */
 
13
#undef GTK2_ENABLED
 
14
 
6
15
/* Define to 1 if you have the `dup2' function. */
7
16
#undef HAVE_DUP2
8
17
 
12
21
/* Define to 1 if you have the `fork' function. */
13
22
#undef HAVE_FORK
14
23
 
 
24
/* Define to 1 if you have the <libintl.h> header file. */
 
25
#undef HAVE_GETTEXT
 
26
 
15
27
/* Define to 1 if you have the `gettimeofday' function. */
16
28
#undef HAVE_GETTIMEOFDAY
17
29
 
18
30
/* Define to 1 if you have the <inttypes.h> header file. */
19
31
#undef HAVE_INTTYPES_H
20
32
 
 
33
/* Define to 1 if you have the <libintl.h> header file. */
 
34
#undef HAVE_LIBINTL_H
 
35
 
21
36
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22
37
   to 0 otherwise. */
23
38
#undef HAVE_MALLOC
151
166
/* Define to 1 if the X Window System is missing or not being used. */
152
167
#undef X_DISPLAY_MISSING
153
168
 
154
 
/* Define to 1 if you have the `gettext' function. */
155
 
#undef HAVE_GETTEXT
156
 
 
157
169
/* Define to empty if `const' does not conform to ANSI C. */
158
170
#undef const
159
171
 
168
180
 
169
181
/* Define as `fork' if `vfork' does not work. */
170
182
#undef vfork
171
 
 
172
 
/* Define to 1 if you have GTK2 */
173
 
#undef GTK2_ENABLED
174
 
 
175
 
/* Define to 1 if you have GTK2 2.4+ */
176
 
#undef GTK24_ENABLED
177
 
 
178
 
/* Define to 1 if you have GTK1 */
179
 
#undef GTK1_ENABLED