From 032825472be96143de44bc0ee9795735d03dfbf4 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 28 May 2001 16:07:34 +0000 Subject: * configure.in: remove unnecessary AC_CANONICAL_BUILD * defins.h: #define HAVE_SETITIMER on Cygwin(bug fixed). * ruby.c: use relative path from LIBRUBY_SO. * ruby.c: don't use -mwin32 option on Cygwin. * cygwin/GNUmakefile.in: ditto. * ext/sdbm/_sdbm: ditto. * ext/tcltklib/extconf.rb: ditto. * ext/tcltklib/stubs.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/sdbm/_sdbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sdbm') diff --git a/ext/sdbm/_sdbm.c b/ext/sdbm/_sdbm.c index 92c96f26d0..d8bfae80b2 100644 --- a/ext/sdbm/_sdbm.c +++ b/ext/sdbm/_sdbm.c @@ -103,7 +103,7 @@ static int duppair proto((char *, datum)); /* * externals */ -#if !defined(sun) && !defined(MSDOS) && !defined(_WIN32) +#if !defined sun && !defined MSDOS && !defined _WIN32 && !defined __CYGWIN__ extern int errno; #endif -- cgit v1.2.3