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

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

perl 5.8.8

File size: 385 bytes
Line 
1#
2# LynxOS hints
3#
4# These hints were submitted by:
5# Greg Seibert
6# seibert@Lynx.COM
7# and
8# Ed Mooring
9# mooring@lynx.com
10#
11
12cc='gcc'
13so='none'
14usemymalloc='n'
15d_union_semun='define'
16ccflags="$ccflags -DEXTRA_F_IN_SEMUN_BUF -D__NO_INCLUDE_WARN__"
17
18# When LynxOS runs a script with "#!" it sets argv[0] to the script name
19toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'
Note: See TracBrowser for help on using the repository browser.