Remove readline support, to avoid copyright confusion.
authorJim Blandy <jimb@red-bean.com>
Sat, 17 Apr 1999 16:02:50 +0000 (16:02 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 17 Apr 1999 16:02:50 +0000 (16:02 +0000)
* Makefile.in: Remove readline files from lists.
* init.c: Don't initialize readline.
* scmconfig.h.in: Regenerated.

libguile/Makefile.in
libguile/init.c
libguile/scmconfig.h.in

index 862dd7a..456b0d2 100644 (file)
@@ -100,10 +100,10 @@ bin_PROGRAMS = guile
 guile_SOURCES = guile.c
 guile_LDADD = libguile.la ${THREAD_LIBS_LOCAL}
 
-libguile_la_SOURCES =      alist.c arbiters.c async.c backtrace.c boolean.c chars.c     continuations.c debug.c dynl.c dynwind.c eq.c error.c eval.c evalext.c     feature.c filesys.c fluids.c fports.c gc.c gdbint.c genio.c     gh_data.c gh_eval.c gh_funcs.c gh_init.c gh_io.c gh_list.c     gh_predicates.c gsubr.c guardians.c hash.c hashtab.c init.c ioext.c     keywords.c list.c load.c macros.c mallocs.c markers.c modules.c net_db.c     numbers.c objects.c     objprop.c options.c pairs.c ports.c posix.c print.c procprop.c     procs.c ramap.c random.c read.c readline.c root.c scmsigs.c script.c     simpos.c smob.c socket.c sort.c srcprop.c stackchk.c stacks.c stime.c     strings.c strop.c strorder.c strports.c struct.c symbols.c tag.c     throw.c unif.c variable.c vectors.c version.c vports.c weaks.c
+libguile_la_SOURCES =      alist.c arbiters.c async.c backtrace.c boolean.c chars.c                continuations.c debug.c dynl.c dynwind.c eq.c error.c eval.c            evalext.c feature.c filesys.c fluids.c fports.c gc.c gdbint.c           genio.c gh_data.c gh_eval.c gh_funcs.c gh_init.c gh_io.c gh_list.c      gh_predicates.c gsubr.c guardians.c hash.c hashtab.c init.c             ioext.c keywords.c list.c load.c macros.c mallocs.c markers.c           modules.c net_db.c numbers.c objects.c objprop.c options.c pairs.c      ports.c posix.c print.c procprop.c procs.c ramap.c random.c read.c      root.c scmsigs.c script.c simpos.c smob.c socket.c sort.c               srcprop.c stackchk.c stacks.c stime.c strings.c strop.c strorder.c      strports.c struct.c symbols.c tag.c throw.c unif.c variable.c           vectors.c version.c vports.c weaks.c
 
 
-BUILT_SOURCES =      cpp_err_symbols.c cpp_sig_symbols.c libpath.h     alist.x arbiters.x async.x backtrace.x boolean.x chars.x     continuations.x debug.x dynl.x dynwind.x eq.x error.x eval.x evalext.x     feature.x filesys.x fluids.x fports.x gc.x gdbint.x genio.x     gh_data.x gh_eval.x gh_funcs.x gh_init.x gh_io.x gh_list.x     gh_predicates.x gsubr.x guardians.x hash.x hashtab.x init.x ioext.x     iselect.x keywords.x list.x load.x macros.x mallocs.x markers.x modules.x     net_db.x numbers.x     objects.x objprop.x options.x pairs.x ports.x posix.x print.x     procprop.x procs.x random.x ramap.x read.x readline.x regex-posix.x     root.x scmsigs.x script.x simpos.x smob.x socket.x sort.x srcprop.x     stackchk.x stacks.x stime.x strings.x strop.x strorder.x strports.x     struct.x symbols.x tag.x threads.x throw.x unif.x variable.x vectors.x     version.x vports.x weaks.x
+BUILT_SOURCES =      cpp_err_symbols.c cpp_sig_symbols.c libpath.h alist.x arbiters.x      async.x backtrace.x boolean.x chars.x continuations.x debug.x           dynl.x dynwind.x eq.x error.x eval.x evalext.x feature.x filesys.x      fluids.x fports.x gc.x gdbint.x genio.x gh_data.x gh_eval.x             gh_funcs.x gh_init.x gh_io.x gh_list.x gh_predicates.x gsubr.x          guardians.x hash.x hashtab.x init.x ioext.x iselect.x keywords.x        list.x load.x macros.x mallocs.x markers.x modules.x net_db.x           numbers.x objects.x objprop.x options.x pairs.x ports.x posix.x         print.x procprop.x procs.x random.x ramap.x read.x regex-posix.x        root.x scmsigs.x script.x simpos.x smob.x socket.x sort.x               srcprop.x stackchk.x stacks.x stime.x strings.x strop.x strorder.x      strports.x struct.x symbols.x tag.x threads.x throw.x unif.x            variable.x vectors.x version.x vports.x weaks.x
 
 
 EXTRA_libguile_la_SOURCES = _scm.h     strerror.c inet_aton.c putenv.c     threads.c alloca.c     regex-posix.c iselect.c
@@ -122,7 +122,7 @@ pkginclude_HEADERS = gh.h
 
 # These are headers visible as <libguile/mumble.h>.
 modincludedir = $(includedir)/libguile
-modinclude_HEADERS =      __scm.h alist.h arbiters.h async.h backtrace.h boolean.h chars.h     continuations.h debug.h dynl.h dynwind.h eq.h error.h eval.h evalext.h     feature.h filesys.h fports.h gc.h gdb_interface.h gdbint.h genio.h     gsubr.h guardians.h hash.h hashtab.h init.h ioext.h keywords.h list.h     load.h macros.h mallocs.h markers.h modules.h net_db.h numbers.h     objects.h objprop.h     options.h pairs.h ports.h posix.h regex-posix.h print.h procprop.h     procs.h random.h ramap.h read.h readline.h root.h scmsigs.h script.h     simpos.h smob.h socket.h sort.h srcprop.h stackchk.h stacks.h stime.h     strings.h strop.h strorder.h strports.h struct.h symbols.h tag.h     tags.h throw.h unif.h variable.h vectors.h version.h vports.h     weaks.h snarf.h threads.h coop-defs.h fluids.h iselect.h kw.h
+modinclude_HEADERS =      __scm.h alist.h arbiters.h async.h backtrace.h boolean.h chars.h         continuations.h debug.h dynl.h dynwind.h eq.h error.h eval.h            evalext.h feature.h filesys.h fports.h gc.h gdb_interface.h             gdbint.h genio.h gsubr.h guardians.h hash.h hashtab.h init.h            ioext.h keywords.h list.h load.h macros.h mallocs.h markers.h           modules.h net_db.h numbers.h objects.h objprop.h options.h pairs.h      ports.h posix.h regex-posix.h print.h procprop.h procs.h random.h       ramap.h read.h root.h scmsigs.h script.h simpos.h smob.h socket.h       sort.h srcprop.h stackchk.h stacks.h stime.h strings.h strop.h          strorder.h strports.h struct.h symbols.h tag.h tags.h throw.h           unif.h variable.h vectors.h version.h vports.h weaks.h snarf.h          threads.h coop-defs.h fluids.h iselect.h
 
 
 modinclude_DATA = scmconfig.h
@@ -167,11 +167,11 @@ gh_io.lo gh_list.lo gh_predicates.lo gsubr.lo guardians.lo hash.lo \
 hashtab.lo init.lo ioext.lo keywords.lo list.lo load.lo macros.lo \
 mallocs.lo markers.lo modules.lo net_db.lo numbers.lo objects.lo \
 objprop.lo options.lo pairs.lo ports.lo posix.lo print.lo procprop.lo \
-procs.lo ramap.lo random.lo read.lo readline.lo root.lo scmsigs.lo \
-script.lo simpos.lo smob.lo socket.lo sort.lo srcprop.lo stackchk.lo \
-stacks.lo stime.lo strings.lo strop.lo strorder.lo strports.lo \
-struct.lo symbols.lo tag.lo throw.lo unif.lo variable.lo vectors.lo \
-version.lo vports.lo weaks.lo
+procs.lo ramap.lo random.lo read.lo root.lo scmsigs.lo script.lo \
+simpos.lo smob.lo socket.lo sort.lo srcprop.lo stackchk.lo stacks.lo \
+stime.lo strings.lo strop.lo strorder.lo strports.lo struct.lo \
+symbols.lo tag.lo throw.lo unif.lo variable.lo vectors.lo version.lo \
+vports.lo weaks.lo
 PROGRAMS =  $(bin_PROGRAMS)
 
 guile_OBJECTS =  guile.o
@@ -219,13 +219,13 @@ DEP_FILES =  .deps/alist.P .deps/alloca.P .deps/arbiters.P .deps/async.P \
 .deps/objprop.P .deps/options.P .deps/pairs.P .deps/ports.P \
 .deps/posix.P .deps/print.P .deps/procprop.P .deps/procs.P \
 .deps/putenv.P .deps/ramap.P .deps/random.P .deps/read.P \
-.deps/readline.P .deps/regex-posix.P .deps/root.P .deps/scmsigs.P \
-.deps/script.P .deps/simpos.P .deps/smob.P .deps/socket.P .deps/sort.P \
-.deps/srcprop.P .deps/stackchk.P .deps/stacks.P .deps/stime.P \
-.deps/strerror.P .deps/strings.P .deps/strop.P .deps/strorder.P \
-.deps/strports.P .deps/struct.P .deps/symbols.P .deps/tag.P \
-.deps/threads.P .deps/throw.P .deps/unif.P .deps/variable.P \
-.deps/vectors.P .deps/version.P .deps/vports.P .deps/weaks.P
+.deps/regex-posix.P .deps/root.P .deps/scmsigs.P .deps/script.P \
+.deps/simpos.P .deps/smob.P .deps/socket.P .deps/sort.P .deps/srcprop.P \
+.deps/stackchk.P .deps/stacks.P .deps/stime.P .deps/strerror.P \
+.deps/strings.P .deps/strop.P .deps/strorder.P .deps/strports.P \
+.deps/struct.P .deps/symbols.P .deps/tag.P .deps/threads.P \
+.deps/throw.P .deps/unif.P .deps/variable.P .deps/vectors.P \
+.deps/version.P .deps/vports.P .deps/weaks.P
 SOURCES = $(libguile_la_SOURCES) $(EXTRA_libguile_la_SOURCES) $(guile_SOURCES) $(gh_test_c_SOURCES) $(gh_test_repl_SOURCES)
 OBJECTS = $(libguile_la_OBJECTS) $(guile_OBJECTS) $(gh_test_c_OBJECTS) $(gh_test_repl_OBJECTS)
 
index 6907ed9..9b0946c 100644 (file)
@@ -98,7 +98,6 @@
 #include "ramap.h"
 #include "random.h"
 #include "read.h"
-#include "readline.h"
 #include "scmsigs.h"
 #include "script.h"
 #include "simpos.h"
@@ -502,9 +501,6 @@ scm_boot_guile_1 (base, closure)
       scm_init_unif ();
       scm_init_simpos ();
       scm_init_load_path ();
-#if defined (HAVE_RL_GETC_FUNCTION)
-      scm_init_readline ();
-#endif
       scm_init_standard_ports ();
       scm_init_dynamic_linking ();
       scm_init_script ();
index 62d2c30..16197d3 100644 (file)
 /* Define if the system headers declare usleep to return void.  */
 #undef USLEEP_RETURNS_VOID
 
-/* Define if your readline library has the rl_getc_function variable.  */
-#undef HAVE_RL_GETC_FUNCTION
-
 /* Define if the compiler supports long longs.  */
 #undef HAVE_LONG_LONGS
 
 /* Define if you have the rename function.  */
 #undef HAVE_RENAME
 
-/* Define if you have the rl_cleanup_after_signal function.  */
-#undef HAVE_RL_CLEANUP_AFTER_SIGNAL
-
-/* Define if you have the rl_clear_signals function.  */
-#undef HAVE_RL_CLEAR_SIGNALS
-
 /* Define if you have the rmdir function.  */
 #undef HAVE_RMDIR
 
 /* Define if you have the nsl library (-lnsl).  */
 #undef HAVE_LIBNSL
 
-/* Define if you have the readline library (-lreadline).  */
-#undef HAVE_LIBREADLINE
-
 /* Define if you have the rx library (-lrx).  */
 #undef HAVE_LIBRX