Some systems (e.g. FreeBSD 5.3) only define MAP_ANON, not MAP_ANONYMOUS

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14648 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-02-05 11:53:30 +00:00
parent 696feb421e
commit 58b4e65bc2
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -6992,6 +6992,10 @@ $_def_alloca
$_def_mman
$_def_mman_has_map_failed
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON
#endif
/* Define this if you have the elf dynamic linker -ldl library */
$_def_dl