diff options
author | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:29 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:29 +0000 |
commit | 9f971974f4068f821b286dfeb06c5a63adf2bc09 (patch) | |
tree | 5f58103dd79720bccb1902586761fc5b145f58cd /hints/dgux.sh | |
parent | 68decaef0a08fcd5db3193f825cfdfc539b67ccb (diff) | |
download | perl-9f971974f4068f821b286dfeb06c5a63adf2bc09.tar.gz |
perl 4.0 patch 23: patch #20, continued
See patch #20.
Diffstat (limited to 'hints/dgux.sh')
-rw-r--r-- | hints/dgux.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hints/dgux.sh b/hints/dgux.sh new file mode 100644 index 0000000000..d0d115417a --- /dev/null +++ b/hints/dgux.sh @@ -0,0 +1,7 @@ +cppstdin='/lib/cpp' +gidtype='gid_t' +groupstype='gid_t' +libs='-ldgc' +uidtype='uid_t' +d_index='define' +cc='gcc' |