From e9d9cda13b96a2827190998ba2683f524c8bc67a Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 22 Mar 2002 05:08:16 +0000 Subject: [PATCH] Synchronize with reality. Pick actually existent modules and get rid of removed modules. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/Setup | 12 ++++++++---- ext/Setup.dj | 12 ++++++++---- ext/Setup.emx | 3 +++ ext/Setup.nt | 6 +++--- ext/Setup.x68 | 15 +++++++++++---- 5 files changed, 33 insertions(+), 15 deletions(-) diff --git a/ext/Setup b/ext/Setup index df88155294..0831acc219 100644 --- a/ext/Setup +++ b/ext/Setup @@ -1,6 +1,7 @@ #option nodynamic -#GD +#Win32API +#bigfloat #curses #dbm #digest @@ -10,11 +11,14 @@ #digest/sha2 #etc #fcntl -#kconv +#gdbm +#iconv +#nkf #pty +#readline #sdbm #socket +#stringio #syslog -#tk #tcltklib -#gtk +#tk diff --git a/ext/Setup.dj b/ext/Setup.dj index 7d7aa7f87e..02684439ff 100644 --- a/ext/Setup.dj +++ b/ext/Setup.dj @@ -1,6 +1,7 @@ option nodynamic -#GD +#Win32API +bigfloat #curses dbm digest @@ -8,13 +9,16 @@ digest/md5 digest/rmd160 digest/sha1 digest/sha2 -gdbm #etc fcntl +gdbm +#iconv nkf -marshal +#pty readline sdbm #socket +stringio #syslog -#tkutil +#tcltklib +#tk diff --git a/ext/Setup.emx b/ext/Setup.emx index bba3d76887..f4bab5e365 100644 --- a/ext/Setup.emx +++ b/ext/Setup.emx @@ -1,6 +1,7 @@ option nodynamic #Win32API +bigfloat curses #dbm digest @@ -11,11 +12,13 @@ digest/sha2 etc fcntl #gdbm +#iconv nkf #pty #readline #sdbm socket +stringio #syslog #tcltklib #tk diff --git a/ext/Setup.nt b/ext/Setup.nt index cb0014350b..b9aabb9ce1 100644 --- a/ext/Setup.nt +++ b/ext/Setup.nt @@ -1,7 +1,7 @@ #option nodynamic -#GD Win32API +bigfloat #curses #dbm digest @@ -12,13 +12,13 @@ digest/sha2 #etc fcntl #gdbm -#gtk -marshal +#iconv nkf #pty #readline sdbm socket +stringio #syslog #tcltklib #tk diff --git a/ext/Setup.x68 b/ext/Setup.x68 index 84b8902732..d358a64c61 100644 --- a/ext/Setup.x68 +++ b/ext/Setup.x68 @@ -1,6 +1,7 @@ option nodynamic -#GD +#Win32API +bigfloat #curses dbm digest @@ -10,8 +11,14 @@ digest/sha1 digest/sha2 #etc fcntl -kconv -marshal +#gdbm +#iconv +nkf +#pty +#readline +#sdbm #socket +stringio #syslog -#tkutil +#tcltklib +#tk