source: vendor/perl/5.8.8/hints/atheos.sh

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 668 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.