mud/lib/secure/include/lvs.h
2020-09-06 05:43:07 -07:00

10 lines
169 B
C

#ifndef s_lvs_h
#define s_lvs_h
#include <dirs.h>
#define LIB_ABILITIES DIR_LVS "/abilities"
#define LIB_POSITION DIR_LVS "/position"
#endif /* s_lvs_h */