BDB is not optional at least currently, remove useless ifdefs
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 21 Sep 2009 08:32:43 +0000 (11:32 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 21 Sep 2009 08:32:43 +0000 (11:32 +0300)
lib/backend/dbconfig.c

index 793bd30..1a75877 100644 (file)
 #include "lib/rpmdb_internal.h"
 #include "debug.h"
 
-
-#if (DB_VERSION_MAJOR == 3) || (DB_VERSION_MAJOR == 4)
-#define        __USE_DB3       1
-
 RPM_GNUC_INTERNAL
 struct _dbiIndex db3dbi;
 
@@ -434,5 +430,3 @@ char * prDbiOpenFlags(int dbflags, int print_dbenv_flags)
        
     return buf;
 }
-
-#endif