VMS patches
[p5sagit/p5-mst-13.2.git] / hints / os390.sh
CommitLineData
86339dc9 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
14cc='c89'
15ccflags='-DMAXSIG=38 -DOEMVS -D_OE_SOCKETS -D_XOPEN_SOURCE_EXTENDED -D_ALL_SOURCE'
16optimize='none'
17alignbytes=8
18usemymalloc='y'
19so='a'
20dlext='none'
21d_shmatprototype='define'
22usenm='false'
23i_time='define'
24i_systime='define'
25d_select='undef'
26
27# (from aix.sh)
28# uname -m output is too specific and not appropriate here
29#
30case "$archname" in
31'') archname="$osname" ;;
32esac
33