summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-04 06:13:24 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-04 06:13:24 +0000
commita38c2ac2dd0480502d83ad73fce54f25c993ab91 (patch)
treeb6e3ec6615b71927746903a9f0fbbdcb6a908584 /missing
parent196583d6eb70322e49ec9e54a0925828d3bda6d6 (diff)
* configure.in: better HP-UX support.
* missing/strftime.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
-rw-r--r--missing/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strftime.c b/missing/strftime.c
index 07d2ed10d9..02fdc5ade4 100644
--- a/missing/strftime.c
+++ b/missing/strftime.c
@@ -118,7 +118,7 @@ extern char *strchr();
#if !defined(OS2) && !defined(MSDOS) && defined(HAVE_TZNAME)
extern char *tzname[2];
extern int daylight;
-#ifdef SOLARIS
+#if defined SOLARIS || defined __hpux
extern long timezone, altzone;
#else
extern int timezone, altzone;