comparison configure @ 14761:f6284dd2516e

fix for MAP_ANON vs. MAP_ANONYMOUS fix...
author reimar
date Tue, 22 Feb 2005 14:40:44 +0000
parents 8c1d40548612
children 53d306774ce2
comparison
equal deleted inserted replaced
14760:eed290f1e53b 14761:f6284dd2516e
6996 6996
6997 /* Define this if your system has the "sys/mman.h" header file */ 6997 /* Define this if your system has the "sys/mman.h" header file */
6998 $_def_mman 6998 $_def_mman
6999 $_def_mman_has_map_failed 6999 $_def_mman_has_map_failed
7000 7000
7001 #ifndef MAP_ANONYMOUS
7002 #define MAP_ANONYMOUS MAP_ANON
7003 #endif
7004
7005 /* Define this if you have the elf dynamic linker -ldl library */ 7001 /* Define this if you have the elf dynamic linker -ldl library */
7006 $_def_dl 7002 $_def_dl
7007 7003
7008 /* Define this if you have the kstat kernel statistics library */ 7004 /* Define this if you have the kstat kernel statistics library */
7009 $_def_kstat 7005 $_def_kstat