Imported Upstream version 0.7.12
[platform/upstream/libsolv.git] / src / poolid_private.h
index 4a2ed8b..43ff50d 100644 (file)
@@ -7,16 +7,17 @@
 
 /*
  * poolid_private.h
- * 
+ *
  */
 
-#ifndef SATSOLVER_POOLID_PRIVATE_H
-#define SATSOLVER_POOLID_PRIVATE_H
+#ifndef LIBSOLV_POOLID_PRIVATE_H
+#define LIBSOLV_POOLID_PRIVATE_H
 
-// the size of all buffers is incremented in blocks
-// these are the block values (increment values) for the
-// rel hashtable
-// 
-#define REL_BLOCK         1023          // hashtable for relations
+/* the size of all buffers is incremented in blocks
+ * these are the block values (increment values) for the
+ * rel hashtable
+ */
+#define REL_BLOCK              1023    /* hashtable for relations */
+#define WHATPROVIDES_BLOCK     1023
 
-#endif /* SATSOLVER_POOLID_PRIVATE_H */
+#endif /* LIBSOLV_POOLID_PRIVATE_H */