Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089)
[platform/upstream/libzypp.git] / zypp / target / rpm / RpmHeader.cc
index 1224ecd..b83bcba 100644 (file)
@@ -10,7 +10,7 @@
  *
 */
 #include "librpm.h"
-#if !defined(_RPM_4_4_COMPAT) && !defined(_RPM_5)
+#ifdef _RPM_4_4
 #include <rpm/ugid.h>
 #else
 ////////////////////////////////////////////////////////////////////