From ec8929c87a345324bf68dba1fdc3ff39acac724b Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 5 Aug 2003 19:58:43 +0000 Subject: * ext/Setup*: add io/wait and openssl. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/Setup | 2 ++ ext/Setup.atheos | 4 ++++ ext/Setup.dj | 2 ++ ext/Setup.emx | 2 ++ ext/Setup.nt | 8 +++++--- ext/Setup.x68 | 2 ++ 6 files changed, 17 insertions(+), 3 deletions(-) (limited to 'ext') diff --git a/ext/Setup b/ext/Setup index 157dd8a85..5e55ada14 100644 --- a/ext/Setup +++ b/ext/Setup @@ -14,8 +14,10 @@ #fcntl #gdbm #iconv +#io/wait #nkf #pty +#openssl #racc/cparse #readline #sdbm diff --git a/ext/Setup.atheos b/ext/Setup.atheos index 67c03b9e9..3eea52148 100644 --- a/ext/Setup.atheos +++ b/ext/Setup.atheos @@ -1,5 +1,6 @@ option nodynamic +#Win32API bigdecimal curses dbm @@ -13,8 +14,10 @@ etc fcntl gdbm iconv +io/wait nkf pty +#openssl racc/parse readline sdbm @@ -25,4 +28,5 @@ syck syslog #tcltklib #tk +#win32ole zlib diff --git a/ext/Setup.dj b/ext/Setup.dj index e5a10ffea..7998295a7 100644 --- a/ext/Setup.dj +++ b/ext/Setup.dj @@ -14,8 +14,10 @@ digest/sha2 fcntl gdbm #iconv +#io/wait nkf #pty +#openssl racc/cparse readline sdbm diff --git a/ext/Setup.emx b/ext/Setup.emx index de38b54f5..544d52012 100644 --- a/ext/Setup.emx +++ b/ext/Setup.emx @@ -14,8 +14,10 @@ etc fcntl #gdbm #iconv +#io/wait nkf #pty +#openssl racc/cparse #readline #sdbm diff --git a/ext/Setup.nt b/ext/Setup.nt index d4e2e3adb..3e039c0da 100644 --- a/ext/Setup.nt +++ b/ext/Setup.nt @@ -9,20 +9,22 @@ digest/md5 digest/rmd160 digest/sha1 digest/sha2 -#dl -#etc +dl +etc fcntl #gdbm #iconv +#io/wait nkf #pty +#openssl racc/cparse #readline sdbm socket stringio strscan -#syck +syck #syslog #tcltklib #tk diff --git a/ext/Setup.x68 b/ext/Setup.x68 index dd70ea786..d4af47271 100644 --- a/ext/Setup.x68 +++ b/ext/Setup.x68 @@ -14,8 +14,10 @@ digest/sha2 fcntl #gdbm #iconv +#io/wait nkf #pty +#openssl racc/cparse #readline #sdbm -- cgit