Patch from Andreas.
[p5sagit/p5-mst-13.2.git] / hints / dgux.sh
CommitLineData
a0d0e21e 1#
2# hints file for Data General DG/UX
3# these hints tweaked for perl5 on an AViiON mc88100, running DG/UX 5.4R2.01
4#
5
9f971974 6gidtype='gid_t'
7groupstype='gid_t'
a0d0e21e 8libswanted="dgc $libswanted"
9f971974 9uidtype='uid_t'
10d_index='define'
a0d0e21e 11ccflags='-D_POSIX_SOURCE -D_DGUX_SOURCE'
12
13# this hasn't been tried with dynamic loading at all
14usedl='false'
15
16#
17# an ugly hack, since the Configure test for "gcc -P -" hangs.
18# can't just use 'cppstdin', since our DG has a broken cppstdin :-(
19#
20cppstdin=`cd ..; pwd`/cppstdin
21cpprun=`cd ..; pwd`/cppstdin
22
23#
24# you don't want to use /usr/ucb/cc
25#
9f971974 26cc='gcc'