diff options
Diffstat (limited to 'win32/config.gc')
-rw-r--r-- | win32/config.gc | 107 |
1 files changed, 103 insertions, 4 deletions
diff --git a/win32/config.gc b/win32/config.gc index 2587a1a5c5..f3f057e15c 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -11,6 +11,105 @@ RCSfile='$RCSfile' Revision='$Revision' Source='' State='' +asctime_r_proto='0' +crypt_r_proto='0' +ctermid_r_proto='0' +ctime_r_proto='0' +d_asctime_r='undef' +d_crypt_r='undef' +d_ctermid_r='undef' +d_ctime_r='undef' +d_drand48_r='undef' +d_endgrent_r='undef' +d_endhostent_r='undef' +d_endnetent_r='undef' +d_endprotoent_r='undef' +d_endpwent_r='undef' +d_endservent_r='undef' +d_getgrent_r='undef' +d_getgrgid_r='undef' +d_getgrnam_r='undef' +d_gethostbyaddr_r='undef' +d_gethostbyname_r='undef' +d_gethostent_r='undef' +d_getlogin_r='undef' +d_getnetbyaddr_r='undef' +d_getnetbyname_r='undef' +d_getnetent_r='undef' +d_getprotobyname_r='undef' +d_getprotobynumber_r='undef' +d_getprotoent_r='undef' +d_getpwent_r='undef' +d_getpwnam_r='undef' +d_getpwuid_r='undef' +d_getservbyname_r='undef' +d_getservbyport_r='undef' +d_getservent_r='undef' +d_getspnam_r='undef' +d_gmtime_r='undef' +d_localtime_r='undef' +d_random_r='undef' +d_readdir64_r='undef' +d_readdir_r='undef' +d_setgrent_r='undef' +d_sethostent_r='undef' +d_setlocale_r='undef' +d_setnetent_r='undef' +d_setprotoent_r='undef' +d_setpwent_r='undef' +d_setservent_r='undef' +d_srand48_r='undef' +d_srandom_r='undef' +d_strerror_r='undef' +d_tmpnam_r='undef' +d_ttyname_r='undef' +drand48_r_proto='0' +endgrent_r_proto='0' +endhostent_r_proto='0' +endnetent_r_proto='0' +endprotoent_r_proto='0' +endpwent_r_proto='0' +endservent_r_proto='0' +getgrent_r_proto='0' +getgrgid_r_proto='0' +getgrnam_r_proto='0' +gethostbyaddr_r_proto='0' +gethostbyname_r_proto='0' +gethostent_r_proto='0' +getlogin_r_proto='0' +getnetbyaddr_r_proto='0' +getnetbyname_r_proto='0' +getnetent_r_proto='0' +getprotobyname_r_proto='0' +getprotobynumber_r_proto='0' +getprotoent_r_proto='0' +getpwent_r_proto='0' +getpwnam_r_proto='0' +getpwuid_r_proto='0' +getservbyname_r_proto='0' +getservbyport_r_proto='0' +getservent_r_proto='0' +getspnam_r_proto='0' +gmtime_r_proto='0' +i_crypt='undef' +localtime_r_proto='0' +random_r_proto='0' +readdir64_r_proto='0' +readdir_r_proto='0' +setgrent_r_proto='0' +sethostent_r_proto='0' +setlocale_r_proto='0' +setnetent_r_proto='0' +setprotoent_r_proto='0' +setpwent_r_proto='0' +setservent_r_proto='0' +srand48_r_proto='0' +srandom_r_proto='0' +strerror_r_proto='0' +tmpnam_r_proto='0' +ttyname_r_proto='0' +d_tm_tm_gmtoff='undef' +d_tm_tm_zone='undef' _a='.a' _exe='.exe' _o='.o' @@ -522,9 +621,9 @@ i_sysresrc='undef' i_syssecrt='undef' i_sysselct='undef' i_syssockio='undef' +i_sysstat='define' i_sysstatfs='undef' i_sysstatvfs='undef' -i_sysstat='define' i_systime='undef' i_systimek='undef' i_systimes='undef' @@ -551,12 +650,12 @@ incpath='' inews='' installarchlib='~INST_TOP~~INST_VER~\lib~INST_ARCH~' installbin='~INST_TOP~~INST_VER~\bin~INST_ARCH~' +installhtmldir='~INST_TOP~~INST_VER~\html' +installhtmlhelpdir='~INST_TOP~~INST_VER~\htmlhelp' installman1dir='~INST_TOP~~INST_VER~\man\man1' installman3dir='~INST_TOP~~INST_VER~\man\man3' installprefix='~INST_TOP~~INST_VER~' installprefixexp='~INST_TOP~~INST_VER~' -installhtmldir='~INST_TOP~~INST_VER~\html' -installhtmlhelpdir='~INST_TOP~~INST_VER~\htmlhelp' installprivlib='~INST_TOP~~INST_VER~\lib' installscript='~INST_TOP~~INST_VER~\bin' installsitearch='~INST_TOP~\site~INST_VER~\lib~INST_ARCH~' @@ -820,12 +919,12 @@ usevendorprefix='undef' usevfork='false' usrinc='/usr/include' uuname='' +uvXUformat='"lX"' uvoformat='"lo"' uvsize='4' uvtype='unsigned long' uvuformat='"lu"' uvxformat='"lx"' -uvXUformat='"lX"' vendorarch='' vendorarchexp='' vendorbin='' |