/* Do not remove the headers from this file! see /USAGE for more info. */

#ifndef __TRIGGERS_H__
#define __TRIGGERS_H__

#define LISTEN_ALL     0
#define LISTEN_PRIVATE 1
#define LISTEN_OUTSIDE 2
#define LISTEN_INSIDE  4

#endif
