comparison configure @ 14647:e12901b28472

Some systems (e.g. FreeBSD 5.3) only define MAP_ANON, not MAP_ANONYMOUS
author reimar
date Sat, 05 Feb 2005 11:53:30 +0000
parents fdea66294b26
children 8e90bda0570b
comparison
equal deleted inserted replaced
14646:5eb0f60a6962 14647:e12901b28472
6990 6990
6991 /* Define this if your system has the "sys/mman.h" header file */ 6991 /* Define this if your system has the "sys/mman.h" header file */
6992 $_def_mman 6992 $_def_mman
6993 $_def_mman_has_map_failed 6993 $_def_mman_has_map_failed
6994 6994
6995 #ifndef MAP_ANONYMOUS
6996 #define MAP_ANONYMOUS MAP_ANON
6997 #endif
6998
6995 /* Define this if you have the elf dynamic linker -ldl library */ 6999 /* Define this if you have the elf dynamic linker -ldl library */
6996 $_def_dl 7000 $_def_dl
6997 7001
6998 /* Define this if you have the kstat kernel statistics library */ 7002 /* Define this if you have the kstat kernel statistics library */
6999 $_def_kstat 7003 $_def_kstat