1*b8851fccSafresh1This version of sdbm merely has all the dbm_* names translated to sdbm_* 2*b8851fccSafresh1so that we can link ndbm and sdbm into the same executable. (It also has 3*b8851fccSafresh1the bad() macro redefined to allow a zero-length key.) 4*b8851fccSafresh1 5*b8851fccSafresh1 6*b8851fccSafresh1Fri Apr 15 10:15:30 EDT 1994. 7*b8851fccSafresh1 8*b8851fccSafresh1Additional portability/configuration changes for libsdbm by Andy Dougherty 9*b8851fccSafresh1doughera@lafayette.edu. 10*b8851fccSafresh1 11*b8851fccSafresh1 12*b8851fccSafresh1Mon Mar 22 03:24:47 PST 1999. 13*b8851fccSafresh1 14*b8851fccSafresh1sdbm_exists added to the library by Russ Allbery <rra@stanford.edu>. 15