$OpenBSD: patch-addons_chan_ooh323_c,v 1.3 2012/05/03 11:25:27 sthen Exp $
--- addons/chan_ooh323.c.orig	Wed Apr  4 17:29:18 2012
+++ addons/chan_ooh323.c	Thu May  3 08:42:49 2012
@@ -2727,8 +2727,10 @@ int reload_config(int reload)
 				gTOS = IPTOS_THROUGHPUT;
 			else if (!strcasecmp(v->value, "reliability"))
 				gTOS = IPTOS_RELIABILITY;
+#ifdef IPTOS_MINCOST
 			else if (!strcasecmp(v->value, "mincost"))
 				gTOS = IPTOS_MINCOST;
+#endif
 			else if (!strcasecmp(v->value, "none"))
 				gTOS = 0;
 			else
