Do not check for DB_H definition anymore.
[citadel.git] / citadel / threads.h
index 28f73b520f5dc2278d6e36557a230b356a8d5968..21e790530e90c63d7ed54aa29fc0bfdf3a05c7b4 100644 (file)
 #include <sys/time.h>
 #include <string.h>
 
-#ifdef HAVE_DB_H
 #include <db.h>
-#error <db.h> was not found by configure. Install the Berkeley DB development package.
-#endif
 
 #include "server.h"
 #include "sysdep_decls.h"