File: os390.sh

package info (click to toggle)
perl 5.004.04-7.0.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 11,100 kB
  • ctags: 11,261
  • sloc: ansic: 70,318; perl: 53,778; sh: 12,771; lisp: 4,226; yacc: 911; makefile: 816
file content (33 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# hints/os390.sh
# OS/390 OpenEdition Release 3 Mon Sep 22 1997 thanks to:
#     
#     John Pfuntner <pfuntner@vnet.ibm.com>
#     Len Johnson <lenjay@ibm.net>
#     Bud Huff  <BAHUFF@us.oracle.com>
#     Peter Prymmer <pvhp@forte.com>
#     Andy Dougherty  <doughera@lafcol.lafayette.edu>
#     Tim Bunce  <Tim.Bunce@ig.co.uk>
#
#  as well as the authors of the aix.sh file
#

cc='c89'
ccflags='-DMAXSIG=38 -DOEMVS -D_OE_SOCKETS -D_XOPEN_SOURCE_EXTENDED -D_ALL_SOURCE'
optimize='none'
alignbytes=8
usemymalloc='y'
so='a'
dlext='none'
d_shmatprototype='define'
usenm='false'
i_time='define'
i_systime='define'
d_select='undef'

# (from aix.sh)
# uname -m output is too specific and not appropriate here
#
case "$archname" in
'') archname="$osname" ;;
esac