tpws: enable-pf case disable in apple

This commit is contained in:
bol-van 2022-01-24 12:11:41 +03:00
parent f10d48b5bb
commit 611befefaf

View File

@ -494,7 +494,7 @@ void parse_params(int argc, char *argv[])
case 39: /* skip-nodelay */
params.skip_nodelay = true;
break;
#if defined(BSD) && !defined(__OpenBSD__)
#if defined(BSD) && !defined(__OpenBSD__) && !defined(__APPLE__)
case 40: /* enable-pf */
params.pf_enable = true;
break;