YPBINDLOCK
unlink(YPBINDLOCK);
if ((yplockfd = (open(YPBINDLOCK, O_RDONLY|O_CREAT, 0444))) == -1)
err(1, "%s", YPBINDLOCK);
#ifndef YPBINDLOCK