Remove options not present in upstream config.h.in.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-03 09:58:07 +00:00
parent 9001703ad1
commit 8311333c06
1 changed files with 0 additions and 14 deletions

View File

@ -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"