summaryrefslogtreecommitdiffstats
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
commite2ecfc1416f7166aa71a796f3632576cac136919 (patch)
treeb6e3ec6615b71927746903a9f0fbbdcb6a908584 /missing
parent582806ce4ef2be22f8a0823d0fe0f0c4b0094884 (diff)
downloadruby-e2ecfc1416f7166aa71a796f3632576cac136919.tar.gz
ruby-e2ecfc1416f7166aa71a796f3632576cac136919.tar.xz
ruby-e2ecfc1416f7166aa71a796f3632576cac136919.zip
* configure.in: better HP-UX support.
* missing/strftime.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/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 07d2ed10d..02fdc5ade 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;