summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--bcc32/Makefile.sub2
-rw-r--r--vms/config.h_in2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 78c3cfc704..e6ae05928e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
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
diff --git a/vms/config.h_in b/vms/config.h_in
index 2fd3e26629..aeba9d359c 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