perl5.000 patch.0i: fix glaring mistakes in patches a-h
[p5sagit/p5-mst-13.2.git] / hints / next_3_2.sh
1 # This file has been put together by Anno Siegel <siegel@zrz.TU-Berlin.DE>
2 # and Andreas Koenig <k@franz.ww.TU-Berlin.DE>. Comments, questions, and
3 # improvements welcome!
4 ccflags='-DUSE_NEXT_CTYPE'
5 POSIX_cflags='ccflags="-posix $ccflags"'
6 ldflags='-u libsys_s'
7 libswanted='dbm gdbm db'
8 lddlflags='-r'
9 i_utime='undef'
10 groupstype='int'
11 direntrytype='struct direct'
12 d_strcoll='undef'
13 # the simple program `for ($i=1;$i<38771;$i++){$t{$i}=123}' fails
14 # with Larry's malloc on NS 3.2 due to broken sbrk()
15 usemymalloc='n'
16 d_uname='define'
17 d_setpgid='define'
18 d_setsid='define'
19 d_tcgetpgrp='define'
20 d_tcsetpgrp='define'
21 #
22 # On some NeXT machines, the timestamp put by ranlib is not correct, and
23 # this may cause useless recompiles.  Fix that by adding a sleep before
24 # running ranlib.  The '5' is an empirical number that's "long enough."
25 # (Thanks to Andreas Koenig <k@franz.ww.tu-berlin.de>)
26 ranlib='sleep 5; /bin/ranlib'