# Please note: always remove leading and trailing slashes in path macros
# var/run -> run
@@ifndef RUN
@@define RUN run
@@endif
# var/lock -> run/lock
@@ifndef RUNLOCK
@@define RUNLOCK run/lock
@@endif
# lib/init/rw -> run
@@ifndef LIBINITRW
@@define LIBINITRW run
@@endif


# Please note: mind the trailing slash after transition
# dev/\. -> run/
@@ifndef DEVDOT
@@define DEVDOT run/
@@endif
