/*
MurmurHash3 was written by Austin Appleby, and is placed in the public
domain. The author hereby disclaims copyright to this source code.
Adapted for dovecot by Aki Tuomi <aki.tuomi@dovecot.fi> 2017-11-27
*/
#ifndef MURMURHASH3_H
#define MURMURHASH3_H
#ifdef _LP64
#else
#endif
/* You should use random seed */
#endif