summaryrefslogtreecommitdiff
path: root/includes/cf/alphaosf.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-02-18 14:34:14 +0000
committerTed Lemon <source@isc.org>1997-02-18 14:34:14 +0000
commitd432c972a6d7cd6ef5857edafce9ff39ec805acb (patch)
treeb629d71229f6bd9dcc2770bfb8f0cfd4b8f61db8 /includes/cf/alphaosf.h
parent6806c5ae3f23747d9c9e506f9b384f18902f30b9 (diff)
downloadisc-dhcp-d432c972a6d7cd6ef5857edafce9ff39ec805acb.tar.gz
Add definitions for DHCP Client data files
Diffstat (limited to 'includes/cf/alphaosf.h')
-rw-r--r--includes/cf/alphaosf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/cf/alphaosf.h b/includes/cf/alphaosf.h
index 6f154b42..0f56f73c 100644
--- a/includes/cf/alphaosf.h
+++ b/includes/cf/alphaosf.h
@@ -70,6 +70,9 @@ extern int h_errno;
#ifndef _PATH_DHCPD_PID
#define _PATH_DHCPD_PID "/var/run/dhcpd.pid"
#endif
+#ifndef _PATH_DHCLIENT_PID
+#define _PATH_DHCLIENT_PID "/var/run/dhclient.pid"
+#endif
#define EOL '\n'
#define VOIDPTR void *