old build: add a missing config.h define

The configure check was added to waf only.
This commit is contained in:
wm4 2014-02-23 17:41:58 +01:00
parent 82648ff229
commit b184c7d1e7
1 changed files with 2 additions and 0 deletions

View File

@ -3398,6 +3398,8 @@ cat > $TMPH << EOF
#define MPLAYER_CONFDIR "$_confdir"
/* we didn't bother to add actual config checks for this */
#define HAVE_BSD_FSTATFS 0
/* system headers */
$def_mman_h