Do not check for DB_H definition anymore.
[citadel.git] / citadel / threads.h
index 11bad4f09e305606555a5f4930d5ebfe4b7d85ce..21e790530e90c63d7ed54aa29fc0bfdf3a05c7b4 100644 (file)
 #include <sys/time.h>
 #include <string.h>
 
-#ifdef HAVE_DB_H
 #include <db.h>
-#elif defined(HAVE_DB4_DB_H)
-#include <db4/db.h>
-#else
-#error Neither <db.h> nor <db4/db.h> was found by configure. Install db4-devel.
-#endif
 
 #include "server.h"
 #include "sysdep_decls.h"