diff options
Diffstat (limited to 'config.h.meson')
| -rw-r--r-- | config.h.meson | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index a8c69401..6fb958d9 100644 --- a/config.h.meson +++ b/config.h.meson @@ -224,6 +224,9 @@ /* Define if you have PPP support */ #mesondefine WITH_PPP +/* Define to path of pppd binary */ +#mesondefine PPPD_PATH + /* Define if you have iwd support */ #mesondefine WITH_IWD |