#include "config.h" #include "lock.h" RCSID("$Id: lock.c,v 1.1.1.1 1999/02/02 23:29:39 shmit Exp $"); int lock_create(const char *name) { return 0; } void lock_delete(const char *name) { }