X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fpathnames.h;h=3a00d2c1ed897d078e5c95f1e476fceca82c2591;hb=66a8c74c3f73d7480a09923a225b56b8829ae790;hp=5aa4c60b9c161211a52cdc1f0b501f17a546c03f;hpb=2a7caa2b79ff1edd5d19aa8c41d5614e526f1b93;p=ppp.git diff --git a/pppd/plugins/radius/pathnames.h b/pppd/plugins/radius/pathnames.h index 5aa4c60..3a00d2c 100644 --- a/pppd/plugins/radius/pathnames.h +++ b/pppd/plugins/radius/pathnames.h @@ -17,12 +17,12 @@ #ifndef PATHNAMES_H #define PATHNAMES_H -#define _PATH_DEV_URANDOM "/dev/urandom" /* Linux only */ -#define _PATH_ETC_ISSUE "/etc/issue" +#define PPP_PATH_DEV_URANDOM "/dev/urandom" /* Linux only */ +#define PPP_PATH_ETC_ISSUE "/etc/issue" /* normally defined in the Makefile */ -#ifndef _PATH_ETC_RADIUSCLIENT_CONF -#define _PATH_ETC_RADIUSCLIENT_CONF "/etc/radiusclient.conf" +#ifndef PPP_PATH_ETC_RADIUSCLIENT_CONF +#define PPP_PATH_ETC_RADIUSCLIENT_CONF SYSCONFDIR "/radiusclient.conf" #endif #endif /* PATHNAMES_H */