This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig: If not using threads, not point probing for the
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 16 Mar 2002 18:40:53 +0000 (18:40 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 16 Mar 2002 18:40:53 +0000 (18:40 +0000)
commit9bb0d1dd8b1b622fda9d856d2c5d42d56b1a4f35
tree1ae0a3831285b51b91428fe62544ed456d640c61
parentf42a43f5eb2ad1bc26e878c102450ab82cf47c8c
metaconfig: If not using threads, not point probing for the
prototypes (since they might be hidden behind many defines
we won't have if not building threaded)

p4raw-id: //depot/metaconfig@15263
48 files changed:
U/threads/d_asctime_r.U
U/threads/d_crypt_r.U
U/threads/d_ctermid_r.U
U/threads/d_ctime_r.U
U/threads/d_drand48_r.U
U/threads/d_endgrent_r.U
U/threads/d_endhostent_r.U
U/threads/d_endnetent_r.U
U/threads/d_endprotoent_r.U
U/threads/d_endpwent_r.U
U/threads/d_endservent_r.U
U/threads/d_getgrent_r.U
U/threads/d_getgrgid_r.U
U/threads/d_getgrnam_r.U
U/threads/d_gethostbyaddr_r.U
U/threads/d_gethostbyname_r.U
U/threads/d_gethostent_r.U
U/threads/d_getlogin_r.U
U/threads/d_getnetbyaddr_r.U
U/threads/d_getnetbyname_r.U
U/threads/d_getnetent_r.U
U/threads/d_getprotobyname_r.U
U/threads/d_getprotobynumber_r.U
U/threads/d_getprotoent_r.U
U/threads/d_getpwent_r.U
U/threads/d_getpwnam_r.U
U/threads/d_getpwuid_r.U
U/threads/d_getservbyname_r.U
U/threads/d_getservbyport_r.U
U/threads/d_getservent_r.U
U/threads/d_getspnam_r.U
U/threads/d_gmtime_r.U
U/threads/d_localtime_r.U
U/threads/d_random_r.U
U/threads/d_readdir64_r.U
U/threads/d_readdir_r.U
U/threads/d_setgrent_r.U
U/threads/d_sethostent_r.U
U/threads/d_setlocale_r.U
U/threads/d_setnetent_r.U
U/threads/d_setprotoent_r.U
U/threads/d_setpwent_r.U
U/threads/d_setservent_r.U
U/threads/d_srand48_r.U
U/threads/d_srandom_r.U
U/threads/d_strerror_r.U
U/threads/d_tmpnam_r.U
U/threads/d_ttyname_r.U