~ubuntu-branches/ubuntu/wily/mplayerplug-in/wily

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2008-07-06 23:35:53 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: james.westby@ubuntu.com-20080706233553-taa8l29w5yrr1z47
Tags: upstream-3.55
ImportĀ upstreamĀ versionĀ 3.55

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.  Generated from config.h.in by configure.  */
2
 
/* config.h.in.  Generated from configure.in by autoheader.  */
3
 
 
4
 
/* Define to 1 if you have the <X11/extensions/dpms.h> header file. */
5
 
#define DPMSExtension 1
6
 
 
7
 
/* Define to 1 if you have GTK1 */
8
 
/* #undef GTK1_ENABLED */
9
 
 
10
 
/* Define to 1 if you have GTK2 */
11
 
#define GTK24_ENABLED 1
12
 
 
13
 
/* Define to 1 if you have GTK2 */
14
 
#define GTK2_ENABLED 1
15
 
 
16
 
/* Define to 1 if you have the `dup2' function. */
17
 
#define HAVE_DUP2 1
18
 
 
19
 
/* Define to 1 if you have the <fcntl.h> header file. */
20
 
#define HAVE_FCNTL_H 1
21
 
 
22
 
/* Define to 1 if you have the `fork' function. */
23
 
#define HAVE_FORK 1
24
 
 
25
 
/* Define to 1 if you have the <libintl.h> header file. */
26
 
#define HAVE_GETTEXT 1
27
 
 
28
 
/* Define to 1 if you have the `gettimeofday' function. */
29
 
#define HAVE_GETTIMEOFDAY 1
30
 
 
31
 
/* Define to 1 if you have the <inttypes.h> header file. */
32
 
#define HAVE_INTTYPES_H 1
33
 
 
34
 
/* Define to 1 if you have the <libintl.h> header file. */
35
 
#define HAVE_LIBINTL_H 1
36
 
 
37
 
/* Define to 1 if you have the <locale.h> header file. */
38
 
#define HAVE_LOCALE_H 1
39
 
 
40
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
41
 
   to 0 otherwise. */
42
 
#define HAVE_MALLOC 1
43
 
 
44
 
/* Define to 1 if you have the `memmem' function. */
45
 
#define HAVE_MEMMEM 1
46
 
 
47
 
/* Define to 1 if you have the <memory.h> header file. */
48
 
#define HAVE_MEMORY_H 1
49
 
 
50
 
/* Define to 1 if you have the `memset' function. */
51
 
#define HAVE_MEMSET 1
52
 
 
53
 
/* Define to 1 if you have the `mkdir' function. */
54
 
#define HAVE_MKDIR 1
55
 
 
56
 
/* Define to 1 if you have the `mkfifo' function. */
57
 
#define HAVE_MKFIFO 1
58
 
 
59
 
/* Define to 1 if you have the `setlocale' function. */
60
 
#define HAVE_SETLOCALE 1
61
 
 
62
 
/* Define to 1 if you have the `snprintf' function. */
63
 
#define HAVE_SNPRINTF 1
64
 
 
65
 
/* Define to 1 if stdbool.h conforms to C99. */
66
 
#define HAVE_STDBOOL_H 1
67
 
 
68
 
/* Define to 1 if you have the <stddef.h> header file. */
69
 
#define HAVE_STDDEF_H 1
70
 
 
71
 
/* Define to 1 if you have the <stdint.h> header file. */
72
 
#define HAVE_STDINT_H 1
73
 
 
74
 
/* Define to 1 if you have the <stdlib.h> header file. */
75
 
#define HAVE_STDLIB_H 1
76
 
 
77
 
/* Define to 1 if you have the `strcasecmp' function. */
78
 
#define HAVE_STRCASECMP 1
79
 
 
80
 
/* Define to 1 if you have the `strchr' function. */
81
 
#define HAVE_STRCHR 1
82
 
 
83
 
/* Define to 1 if you have the `strdup' function. */
84
 
#define HAVE_STRDUP 1
85
 
 
86
 
/* Define to 1 if you have the `strerror' function. */
87
 
#define HAVE_STRERROR 1
88
 
 
89
 
/* Define to 1 if you have the <strings.h> header file. */
90
 
#define HAVE_STRINGS_H 1
91
 
 
92
 
/* Define to 1 if you have the <string.h> header file. */
93
 
#define HAVE_STRING_H 1
94
 
 
95
 
/* Define to 1 if you have the `strncasecmp' function. */
96
 
#define HAVE_STRNCASECMP 1
97
 
 
98
 
/* Define to 1 if you have the `strrchr' function. */
99
 
#define HAVE_STRRCHR 1
100
 
 
101
 
/* Define to 1 if you have the `strstr' function. */
102
 
#define HAVE_STRSTR 1
103
 
 
104
 
/* Define to 1 if you have the `strtol' function. */
105
 
#define HAVE_STRTOL 1
106
 
 
107
 
/* Define to 1 if you have the <sys/param.h> header file. */
108
 
#define HAVE_SYS_PARAM_H 1
109
 
 
110
 
/* Define to 1 if you have the <sys/stat.h> header file. */
111
 
#define HAVE_SYS_STAT_H 1
112
 
 
113
 
/* Define to 1 if you have the <sys/time.h> header file. */
114
 
#define HAVE_SYS_TIME_H 1
115
 
 
116
 
/* Define to 1 if you have the <sys/types.h> header file. */
117
 
#define HAVE_SYS_TYPES_H 1
118
 
 
119
 
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
120
 
#define HAVE_SYS_WAIT_H 1
121
 
 
122
 
/* Define to 1 if you have the <unistd.h> header file. */
123
 
#define HAVE_UNISTD_H 1
124
 
 
125
 
/* Define to 1 if you have the `vfork' function. */
126
 
#define HAVE_VFORK 1
127
 
 
128
 
/* Define to 1 if you have the <vfork.h> header file. */
129
 
/* #undef HAVE_VFORK_H */
130
 
 
131
 
/* Define to 1 if `fork' works. */
132
 
#define HAVE_WORKING_FORK 1
133
 
 
134
 
/* Define to 1 if `vfork' works. */
135
 
#define HAVE_WORKING_VFORK 1
136
 
 
137
 
/* Define to 1 if you have the <X11/Intrinsic.h> header file. */
138
 
/* #undef HAVE_X11_INTRINSIC_H */
139
 
 
140
 
/* Define to 1 if you have the <X11/StringDefs.h> header file. */
141
 
/* #undef HAVE_X11_STRINGDEFS_H */
142
 
 
143
 
/* Define to 1 if you have the <X11/Xlib.h> header file. */
144
 
/* #undef HAVE_X11_XLIB_H */
145
 
 
146
 
/* Define to 1 if you have the <X11/xpm.h> header file. */
147
 
/* #undef HAVE_X11_XPM */
148
 
 
149
 
/* Define to 1 if the system has the type `_Bool'. */
150
 
#define HAVE__BOOL 1
151
 
 
152
 
/* Define to the address where bug reports for this package should be sent. */
153
 
#define PACKAGE_BUGREPORT "mplayerplug-in-devel@lists.sourceforge.net"
154
 
 
155
 
/* Define to the full name of this package. */
156
 
#define PACKAGE_NAME "mplayerplug-in"
157
 
 
158
 
/* Define to the full name and version of this package. */
159
 
#define PACKAGE_STRING "mplayerplug-in 3.50"
160
 
 
161
 
/* Define to the one symbol short name of this package. */
162
 
#define PACKAGE_TARNAME "mplayerplug-in"
163
 
 
164
 
/* Define to the version of this package. */
165
 
#define PACKAGE_VERSION "3.50"
166
 
 
167
 
/* Define as the return type of signal handlers (`int' or `void'). */
168
 
#define RETSIGTYPE void
169
 
 
170
 
/* Define to 1 if you have the ANSI C header files. */
171
 
#define STDC_HEADERS 1
172
 
 
173
 
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
174
 
#define TIME_WITH_SYS_TIME 1
175
 
 
176
 
/* Define to 1 if the X Window System is missing or not being used. */
177
 
/* #undef X_DISPLAY_MISSING */
178
 
 
179
 
/* Define to empty if `const' does not conform to ANSI C. */
180
 
/* #undef const */
181
 
 
182
 
/* Define to rpl_malloc if the replacement function should be used. */
183
 
/* #undef malloc */
184
 
 
185
 
/* Define to `int' if <sys/types.h> does not define. */
186
 
/* #undef pid_t */
187
 
 
188
 
/* Define to `unsigned' if <sys/types.h> does not define. */
189
 
/* #undef size_t */
190
 
 
191
 
/* Define as `fork' if `vfork' does not work. */
192
 
/* #undef vfork */