summaryrefslogtreecommitdiff
path: root/pppd/plugins/radius/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/plugins/radius/pathnames.h')
-rw-r--r--pppd/plugins/radius/pathnames.h8
1 files changed, 4 insertions, 4 deletions
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 */