summaryrefslogtreecommitdiff
path: root/NetWare/config.wc
Commit message (Collapse)AuthorAgeFilesLines
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-6/+105
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* Add procselfexe and d_dirfd to strange lands.Jarkko Hietaniemi2001-11-231-0/+2
| | | p4raw-id: //depot/perl@13218
* Spread d_procselfexe to far-off lands (undefined).Jarkko Hietaniemi2001-11-201-0/+1
| | | p4raw-id: //depot/perl@13141
* NetWare Nit from Ananth Kesari.Jarkko Hietaniemi2001-11-121-0/+1
| | | p4raw-id: //depot/perl@12952
* Remove iconv references since we are not using itJarkko Hietaniemi2001-09-201-2/+0
| | | | | | | and not going to; regen perltoc, perlmodlib. (Some references still linger in perltoc, have to figure out where they are coming from.) p4raw-id: //depot/perl@12095
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2001-09-111-1/+1
| | | p4raw-id: //depot/perl@12002
* NetWare updates from Ananth Kesari.Jarkko Hietaniemi2001-09-051-1/+1
| | | p4raw-id: //depot/perl@11875
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-0/+14
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* Add HAS_PTHREAD_ATFORK.Jarkko Hietaniemi2001-07-121-0/+1
| | | p4raw-id: //depot/perl@11334
* NetWare tweaks from Guruprasad.Jarkko Hietaniemi2001-06-301-0/+1
| | | p4raw-id: //depot/perl@11035
* Add Configure probes for nl_langinfo() and <langinfo.h>.Jarkko Hietaniemi2001-06-281-0/+2
| | | | | | Expected not to exist in non-UNIX excepting in VMS, where according to a quick web survey they just might. p4raw-id: //depot/perl@11003
* Add fchdir() probe (in non-UNIX systems assume it doesn't exist).Jarkko Hietaniemi2001-06-211-0/+1
| | | p4raw-id: //depot/perl@10797
* NetWare tweaks from Guruprasad.Jarkko Hietaniemi2001-06-211-1/+1
| | | p4raw-id: //depot/perl@10775
* NetWare tweaks from Guruprasad.Jarkko Hietaniemi2001-06-191-1/+1
| | | p4raw-id: //depot/perl@10719
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-0/+800
p4raw-id: //depot/perl@10643