1# AtheOS hints file ( http://www.atheos.cx/ ) 2# Kurt Skauen, kurt@atheos.cx 3 4prefix="/usr/perl5" 5 6libpth='/system/libs /usr/lib' 7usrinc='/include' 8 9libs=' ' 10 11d_htonl='define' 12d_htons='define' 13d_ntohl='define' 14d_ntohs='define' 15 16d_locconv='undef' 17 18# POSIX and BSD functions are scattered over several non-standard libraries 19# in AtheOS, so I figured it would be safer to let the linker figure out 20# which symbols are available. 21 22usenm='false' 23 24# Hopefully, the native malloc knows better than perl's. 25usemymalloc='n' 26 27# AtheOS native FS does not support hard-links, but link() is defined 28# (for other FS's). 29 30d_link='undef' 31dont_use_nlink='define' 32 33ld='gcc' 34cc='gcc' 35 36