summaryrefslogtreecommitdiff
path: root/includes/osdep.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-07-13 18:00:22 +0000
committerTed Lemon <source@isc.org>1999-07-13 18:00:22 +0000
commit3175ee907c1cd4d3fa9848fb59ca8195c82dc332 (patch)
treeeae4bdbfaf473592d1f0915370ccff666e5f0e38 /includes/osdep.h
parent6057415f792ff766dc439ea6bf0140f395fc69b7 (diff)
downloadisc-dhcp-3175ee907c1cd4d3fa9848fb59ca8195c82dc332.tar.gz
Changes to make builds work on HP-UX with ANSI compiler.
Diffstat (limited to 'includes/osdep.h')
-rw-r--r--includes/osdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/osdep.h b/includes/osdep.h
index d84412a3..ba45d54a 100644
--- a/includes/osdep.h
+++ b/includes/osdep.h
@@ -94,7 +94,7 @@
# include "cf/sco.h"
#endif
-#ifdef hpux
+#if defined (hpux) || defined (__hpux)
# include "cf/hpux.h"
#endif