File: defs.h

package info (click to toggle)
vlc 0.2.92-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,076 kB
  • ctags: 7,147
  • sloc: ansic: 62,829; cpp: 5,824; sh: 2,469; xml: 2,351; makefile: 1,291; python: 503; perl: 19
file content (262 lines) | stat: -rw-r--r-- 7,280 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
/* include/defs.h.  Generated automatically by configure.  */
/* include/defs.h.in.  Generated automatically from configure.in by autoheader 2.13.  */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define if you have a working `mmap' system call.  */
#define HAVE_MMAP 1

/* Define as the return type of signal handlers (int or void).  */
#define RETSIGTYPE void

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#define TIME_WITH_SYS_TIME 1

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
/* #undef WORDS_BIGENDIAN */

/* Define if you have the getpagesize function.  */
#define HAVE_GETPAGESIZE 1

/* Define if you have the gettimeofday function.  */
#define HAVE_GETTIMEOFDAY 1

/* Define if you have the memalign function.  */
#define HAVE_MEMALIGN 1

/* Define if you have the putenv function.  */
#define HAVE_PUTENV 1

/* Define if you have the select function.  */
#define HAVE_SELECT 1

/* Define if you have the setenv function.  */
#define HAVE_SETENV 1

/* Define if you have the sigrelse function.  */
#define HAVE_SIGRELSE 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the strtod function.  */
#define HAVE_STRTOD 1

/* Define if you have the strtol function.  */
#define HAVE_STRTOL 1

/* Define if you have the swab function.  */
#define HAVE_SWAB 1

/* Define if you have the usleep function.  */
#define HAVE_USLEEP 1

/* Define if you have the valloc function.  */
#define HAVE_VALLOC 1

/* Define if you have the vasprintf function.  */
#define HAVE_VASPRINTF 1

/* Define if you have the </sys/dev/scsi/scsi_ioctl.h> header file.  */
/* #undef HAVE__SYS_DEV_SCSI_SCSI_IOCTL_H */

/* Define if you have the <Cocoa/Cocoa.h> header file.  */
/* #undef HAVE_COCOA_COCOA_H */

/* Define if you have the <Ph.h> header file.  */
/* #undef HAVE_PH_H */

/* Define if you have the <X11/Xlib.h> header file.  */
#define HAVE_X11_XLIB_H 1

/* Define if you have the <X11/extensions/Xv.h> header file.  */
#define HAVE_X11_EXTENSIONS_XV_H 1

/* Define if you have the <arpa/inet.h> header file.  */
#define HAVE_ARPA_INET_H 1

/* Define if you have the <cthreads.h> header file.  */
/* #undef HAVE_CTHREADS_H */

/* Define if you have the <directx.h> header file.  */
/* #undef HAVE_DIRECTX_H */

/* Define if you have the <dlfcn.h> header file.  */
#define HAVE_DLFCN_H 1

/* Define if you have the <dvd.h> header file.  */
/* #undef HAVE_DVD_H */

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <gdk/gdk.h> header file.  */
#define HAVE_GDK_GDK_H 1

/* Define if you have the <getopt.h> header file.  */
#define HAVE_GETOPT_H 1

/* Define if you have the <glib.h> header file.  */
#define HAVE_GLIB_H 1

/* Define if you have the <gnome.h> header file.  */
#define HAVE_GNOME_H 1

/* Define if you have the <gtk/gtk.h> header file.  */
#define HAVE_GTK_GTK_H 1

/* Define if you have the <image.h> header file.  */
/* #undef HAVE_IMAGE_H */

/* Define if you have the <kernel/OS.h> header file.  */
/* #undef HAVE_KERNEL_OS_H */

/* Define if you have the <kernel/scheduler.h> header file.  */
/* #undef HAVE_KERNEL_SCHEDULER_H */

/* Define if you have the <linux/cdrom.h> header file.  */
#define HAVE_LINUX_CDROM_H 1

/* Define if you have the <machine/param.h> header file.  */
/* #undef HAVE_MACHINE_PARAM_H */

/* Define if you have the <machine/soundcard.h> header file.  */
/* #undef HAVE_MACHINE_SOUNDCARD_H */

/* Define if you have the <mad.h> header file.  */
/* #undef HAVE_MAD_H */

/* Define if you have the <net/if.h> header file.  */
#define HAVE_NET_IF_H 1

/* Define if you have the <netinet/in.h> header file.  */
#define HAVE_NETINET_IN_H 1

/* Define if you have the <pthread.h> header file.  */
#define HAVE_PTHREAD_H 1

/* Define if you have the <stddef.h> header file.  */
#define HAVE_STDDEF_H 1

/* Define if you have the <strings.h> header file.  */
#define HAVE_STRINGS_H 1

/* Define if you have the <sys/cdio.h> header file.  */
/* #undef HAVE_SYS_CDIO_H */

/* Define if you have the <sys/dvdio.h> header file.  */
/* #undef HAVE_SYS_DVDIO_H */

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H 1

/* Define if you have the <sys/socket.h> header file.  */
#define HAVE_SYS_SOCKET_H 1

/* Define if you have the <sys/sockio.h> header file.  */
/* #undef HAVE_SYS_SOCKIO_H */

/* Define if you have the <sys/soundcard.h> header file.  */
#define HAVE_SYS_SOUNDCARD_H 1

/* Define if you have the <sys/time.h> header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <sys/times.h> header file.  */
#define HAVE_SYS_TIMES_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the <winioctl.h> header file.  */
/* #undef HAVE_WINIOCTL_H */

/* Define if you have the mad library (-lmad).  */
/* #undef HAVE_LIBMAD */

/* Define if you have the pth library (-lpth).  */
/* #undef HAVE_LIBPTH */

/* css decryption with player keys */
/* #undef HAVE_CSSKEYS */

/* long getopt support */
#define HAVE_GETOPT_LONG 1

/* getopt support */
#define HAVE_GETOPT_LONG 1

/* Define if <pthread.h> defines pthread_cond_t. */
#define PTHREAD_COND_T_IN_PTHREAD_H 1

/* Define if <strings.h> defines strncasecmp. */
#define STRNCASECMP_IN_STRINGS_H 1

/* Define if <sys/param.h> defines ntohl. */
/* #undef NTOHL_IN_SYS_PARAM_H */

/* Maximum supported data alignment */
#define ATTRIBUTE_ALIGNED_MAX 64

/* Define if <sys/types.h> defines boolean_t. */
/* #undef BOOLEAN_T_IN_SYS_TYPES_H */

/* Define if <pthread.h> defines boolean_t. */
/* #undef BOOLEAN_T_IN_PTHREAD_H */

/* Define if <cthreads.h> defines boolean_t. */
/* #undef BOOLEAN_T_IN_CTHREADS_H */

/* Define if $CC groks 3D Now! inline assembly. */
#define CAN_COMPILE_3DNOW 1

/* Define if $CC groks SSE inline assembly. */
#define CAN_COMPILE_SSE 1

/* Define if $CC groks ALTIVEC inline assembly. */
/* #undef CAN_COMPILE_ALTIVEC */

/* Define if your compiler groks C altivec extensions. */
/* #undef CAN_COMPILE_C_ALTIVEC */

/* Define if <sys/cdio.h> defines dvd_struct. */
/* #undef DVD_STRUCT_IN_SYS_CDIO_H */

/* Define if <sys/dvdio.h> defines dvd_struct. */
/* #undef DVD_STRUCT_IN_SYS_DVDIO_H */

/* Define if <linux/cdrom.h> defines DVD_STRUCT. */
#define DVD_STRUCT_IN_LINUX_CDROM_H 1

/* Define if <dvd.h> defines DVD_STRUCT. */
/* #undef DVD_STRUCT_IN_DVD_H */

/* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
/* #undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H */

/* Have userspace SCSI headers. */
/* #undef SOLARIS_USCSI */

/* Define if Linux-like dvd_struct is defined. */
#define HAVE_LINUX_DVD_STRUCT 1

/* Define if OpenBSD-like dvd_struct is defined. */
/* #undef HAVE_OPENBSD_DVD_STRUCT */

/* Define if FreeBSD-like dvd_struct is defined. */
/* #undef HAVE_BSD_DVD_STRUCT */

/* Define if <pth.h> defines pth_init */
/* #undef PTH_INIT_IN_PTH_H */

/* Indicate whether we should use SDL/SDL.h or SDL11/SDL.h */
#define SDL_INCLUDE_FILE <SDL/SDL.h>