summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-16 15:18:08 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-16 15:18:08 +0000
commit23441b034f622d190625d0179b349fee9cc9cc02 (patch)
treed53e7e974645973a010a200ec944b31f9a4789e2 /vms
parent0c9dfb724b987921bc66e652484a6d631f46d85e (diff)
downloadruby-23441b034f622d190625d0179b349fee9cc9cc02.tar.gz
ruby-23441b034f622d190625d0179b349fee9cc9cc02.tar.xz
ruby-23441b034f622d190625d0179b349fee9cc9cc02.zip
* 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
Diffstat (limited to 'vms')
-rw-r--r--vms/config.h_in2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/config.h_in b/vms/config.h_in
index 2fd3e2662..aeba9d359 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