K 10 svn:author V 5 mdodd K 8 svn:date V 27 2003-09-13T21:43:08.000000Z K 7 svn:log V 283 Change libmap.c:lm_init() to return a status value; 0 for success (libmap available) and 1 for failure. Assign this return to the global 'libmap_disable' variable in rtld.c. This totally prevents any libmap functions from being called after lm_init() if no config file is present. END