K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-01-12T00:09:11.000000Z K 7 svn:log V 566 Add support for the LD_BIND_NOW environment variable. If it is set to a nonempty string, then function calls are relocated at program start-up rather than lazily. This variable is standard on Sun and SVR4 systems. The dlopen() function now supports both lazy and immediate binding, as determined by its "mode" argument, which can be either 1 (RTLD_LAZY) or 2 (RTLD_NOW). I will add defines of these symbols to as soon as I've done a little more checking to make sure they won't cause collisions or bootstrapping problems that would break "make world". END