This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Win32: try to make the new stat pre-Vista compatible
[perl5.git] / hints / lynxos.sh
CommitLineData
5f05dabc 1#
2# LynxOS hints
3#
4# These hints were submitted by:
5# Greg Seibert
6# seibert@Lynx.COM
e6f0bdd6
GS
7# and
8# Ed Mooring
9# mooring@lynx.com
5f05dabc 10#
11
12cc='gcc'
5f05dabc 13so='none'
14usemymalloc='n'
e6f0bdd6
GS
15d_union_semun='define'
16ccflags="$ccflags -DEXTRA_F_IN_SEMUN_BUF -D__NO_INCLUDE_WARN__"
883d36a6
GS
17
18# When LynxOS runs a script with "#!" it sets argv[0] to the script name
19toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'