From 23441b034f622d190625d0179b349fee9cc9cc02 Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 16 Feb 2004 15:18:08 +0000 Subject: * bcc32/Makefile.sub: avoid warning "Redefinition of macro 'HAVE_GETLOGIN'". * vms/config.h_in: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index a184e347a..d408a43bf 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -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 -- cgit