This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add descriptions for $^E and $^O, and squash a typo.
[perl5.git] / hints / mpeix.sh
1 # MPE/IX does not have nm, and the linker doesn't complain
2 # about unresolved symbols, so these are all filled in by hand.
3 osname='mpeix'
4 osvers='5.0'
5 alignbytes='8'
6 ccflags='-D_POSIX_SOURCE -D_SOCKET_SOURCE -D_POSIX_JOB_CONTROL'
7 cc='c89'
8 optimize='-g'
9 d_safebcpy='undef'
10 d_safemcpy='undef'
11 intsize='8'
12 usemymalloc='y'
13 d_casti32='undef'
14 d_castneg='undef'
15 prefix='/PERL'
16 privlib='/PERL/PERL/lib'
17 archlib='/PERL/PERL/lib/mpeix'
18 clocktype='clock_t'
19 gidtype='gid_t'
20 groupstype='gid_t'
21 lseektype='off_t'
22 modetype='mode_t'
23 randbits='15'
24 ssizetype='ssize_t'
25 uidtype='uid_t'
26 d_stdstdio='undef'
27 i_pwd='undef'
28 i_grp='undef'
29 #d_fd_set='undef'
30 #d_fds_bits='undef'
31 d_chroot='undef'
32 d_fchmod='undef'
33 d_fchown='undef'
34 d_flock='undef'
35 d_Gconvert='sprintf((b),"%.*g",(n),(x))'
36 d_getpgrp2='undef'
37 d_getprior='undef'
38 d_killpg='undef'
39 d_lstat='undef'
40 d_seekdir='undef'
41 d_telldir='undef'
42 d_setpgrp2='undef'
43 d_setprior='undef'
44 d_setresgid='undef'
45 d_setresuid='undef'
46 d_setrgid='undef'
47 d_setruid='undef'
48 d_syscall='undef'
49 d_truncate='undef'
50 d_setregid='undef'
51 d_setreuid='undef'
52 d_setpgrp='undef'
53 d_chsize='undef'
54 d_group='undef'
55 d_bcmp='undef'
56 d_bcopy='undef'
57 d_bzero='undef'
58 d_attrib='undef'
59 d_dirnamlen='define'
60 d_link='undef'
61 d_passwd='undef'
62 d_pwcomment='undef'
63 d_statblks='undef'
64 libs='-lsvipc -lsocket -lm -lc'
65 ranlib='/bin/true'
66 d_nice='undef'
67 d_cuserid='undef'
68 i_termios='undef'
69 d_tcgetpgrp='undef'
70 d_tcsetpgrp='undef'