summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 09:52:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 09:52:13 +0000
commit9001703ad1b0560be7542b5c90cec1853bf5f1bb (patch)
treeef7195847eceb32da9638e1ffe1f34a25593c004 /libmpdvdkit2
parent149d68bf274e7ca5304a2858b82a924971a38262 (diff)
downloadmpv-9001703ad1b0560be7542b5c90cec1853bf5f1bb.tar.bz2
mpv-9001703ad1b0560be7542b5c90cec1853bf5f1bb.tar.xz
Sync some cosmetics from upstream.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20622 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdvdkit2')
-rw-r--r--libmpdvdkit2/config.h42
1 files changed, 22 insertions, 20 deletions
diff --git a/libmpdvdkit2/config.h b/libmpdvdkit2/config.h
index 43e624c7c9..ca4ad11679 100644
--- a/libmpdvdkit2/config.h
+++ b/libmpdvdkit2/config.h
@@ -1,49 +1,48 @@
-/* Version number of package */
-#define VERSION "1.2.3"
+/* Define to 1 if you have the <unistd.h> 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 <stddef.h> header file. */
#define HAVE_STDDEF_H 1
-/* Define if <sys/dvdio.h> defines dvd_struct. */
-#undef DVD_STRUCT_IN_SYS_DVDIO_H
+/* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
+#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
-/* Define if <sys/cdio.h> defines dvd_struct. */
-#undef DVD_STRUCT_IN_SYS_CDIO_H
+/* Define if <dvd.h> defines DVD_STRUCT. */
+#undef DVD_STRUCT_IN_DVD_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
+/* Define if <sys/cdio.h> defines dvd_struct. */
+#undef DVD_STRUCT_IN_SYS_CDIO_H
-/* HPUX SCSI headers. */
-#undef HPUX_SCTL_IO
+/* Define if <sys/dvdio.h> defines dvd_struct. */
+#undef DVD_STRUCT_IN_SYS_DVDIO_H
-/* Have userspace SCSI headers. */
-#undef SOLARIS_USCSI
+/* Define if FreeBSD-like dvd_struct is defined. */
+#undef HAVE_BSD_DVD_STRUCT
/* 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
+/* Define if <sys/scsi.h> defines sctl_io. */
+#undef HPUX_SCTL_IO
-#endif
+/* Have userspace SCSI headers. */
+#undef SOLARIS_USCSI
+
+#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"