summary refs log tree commit diff
path: root/stdwrm.h
blob: a1f9d0de2b10bb29098a1a06c7f52eb70cd6368c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef STDWRM_H
#define STDWRM_H

#ifdef STDWRM_IMPL
#define SHASH_IMPL
#define ZONE_IMPL
#define STR_IMPL
#endif

#endif