diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-04 06:13:24 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-04 06:13:24 +0000 |
commit | a38c2ac2dd0480502d83ad73fce54f25c993ab91 (patch) | |
tree | b6e3ec6615b71927746903a9f0fbbdcb6a908584 /missing | |
parent | 196583d6eb70322e49ec9e54a0925828d3bda6d6 (diff) | |
download | ruby-a38c2ac2dd0480502d83ad73fce54f25c993ab91.tar.gz |
* 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.c | 2 |
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; |