| Line | |
|---|
| 1 | # AtheOS hints file ( http://www.atheos.cx/ )
|
|---|
| 2 | # Kurt Skauen, [email protected]
|
|---|
| 3 |
|
|---|
| 4 | prefix="/usr/perl5"
|
|---|
| 5 |
|
|---|
| 6 | libpth='/system/libs /usr/lib'
|
|---|
| 7 | usrinc='/include'
|
|---|
| 8 |
|
|---|
| 9 | libs=' '
|
|---|
| 10 |
|
|---|
| 11 | d_htonl='define'
|
|---|
| 12 | d_htons='define'
|
|---|
| 13 | d_ntohl='define'
|
|---|
| 14 | d_ntohs='define'
|
|---|
| 15 |
|
|---|
| 16 | d_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 |
|
|---|
| 22 | usenm='false'
|
|---|
| 23 |
|
|---|
| 24 | # Hopefully, the native malloc knows better than perl's.
|
|---|
| 25 | usemymalloc='n'
|
|---|
| 26 |
|
|---|
| 27 | # AtheOS native FS does not support hard-links, but link() is defined
|
|---|
| 28 | # (for other FS's).
|
|---|
| 29 |
|
|---|
| 30 | d_link='undef'
|
|---|
| 31 | dont_use_nlink='define'
|
|---|
| 32 |
|
|---|
| 33 | ld='gcc'
|
|---|
| 34 | cc='gcc'
|
|---|
| 35 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.