From 03d9b5c8c24083c5bd6865e54cea4328581c7aa6 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vms/config.h_in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vms') diff --git a/vms/config.h_in b/vms/config.h_in index 2fd3e26..aeba9d3 100644 --- a/vms/config.h_in +++ b/vms/config.h_in @@ -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 -- cgit v1.1