Searched refs:PPP_CONFDIR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A DMakefile52 .if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR)
53 CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
H A Ddefs.h45 #ifndef PPP_CONFDIR
46 #define PPP_CONFDIR "/etc/ppp" macro
H A Dsystems.c56 snprintf(line, sizeof line, "%s/%s", PPP_CONFDIR, file);
337 snprintf(filename, sizeof filename, "%s/%s", PPP_CONFDIR, file);
460 return PPP_CONFDIR "/" CONFFILE " : File not found";
H A Dmain.c362 snprintf(conf, sizeof conf, "%s/%s", PPP_CONFDIR, CONFFILE);

Completed in 87 milliseconds