]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eap.c
Let ./configure control the paths for pppd
[ppp.git] / pppd / eap.c
index 4ad67a5c5eb70810ccbfb632819eb98907394d21..305a8387b0e8b213f2983a76dca8287e86051d62 100644 (file)
@@ -1503,7 +1503,7 @@ name_of_pn_file(void)
                errno = EINVAL;
                return (NULL);
        }
-       file = _PATH_PSEUDONYM;
+       file = PPP_PATH_PSEUDONYM;
        pl = strlen(user) + strlen(file) + 2;
        path = malloc(pl);
        if (path == NULL)