summaryrefslogtreecommitdiff
path: root/includes/cf/alphaosf.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-09-11 06:36:57 +0000
committerTed Lemon <source@isc.org>1996-09-11 06:36:57 +0000
commit911af7a5cb2ad4c5796fd66c63f1555ebe4bc2ff (patch)
treed5a0a626ad728e5918525684d1b7fbd795a338a9 /includes/cf/alphaosf.h
parent5448eba39d0748da033b8d5cb8249cf37c043b59 (diff)
downloadisc-dhcp-911af7a5cb2ad4c5796fd66c63f1555ebe4bc2ff.tar.gz
Don't redefine _PATH_DHCPD_xxx
Diffstat (limited to 'includes/cf/alphaosf.h')
-rw-r--r--includes/cf/alphaosf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/cf/alphaosf.h b/includes/cf/alphaosf.h
index 7aedf50f..6f154b42 100644
--- a/includes/cf/alphaosf.h
+++ b/includes/cf/alphaosf.h
@@ -67,7 +67,9 @@ extern int h_errno;
#define VA_DOTDOTDOT va_alist
#define VA_start(list, last) va_start (list)
+#ifndef _PATH_DHCPD_PID
#define _PATH_DHCPD_PID "/var/run/dhcpd.pid"
+#endif
#define EOL '\n'
#define VOIDPTR void *