summaryrefslogtreecommitdiff
path: root/ext/Setup.dj
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-24 10:42:17 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-24 10:42:17 +0000
commit9421725f53a40c8ac3e7ede3e76726f59eaddd51 (patch)
tree326e0874760cd2334b456170a28803b73ba9c2df /ext/Setup.dj
parent483ac5644036ec1f1cf6e74b773c9315c611c8b3 (diff)
* ext/etc/extconf.rb: check for pw_passwd in struct passwd and
gr_passwd in struct group for DJGPP. * ext/etc/etc.c: ditto. * ext/Setup.dj: support for curses, etc, zlib. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/Setup.dj')
-rw-r--r--ext/Setup.dj6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/Setup.dj b/ext/Setup.dj
index b84960a2e0..f2ed3a4f16 100644
--- a/ext/Setup.dj
+++ b/ext/Setup.dj
@@ -2,7 +2,7 @@ option nodynamic
#Win32API
bigdecimal
-#curses
+curses
dbm
digest
digest/md5
@@ -10,7 +10,7 @@ digest/rmd160
digest/sha1
digest/sha2
#dl
-#etc
+etc
enumerator
fcntl
gdbm
@@ -30,4 +30,4 @@ syck
#tcltklib
#tk
#win32ole
-#zlib
+zlib