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

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

#endif