This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.002beta2 patch: toke.c
[perl5.git] / hints / dgux.sh
CommitLineData
a0d0e21e
LW
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
LW
6gidtype='gid_t'
7groupstype='gid_t'
a0d0e21e 8libswanted="dgc $libswanted"
9f971974
LW
9uidtype='uid_t'
10d_index='define'
a0d0e21e
LW
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'