This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update freebsd hints
[perl5.git] / hints / os390.sh
1 # hints/os390.sh
2 # OS/390 OpenEdition Release 3 Mon Sep 22 1997 thanks to:
3 #     
4 #     John Pfuntner <pfuntner@vnet.ibm.com>
5 #     Len Johnson <lenjay@ibm.net>
6 #     Bud Huff  <BAHUFF@us.oracle.com>
7 #     Peter Prymmer <pvhp@forte.com>
8 #     Andy Dougherty  <doughera@lafcol.lafayette.edu>
9 #     Tim Bunce  <Tim.Bunce@ig.co.uk>
10 #
11 #  as well as the authors of the aix.sh file
12 #
13
14 cc='c89'
15 ccflags='-DMAXSIG=38 -DOEMVS -D_OE_SOCKETS -D_XOPEN_SOURCE_EXTENDED -D_ALL_SOURCE'
16 optimize='none'
17 alignbytes=8
18 usemymalloc='y'
19 so='a'
20 dlext='none'
21 d_shmatprototype='define'
22 usenm='false'
23 i_time='define'
24 i_systime='define'
25 d_select='undef'
26
27 # (from aix.sh)
28 # uname -m output is too specific and not appropriate here
29 #
30 case "$archname" in
31 '') archname="$osname" ;;
32 esac
33