Correct dumping hint (vc dummy faster than null).
[mplayer/greg.git] / libmpdvdkit2 / config.h
blob1520ef34e9399e353f741d438601191b9b8eba48
2 /* Version number of package */
3 #define VERSION "1.2.2"
4 #define HAVE_UNISTD_H 1
6 /* Define if your processor stores words with the most significant
7 byte first (like Motorola and SPARC, unlike Intel and VAX). */
8 #ifdef HAVE_MPLAYER
10 #include "../config.h"
12 #else
14 #undef WORDS_BIGENDIAN
16 /* Define if you have the <stddef.h> header file. */
17 #define HAVE_STDDEF_H 1
19 /* Define if <sys/dvdio.h> defines dvd_struct. */
20 #undef DVD_STRUCT_IN_SYS_DVDIO_H
22 /* Define if <sys/cdio.h> defines dvd_struct. */
23 #undef DVD_STRUCT_IN_SYS_CDIO_H
25 /* Define if <linux/cdrom.h> defines DVD_STRUCT. */
26 #define DVD_STRUCT_IN_LINUX_CDROM_H 1
28 /* Define if <dvd.h> defines DVD_STRUCT. */
29 #undef DVD_STRUCT_IN_DVD_H
31 /* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
32 #undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
34 /* HPUX SCSI headers. */
35 #undef HPUX_SCTL_IO
37 /* Have userspace SCSI headers. */
38 #undef SOLARIS_USCSI
40 /* Define if Linux-like dvd_struct is defined. */
41 #define HAVE_LINUX_DVD_STRUCT 1
43 /* Define if BSD-like dvd_struct is defined. */
44 #undef HAVE_BSD_DVD_STRUCT
46 #endif
48 /* assert support */
49 #undef HAVE_ASSERT_H
51 #ifndef HAVE_ASSERT_H
52 #define assert( ... ) do {} while(0)
53 #endif