2 * Copyright (c) 2007, Novell Inc.
4 * This program is licensed under the BSD license, read LICENSE.BSD
5 * for further information
13 #ifndef LIBSOLV_POOLID_PRIVATE_H
14 #define LIBSOLV_POOLID_PRIVATE_H
16 /* the size of all buffers is incremented in blocks
17 * these are the block values (increment values) for the
20 #define REL_BLOCK 1023 /* hashtable for relations */
21 #define WHATPROVIDES_BLOCK 1023
23 #endif /* LIBSOLV_POOLID_PRIVATE_H */