From 3175ee907c1cd4d3fa9848fb59ca8195c82dc332 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 13 Jul 1999 18:00:22 +0000 Subject: Changes to make builds work on HP-UX with ANSI compiler. --- includes/osdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/osdep.h') 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 -- cgit v1.2.1