diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-07-14 10:14:59 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-15 05:57:39 +0000 |
commit | 9334179235ad5f0daf753c23b9b00df2933b98e9 (patch) | |
tree | d9f614c119068020c9cdae010372bd1db11ad407 /win32/config.gc | |
parent | 2f3671218f9e35aa2ccad92da0178b84a44df3a2 (diff) | |
download | perl-9334179235ad5f0daf753c23b9b00df2933b98e9.tar.gz |
Config_74-01
Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
p4raw-id: //depot/perl@1500
Diffstat (limited to 'win32/config.gc')
-rw-r--r-- | win32/config.gc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/config.gc b/win32/config.gc index c31c53ada4..3315b52076 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -19,6 +19,7 @@ _exe='.exe' _o='.o' afs='false' alignbytes='8' +ansi2knr='' aphostname='' ar='ar' archlib='~INST_TOP~~INST_VER~\lib\~archname~' @@ -91,9 +92,11 @@ d_dlopen='define' d_dlsymun='undef' d_dosuid='undef' d_dup2='define' +d_endgrent='undef' d_endhent='undef' d_endnent='undef' d_endpent='undef' +d_endpwent='undef' d_endsent='undef' d_eofnblk='define' d_eunice='undef' @@ -110,6 +113,7 @@ d_fork='undef' d_fpathconf='undef' d_fsetpos='define' d_ftime='define' +d_getgrent='undef' d_getgrps='undef' d_gethbyaddr='define' d_gethbyname='define' @@ -124,6 +128,7 @@ d_getnetprotos='undef' d_getpbyname='define' d_getpbynumber='define' d_getpent='undef' +d_getpwent='undef' d_getpgid='undef' d_getpgrp2='undef' d_getpgrp='undef' @@ -135,6 +140,7 @@ d_getsbyport='define' d_getsent='undef' d_getservprotos='define' d_gettimeod='undef' +d_grpasswd='undef' d_gnulibc='undef' d_htonl='define' d_index='undef' @@ -184,6 +190,7 @@ d_pwcomment='undef' d_pwexpire='undef' d_pwgecos='undef' d_pwquota='undef' +d_pwpasswd='undef' d_readdir='define' d_readlink='undef' d_rename='define' @@ -203,8 +210,10 @@ d_semget='undef' d_semop='undef' d_setegid='undef' d_seteuid='undef' +d_setgrent='undef' d_setgrps='undef' d_sethent='undef' +d_setpwent='undef' d_setlinebuf='undef' d_setlocale='define' d_setnent='undef' @@ -285,6 +294,7 @@ dlsrc='dl_win32.xs' doublesize='8' dynamic_ext='Socket IO Fcntl Opcode SDBM_File attrs Thread' eagain='EAGAIN' +ebcdic='undef' echo='echo' egrep='egrep' emacs='' @@ -312,6 +322,7 @@ h_sysfile='true' hint='recommended' hostcat='ypcat hosts' huge='' +i_arpainet='define' i_bsdioctl='' i_db='undef' i_dbm='undef' @@ -527,6 +538,7 @@ timeincl='/usr/include/sys/time.h ' timetype='time_t' touch='touch' tr='' +trnl='\012' troff='' uidtype='uid_t' uname='uname' |