changeset 20607:1246870d839e

Remove options not present in upstream config.h.in.
author diego
date Fri, 03 Nov 2006 09:58:07 +0000
parents b3f6d34067c7
children 72ca1c2facf3
files libmpdvdkit2/config.h
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdvdkit2/config.h	Fri Nov 03 09:52:13 2006 +0000
+++ b/libmpdvdkit2/config.h	Fri Nov 03 09:58:07 2006 +0000
@@ -8,13 +8,6 @@
 
 #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 <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
 #undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
 
@@ -44,12 +37,5 @@
 
 #endif /* HAVE_MPLAYER */
 
-/* assert support */
-#undef HAVE_ASSERT_H
-
-#ifndef HAVE_ASSERT_H
- #define assert( ... ) do {} while(0)
-#endif
-
 /* Version number of package */
 #define VERSION "1.2.3"