X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpathnames.h;h=4d9b80c7b51a50e7094c7a07277626d9024cdea1;hb=b2c21894e165d7a0b4f1600fd8a8fd1b21305752;hp=c14402bfcc14961a17d1b65d54e97bf165ed8504;hpb=f7307b3f74f9a2fd64acc77b0c884ed1cc9afe56;p=ppp.git diff --git a/pppd/pathnames.h b/pppd/pathnames.h index c14402b..4d9b80c 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -39,11 +39,11 @@ #define _PATH_CHAPFILE _ROOT_PATH "/etc/ppp/chap-secrets" #define _PATH_SRPFILE _ROOT_PATH "/etc/ppp/srp-secrets" -#ifdef USE_EAPTLS +#ifdef PPP_WITH_EAPTLS #define _PATH_EAPTLSCLIFILE _ROOT_PATH "/etc/ppp/eaptls-client" #define _PATH_EAPTLSSERVFILE _ROOT_PATH "/etc/ppp/eaptls-server" #define _PATH_OPENSSLCONFFILE _ROOT_PATH "/etc/ppp/openssl.cnf" -#endif /* USE_EAPTLS */ +#endif /* PPP_WITH_EAPTLS */ #define _PATH_SYSOPTIONS _ROOT_PATH "/etc/ppp/options" #define _PATH_IPUP _ROOT_PATH "/etc/ppp/ip-up"