summaryrefslogtreecommitdiff
path: root/bcc32
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
commit03d9b5c8c24083c5bd6865e54cea4328581c7aa6 (patch)
treed53e7e974645973a010a200ec944b31f9a4789e2 /bcc32
parent157f7e54ccede453c7c44ea7bb715199bfe87a98 (diff)
* 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
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index a184e347ae..d408a43bf5 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