mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
196583d6eb
commit
a38c2ac2dd
4 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue