summaryrefslogtreecommitdiff
path: root/pppd/pppdconf.h.in
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-06 16:52:33 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commitf7307b3f74f9a2fd64acc77b0c884ed1cc9afe56 (patch)
tree5dec0b047b937babeb0aaba2cdbda8f3bc781836 /pppd/pppdconf.h.in
parent898d3f4b437ca1348abc1bbd036b0106c66a7ba6 (diff)
downloadppp-f7307b3f74f9a2fd64acc77b0c884ed1cc9afe56.tar.gz
Changing PPP_FILTER to PPP_WITH_FILTER for consistency.
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'pppd/pppdconf.h.in')
-rw-r--r--pppd/pppdconf.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pppd/pppdconf.h.in b/pppd/pppdconf.h.in
index dfad5b3..a77e3eb 100644
--- a/pppd/pppdconf.h.in
+++ b/pppd/pppdconf.h.in
@@ -15,8 +15,8 @@
/* "Have multilink support" */
#undef PPP_WITH_MULTILINK
-/* "Have packet activity filter support" */
-#undef PPP_FILTER
+/* Have packet activity filter support */
+#undef PPP_WITH_FILTER
/* "Have support for loadable plugins" */
#undef PPP_WITH_PLUGINS