protect macro

This commit is contained in:
Pierangelo Masarati 2005-04-16 03:13:37 +00:00
parent a141e3badf
commit 623615e2f1

View File

@ -172,7 +172,7 @@ struct metaconn {
*/
int mc_bound_target;
#define META_BOUND_NONE (-1)
#define META_BOUND_ALL -2
#define META_BOUND_ALL (-2)
/* supersedes the connection stuff */
struct metasingleconn *mc_conns;
};