mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bcc32/Makefile.sub: avoid warning "Redefinition of macro 'HAVE_GETLOGIN'".
* vms/config.h_in: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
157f7e54cc
commit
03d9b5c8c2
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
Tue Feb 17 00:14:30 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
|
||||
* bcc32/Makefile.sub: avoid warning "Redefinition of macro
|
||||
'HAVE_GETLOGIN'".
|
||||
|
||||
* vms/config.h_in: ditto.
|
||||
|
||||
Mon Feb 16 23:28:14 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
||||
|
||||
* lib/csv.rb: document reduction. [ruby-core:02429]
|
||||
|
|
|
@ -249,7 +249,7 @@ config.h:
|
|||
/* \#define HAVE_SETITIMER 1 */
|
||||
/* \#define HAVE_GETGROUPS 1 */
|
||||
/* \#define HAVE_SIGPROCMASK 1 */
|
||||
\#define HAVE_GETLOGIN 1
|
||||
/* \#define HAVE_GETLOGIN 1 */
|
||||
\#define HAVE_TELLDIR 1
|
||||
\#define HAVE_SEEKDIR 1
|
||||
\#define HAVE_COSH 1
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
/* #define HAVE_SETITIMER 1 */
|
||||
/* #define HAVE_GETGROUPS 1 */
|
||||
#define HAVE_SIGPROCMASK 1
|
||||
#define HAVE_GETLOGIN 1
|
||||
/* #define HAVE_GETLOGIN 1 */
|
||||
#define HAVE_TELLDIR 1
|
||||
#define HAVE_SEEKDIR 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue