In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/665ff1e94e3997c05f0fa23160fbd8fe871a8f96?hp=37e7596b5cfb8d1be7030a330e12df2c13405f7a>
- Log ----------------------------------------------------------------- commit 665ff1e94e3997c05f0fa23160fbd8fe871a8f96 Author: Nicholas Clark <[email protected]> Date: Fri Aug 23 11:39:40 2013 +0200 Remove references to GNU DLD from Configure and config.sh scripts. Specifically eliminated i_dld, a variable indicating that <dld.h> should be included, and remove dld from the list of wanted libraries. M Configure M Cross/config.sh-arm-linux M Cross/config.sh-arm-linux-n770 M NetWare/config.wc M Porting/Glossary M Porting/bisect-runner.pl M Porting/config.sh M configure.com M hints/amigaos.sh M plan9/config_sh.sample M symbian/config.sh M uconfig.h M uconfig.sh M uconfig64.sh M win32/config.ce M win32/config.gc M win32/config.vc commit 1e5d7f54016618316299b1aacea865185fab5dd7 Author: Nicholas Clark <[email protected]> Date: Thu Sep 5 11:37:11 2013 +0200 Remove support for GNU DLD in DynaLoader. GNU DLD was a library that provided dynamic linking on a.out based systems. The last release was in 1996, and it has been superseded by dlopen. M MANIFEST M ext/DynaLoader/README D ext/DynaLoader/dl_dld.xs ----------------------------------------------------------------------- Summary of changes: Configure | 13 +-- Cross/config.sh-arm-linux | 3 +- Cross/config.sh-arm-linux-n770 | 3 +- MANIFEST | 1 - NetWare/config.wc | 3 +- Porting/Glossary | 5 - Porting/bisect-runner.pl | 2 +- Porting/config.sh | 3 +- configure.com | 3 +- ext/DynaLoader/README | 8 +- ext/DynaLoader/dl_dld.xs | 207 ----------------------------------------- hints/amigaos.sh | 2 +- plan9/config_sh.sample | 3 +- symbian/config.sh | 1 - uconfig.h | 2 +- uconfig.sh | 1 - uconfig64.sh | 1 - win32/config.ce | 3 +- win32/config.gc | 5 +- win32/config.vc | 5 +- 20 files changed, 18 insertions(+), 256 deletions(-) delete mode 100644 ext/DynaLoader/dl_dld.xs diff --git a/Configure b/Configure index 406f0e8..7976c13 100755 --- a/Configure +++ b/Configure @@ -887,7 +887,6 @@ i_rpcsvcdbm='' d_dirnamlen='' direntrytype='' i_dirent='' -i_dld='' i_dlfcn='' i_fcntl='' i_float='' @@ -1381,7 +1380,7 @@ libswanted_uselargefiles='' : set usesocks on the Configure command line to enable socks. : List of libraries we want. : If anyone needs extra -lxxx, put those in a hint file. -libswanted="sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun" +libswanted="sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun" libswanted="$libswanted m crypt sec util c cposix posix ucb bsd BSD" : We probably want to search /usr/shlib before most other libraries. : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. @@ -7810,10 +7809,6 @@ esac esac $rm -f libnames libpath -: see if dld is available -set dld.h i_dld -eval $inhdr - : Check if we are using C++ echo " " echo "Checking for C++..." >&4 @@ -7948,9 +7943,6 @@ $undef|n|false) case "$d_dlopen" in $define) dflt='y' ;; esac - case "$i_dld" in - $define) dflt='y' ;; - esac : Does a dl_xxx.xs file exist for this operating system $test -f $rsrc/$dldir/dl_${osname}.xs && dflt='y' ;; @@ -7967,8 +7959,6 @@ y*) usedl="$define" dflt="$dldir/dl_${osname}.xs" elif $test "$d_dlopen" = "$define" ; then dflt="$dldir/dl_dlopen.xs" - elif $test "$i_dld" = "$define" ; then - dflt="$dldir/dl_dld.xs" else dflt='' fi @@ -23540,7 +23530,6 @@ i_crypt='$i_crypt' i_db='$i_db' i_dbm='$i_dbm' i_dirent='$i_dirent' -i_dld='$i_dld' i_dlfcn='$i_dlfcn' i_fcntl='$i_fcntl' i_float='$i_float' diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 75aad20..fea06f1 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -646,7 +646,6 @@ i_crypt='define' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='define' i_fcntl='undef' i_float='define' @@ -782,7 +781,7 @@ libsdirs=' /usr/lib' libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so' libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so' libspath=' /usr/local/lib /lib /usr/lib' -libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util c cposix posix ucb BSD' +libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD' libswanted_uselargefiles='' line='' lint='' diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770 index 98c3122..c3b8daf 100644 --- a/Cross/config.sh-arm-linux-n770 +++ b/Cross/config.sh-arm-linux-n770 @@ -618,7 +618,6 @@ i_crypt='define' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='define' i_fcntl='undef' i_float='define' @@ -753,7 +752,7 @@ libsdirs=' /usr/lib' libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so' libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so' libspath=' /usr/local/lib /lib /usr/lib' -libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m crypt sec util c cposix posix ucb BSD' +libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD' libswanted_uselargefiles='' line='' lint='' diff --git a/MANIFEST b/MANIFEST index 72d44bb..ed47bd3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3644,7 +3644,6 @@ ext/Devel-Peek/Peek.pm Data debugging tool, module and pod ext/Devel-Peek/Peek.xs Data debugging tool, externals ext/Devel-Peek/t/Peek.t See if Devel::Peek works ext/DynaLoader/dl_aix.xs AIX implementation -ext/DynaLoader/dl_dld.xs GNU dld style implementation ext/DynaLoader/dl_dllload.xs S/390 dllload() style implementation ext/DynaLoader/dl_dlopen.xs BSD/SunOS4&5 dlopen() style implementation ext/DynaLoader/dl_dyld.xs NeXT/Apple dyld implementation diff --git a/NetWare/config.wc b/NetWare/config.wc index 3da939a..1182d47 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -628,7 +628,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='define' i_fcntl='define' i_float='define' @@ -757,7 +756,7 @@ libsdirs='' libsfiles='' libsfound='' libspath='' -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' +libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' line='line' lint='' lkflags='' diff --git a/Porting/Glossary b/Porting/Glossary index 1f5b8c9..17d1511 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -3027,11 +3027,6 @@ i_dirent (i_dirent.U): This variable conditionally defines I_DIRENT, which indicates to the C program that it should include <dirent.h>. -i_dld (i_dld.U): - This variable conditionally defines the I_DLD symbol, which - indicates to the C program that <dld.h> (GNU dynamic loading) - exists and should be included. - i_dlfcn (i_dlfcn.U): This variable conditionally defines the I_DLFCN symbol, which indicates to the C program that <dlfcn.h> exists and should diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index b15c7ff..572c0cc 100755 --- a/Porting/bisect-runner.pl +++ b/Porting/bisect-runner.pl @@ -1259,7 +1259,7 @@ unless (extract_from_file('Configure', 'ignore_versioned_solibs')) { my @libs; # This is the current libswanted list from Configure, less the libs removed # by current hints/linux.sh - foreach my $lib (qw(sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld + foreach my $lib (qw(sfio socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD)) { foreach my $dir (@paths) { # Note the wonderful consistency of dot-or-not in the config vars: diff --git a/Porting/config.sh b/Porting/config.sh index e4f6785..0f35d3d 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -663,7 +663,6 @@ i_crypt='define' i_db='define' i_dbm='define' i_dirent='define' -i_dld='undef' i_dlfcn='define' i_fcntl='undef' i_float='define' @@ -800,7 +799,7 @@ libsdirs=' /usr/lib' libsfiles=' libnsl.so libgdbm.so libdb.so libdl.so libm.so libcrypt.so libutil.so libc.so libgdbm_compat.so' libsfound=' /usr/lib/libnsl.so /usr/lib/libgdbm.so /usr/lib/libdb.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so /usr/lib/libgdbm_compat.so' libspath=' /usr/local/lib /lib /usr/lib' -libswanted='sfio socket inet nsl nm gdbm dbm db malloc dl dld ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat' +libswanted='sfio socket inet nsl nm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat' libswanted_uselargefiles='' line='' lint='' diff --git a/configure.com b/configure.com index 97c36fc..7ef1334 100644 --- a/configure.com +++ b/configure.com @@ -122,7 +122,7 @@ $!: full support for void wanted by default !sfn $!defvoidused=15 !sfn $!: List of libraries we want. !sfn $!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn -$!libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt" !sfn +$!libswanted="$libswanted ld sun m c cposix posix ndir dir crypt" !sfn $!libswanted="$libswanted ucb bsd BSD PW x" !sfn $!: We probably want to search /usr/shlib before most other libraries. !sfn $!: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. !sfn @@ -6461,7 +6461,6 @@ $ WC "i_crypt='undef'" $ WC "i_db='undef'" $ WC "i_dbm='undef'" $ WC "i_dirent='undef'" ! we roll our own -$ WC "i_dld='undef'" $ WC "i_dlfcn='undef'" $ WC "i_fcntl='" + i_fcntl + "'" $ WC "i_float='define'" diff --git a/ext/DynaLoader/README b/ext/DynaLoader/README index 0551cf3..0b3e9eb 100644 --- a/ext/DynaLoader/README +++ b/ext/DynaLoader/README @@ -22,14 +22,13 @@ The dl_*.xs files should either be named after the dynamic linking operating system interface used if that interface is available on more than one type of system, e.g.: dlopen for dlopen()/dlsym() type functions (SunOS, BSD) - dld for the GNU dld library functions (linux, ?) or else the osname, e.g., hpux, next, vms etc. Both are determined by Configure and so only those specific names that Configure knows/uses will work. If porting the DynaLoader to a platform that has a core dynamic linking -interface similar to an existing generic type, e.g., dlopen or dld, +interface similar to an existing generic type, e.g., dlopen, please try to port the corresponding dl_*.xs file (using #ifdef's if required). @@ -38,9 +37,8 @@ after your osname. Configure will give preference to a dl_$osname.xs file if one exists. The file dl_dlopen.xs is a reference implementation by Paul Marquess -which is a good place to start if porting from scratch. For more complex -platforms take a look at dl_dld.xs. The dlutils.c file holds some -common definitions that are #included into the dl_*.xs files. +which is a good place to start if porting from scratch. The dlutils.c file +holds some common definitions that are #included into the dl_*.xs files. After the initial implementation of a new DynaLoader dl_*.xs file you may need to edit or create ext/MODULE/MODULE.bs files (library bootstrap diff --git a/ext/DynaLoader/dl_dld.xs b/ext/DynaLoader/dl_dld.xs deleted file mode 100644 index b60d25b..0000000 --- a/ext/DynaLoader/dl_dld.xs +++ /dev/null @@ -1,207 +0,0 @@ -/* - * Written 3/1/94, Robert Sanders <[email protected]> - * - * based upon the file "dl.c", which is - * Copyright (c) 1994, Larry Wall - * - * You may distribute under the terms of either the GNU General Public - * License or the Artistic License, as specified in the README file. - * - * $Date: 1994/03/07 00:21:43 $ - * $Source: /home/rsanders/src/perl5alpha6/RCS/dld_dl.c,v $ - * $Revision: 1.4 $ - * $State: Exp $ - * - * $Log: dld_dl.c,v $ - * Removed implicit link against libc. 1994/09/14 William Setzer. - * - * Integrated other DynaLoader changes. 1994/06/08 Tim Bunce. - * - * rewrote dl_load_file, misc updates. 1994/09/03 William Setzer. - * - * Revision 1.4 1994/03/07 00:21:43 rsanders - * added min symbol count for load_libs and switched order so system libs - * are loaded after app-specified libs. - * - * Revision 1.3 1994/03/05 01:17:26 rsanders - * added path searching. - * - * Revision 1.2 1994/03/05 00:52:39 rsanders - * added package-specified libraries. - * - * Revision 1.1 1994/03/05 00:33:40 rsanders - * Initial revision - * - * - */ - -#include "EXTERN.h" -#include "perl.h" -#include "XSUB.h" - -#include <dld.h> /* GNU DLD header file */ -#include <unistd.h> - -typedef struct { - AV * x_resolve_using; - AV * x_require_symbols; -} my_cxtx_t; /* this *must* be named my_cxtx_t */ - -#define DL_CXT_EXTRA /* ask for dl_cxtx to be defined in dlutils.c */ -#include "dlutils.c" /* for SaveError() etc */ - -#define dl_resolve_using (dl_cxtx.x_resolve_using) -#define dl_require_symbols (dl_cxtx.x_require_symbols) - -static void -dl_private_init(pTHX) -{ - dl_generic_private_init(aTHX); - { - int dlderr; - dMY_CXT; - - dl_resolve_using = get_av("DynaLoader::dl_resolve_using", GV_ADDMULTI); - dl_require_symbols = get_av("DynaLoader::dl_require_symbols", GV_ADDMULTI); -#ifdef __linux__ - dlderr = dld_init("/proc/self/exe"); - if (dlderr) { -#endif - dlderr = dld_init(dld_find_executable(PL_origargv[0])); - if (dlderr) { - char *msg = dld_strerror(dlderr); - SaveError(aTHX_ "dld_init(%s) failed: %s", PL_origargv[0], msg); - DLDEBUG(1,PerlIO_printf(Perl_debug_log, "%s", dl_last_error)); - } -#ifdef __linux__ - } -#endif - } -} - - -MODULE = DynaLoader PACKAGE = DynaLoader - -BOOT: - (void)dl_private_init(); - - -char * -dl_load_file(filename, flags=0) - char * filename - int flags - PREINIT: - int dlderr,x,max; - GV *gv; - dMY_CXT; - CODE: - RETVAL = filename; - DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dl_load_file(%s,%x):\n", filename,flags)); - if (flags & 0x01) - Perl_croak(aTHX_ "Can't make loaded symbols global on this platform while loading %s",filename); - max = AvFILL(dl_require_symbols); - for (x = 0; x <= max; x++) { - char *sym = SvPVX(*av_fetch(dl_require_symbols, x, 0)); - DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dld_create_ref(%s)\n", sym)); - if (dlderr = dld_create_reference(sym)) { - SaveError(aTHX_ "dld_create_reference(%s): %s", sym, - dld_strerror(dlderr)); - goto haverror; - } - } - - DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dld_link(%s)\n", filename)); - if (dlderr = dld_link(filename)) { - SaveError(aTHX_ "dld_link(%s): %s", filename, dld_strerror(dlderr)); - goto haverror; - } - - max = AvFILL(dl_resolve_using); - for (x = 0; x <= max; x++) { - char *sym = SvPVX(*av_fetch(dl_resolve_using, x, 0)); - DLDEBUG(1,PerlIO_printf(Perl_debug_log, "dld_link(%s)\n", sym)); - if (dlderr = dld_link(sym)) { - SaveError(aTHX_ "dld_link(%s): %s", sym, dld_strerror(dlderr)); - goto haverror; - } - } - DLDEBUG(2,PerlIO_printf(Perl_debug_log, "libref=%s\n", RETVAL)); -haverror: - ST(0) = sv_newmortal() ; - if (dlderr == 0) - sv_setiv(ST(0), PTR2IV(RETVAL)); - - -void * -dl_find_symbol(libhandle, symbolname) - void * libhandle - char * symbolname - CODE: - DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_find_symbol(handle=%x, symbol=%s)\n", - libhandle, symbolname)); - RETVAL = (void *)dld_get_func(symbolname); - /* if RETVAL==NULL we should try looking for a non-function symbol */ - DLDEBUG(2,PerlIO_printf(Perl_debug_log, " symbolref = %x\n", RETVAL)); - ST(0) = sv_newmortal() ; - if (RETVAL == NULL) - SaveError(aTHX_ "dl_find_symbol: Unable to find '%s' symbol", symbolname) ; - else - sv_setiv(ST(0), PTR2IV(RETVAL)); - - -void -dl_undef_symbols() - PPCODE: - if (dld_undefined_sym_count) { - int x; - char **undef_syms = dld_list_undefined_sym(); - EXTEND(SP, dld_undefined_sym_count); - for (x=0; x < dld_undefined_sym_count; x++) - PUSHs(sv_2mortal(newSVpv(undef_syms[x]+1, 0))); - free(undef_syms); - } - - - -# These functions should not need changing on any platform: - -void -dl_install_xsub(perl_name, symref, filename="$Package") - char * perl_name - void * symref - const char * filename - CODE: - DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%x)\n", - perl_name, symref)); - ST(0) = sv_2mortal(newRV((SV*)newXS_flags(perl_name, - (void(*)(pTHX_ CV *))symref, - filename, NULL, - XS_DYNAMIC_FILENAME))); - -char * -dl_error() - PREINIT: - dMY_CXT; - CODE: - RETVAL = dl_last_error ; - OUTPUT: - RETVAL - -#if defined(USE_ITHREADS) - -void -CLONE(...) - CODE: - MY_CXT_CLONE; - - /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid - * using Perl variables that belong to another thread, we create our - * own for this thread. - */ - MY_CXT.x_dl_last_error = newSVpvn("", 0); - dl_resolve_using = get_av("DynaLoader::dl_resolve_using", GV_ADDMULTI); - dl_require_symbols = get_av("DynaLoader::dl_require_symbols", GV_ADDMULTI); - -#endif - -# end. diff --git a/hints/amigaos.sh b/hints/amigaos.sh index c5ba6ff..595b2a3 100644 --- a/hints/amigaos.sh +++ b/hints/amigaos.sh @@ -22,7 +22,7 @@ xlibpth="$libpth" # This should remove unwanted libraries instead of limiting the set # to just these few. E.g. what about Berkeley DB? -libswanted='gdbm m dld' +libswanted='gdbm m' so=' ' libs='-lm' diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 3e64111..7984ea3 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -640,7 +640,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='undef' i_fcntl='define' i_float='define' @@ -764,7 +763,7 @@ libsdirs='' libsfiles='' libsfound='' libspath=' /lib' -libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt sec ucb bsd BSD PW x util' +libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt sec ucb bsd BSD PW x util' libswanted_uselargefiles='' line='' lint='' diff --git a/symbian/config.sh b/symbian/config.sh index 7f78957..0c59043 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -567,7 +567,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='undef' i_fcntl='define' i_float='undef' diff --git a/uconfig.h b/uconfig.h index 1290ccc..2ae2ff2 100644 --- a/uconfig.h +++ b/uconfig.h @@ -4754,5 +4754,5 @@ /* Generated from: * 3631b2b781d1779dc1855cb35ab72d5176a9eb36a527f74231c7e3f274021182 config_h.SH - * e0e303f4b6a586f3c94ed5c08078b3b837c1cc5683e61b0dd6c6b84cd8c44774 uconfig.sh + * 3dc6c26adfbf4f2e111d90b34d50e317e18555a76a270fbac2899d08a42f2fd1 uconfig.sh * ex: set ro: */ diff --git a/uconfig.sh b/uconfig.sh index 8351362..374e65d 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -553,7 +553,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='undef' i_fcntl='undef' i_float='undef' diff --git a/uconfig64.sh b/uconfig64.sh index e8b10fc..9f70624 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -554,7 +554,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='undef' i_fcntl='undef' i_float='undef' diff --git a/win32/config.ce b/win32/config.ce index 950c313..c3e3678 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -624,7 +624,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='define' i_fcntl='define' i_float='define' @@ -749,7 +748,7 @@ libsdirs='' libsfiles='' libsfound='' libspath='' -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' +libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' line='line' lint='' lkflags='' diff --git a/win32/config.gc b/win32/config.gc index dac300e..ca098f3 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -636,7 +636,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='define' i_fcntl='define' i_float='define' @@ -775,8 +774,8 @@ libsdirs='' libsfiles='' libsfound='' libspath='' -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' -libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' +libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' +libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' line='line' lint='' lkflags='' diff --git a/win32/config.vc b/win32/config.vc index 17d68c3..829e0b4 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -635,7 +635,6 @@ i_crypt='undef' i_db='undef' i_dbm='undef' i_dirent='define' -i_dld='undef' i_dlfcn='define' i_fcntl='define' i_float='define' @@ -774,8 +773,8 @@ libsdirs='' libsfiles='' libsfound='' libspath='' -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' -libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' +libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' +libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' line='line' lint='' lkflags='' -- Perl5 Master Repository
