In makedef.pl, NetWare can't export perl_clone_host without USE_ITHREADS.
authorNicholas Clark <nick@ccl4.org>
Mon, 25 Jul 2011 12:13:51 +0000 (14:13 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:54 +0000 (11:53 +0200)
commitddd6f63f626d9c2ff5b343ad33e687fc4772f60a
tree6746378627089316976d4d7c32e29d79ab62a472
parentc960bcfdcc7a050c40badc398476447b9c3381d1
In makedef.pl, NetWare can't export perl_clone_host without USE_ITHREADS.

NetWare/nw5.c conditionally compiles perl_clone_host only if USE_ITHREADS is
defined. It can't be added to the export list if it isn't compiled.
NetWare/config.wc has useithreads='define'
makedef.pl