# Please note: always remove leading and trailing slashes in path macros
# var/run -> run
@@if not defined RUN
@@define RUN run
@@endif
# var/lock -> run/lock
@@if not defined RUNLOCK
@@define RUNLOCK run/lock
@@endif

