Imported Upstream version 0.7.20
[platform/upstream/libsolv.git] / src / poolid_private.h
index c2e4807..43ff50d 100644 (file)
@@ -1,17 +1,23 @@
 /*
+ * Copyright (c) 2007, Novell Inc.
+ *
+ * This program is licensed under the BSD license, read LICENSE.BSD
+ * for further information
+ */
+
+/*
  * poolid_private.h
- * 
+ *
  */
 
-#ifndef POOLID_PRIVATE_H
-#define 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
-// string hashtable, rel hashtable, stringspace buffer and idarray
-// 
-#define STRING_BLOCK      2047          // hashtable for strings
-#define REL_BLOCK         1023          // hashtable for relations
-#define STRINGSPACE_BLOCK 65535         // string buffer
+/* 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 /* POOLID_PRIVATE_H */
+#endif /* LIBSOLV_POOLID_PRIVATE_H */