# HG changeset patch # User diego # Date 1162547887 0 # Node ID 1246870d839e1580abfea48d035df31d5f24856a # Parent b3f6d34067c7a2a00cdd35ef6fd873056f3df5ef Remove options not present in upstream config.h.in. diff -r b3f6d34067c7 -r 1246870d839e libmpdvdkit2/config.h --- 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 header file. */ -#define HAVE_STDDEF_H 1 - /* Define if 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"