Well, we could e.g require C11 instead of C99, but this one is easy.
#endif
typedef unsigned char byte;
+#ifndef uint
typedef unsigned int uint;
+#define uint uint
+#endif
typedef uint bitmap_t; /*! Bit-maps, using the range of 1<<0 to 1<<16 (inclusive). */
typedef struct {
*
* XXX EDITORS: trie.{h,c} are synced from
* https://gitlab.labs.nic.cz/knot/knot-dns/tree/68352fc969/src/contrib/qp-trie
- * only with #includes adjusted.
+ * only with tiny adjustments, mostly #includes.
*/
/*! \brief Element value. */