# HG changeset patch # User diego # Date 1162547533 0 # Node ID b3f6d34067c7a2a00cdd35ef6fd873056f3df5ef # Parent 4f81d8e8003800a9c4eef29f39dc933211db2b1b Sync some cosmetics from upstream. diff -r 4f81d8e80038 -r b3f6d34067c7 libmpdvdkit2/config.h --- a/libmpdvdkit2/config.h Fri Nov 03 08:56:03 2006 +0000 +++ b/libmpdvdkit2/config.h Fri Nov 03 09:52:13 2006 +0000 @@ -1,49 +1,48 @@ -/* Version number of package */ -#define VERSION "1.2.3" +/* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ #ifdef HAVE_MPLAYER #include "../config.h" #else +/* 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 header file. */ #define HAVE_STDDEF_H 1 -/* Define if defines dvd_struct. */ -#undef DVD_STRUCT_IN_SYS_DVDIO_H +/* Define if defines DVD_STRUCT. */ +#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H + +/* Define if defines DVD_STRUCT. */ +#undef DVD_STRUCT_IN_DVD_H + +/* Define if defines DVD_STRUCT. */ +#define DVD_STRUCT_IN_LINUX_CDROM_H 1 /* Define if defines dvd_struct. */ #undef DVD_STRUCT_IN_SYS_CDIO_H -/* Define if defines DVD_STRUCT. */ -#define DVD_STRUCT_IN_LINUX_CDROM_H 1 +/* Define if defines dvd_struct. */ +#undef DVD_STRUCT_IN_SYS_DVDIO_H -/* Define if defines DVD_STRUCT. */ -#undef DVD_STRUCT_IN_DVD_H +/* Define if FreeBSD-like dvd_struct is defined. */ +#undef HAVE_BSD_DVD_STRUCT -/* Define if defines DVD_STRUCT. */ -#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H +/* Define if Linux-like dvd_struct is defined. */ +#define HAVE_LINUX_DVD_STRUCT 1 -/* HPUX SCSI headers. */ +/* Define if defines sctl_io. */ #undef HPUX_SCTL_IO /* Have userspace SCSI headers. */ #undef SOLARIS_USCSI -/* Define if Linux-like dvd_struct is defined. */ -#define HAVE_LINUX_DVD_STRUCT 1 - -/* Define if BSD-like dvd_struct is defined. */ -#undef HAVE_BSD_DVD_STRUCT - -#endif +#endif /* HAVE_MPLAYER */ /* assert support */ #undef HAVE_ASSERT_H @@ -51,3 +50,6 @@ #ifndef HAVE_ASSERT_H #define assert( ... ) do {} while(0) #endif + +/* Version number of package */ +#define VERSION "1.2.3"