This directory contains an implementation of a stub of readline library.

By this I release this code into public domain. You may link your code
with the dynamic library from this directory in any way you like. I should
not be liable for any result of such an action of yours.

Note that the code does not do anything more than the standard fgets does,
but if the user of your code has a _REAL_ readline.dll, the code will
suddently start working smart. 

My reading of the law is that by linking with these libraries you do not
need to put your code under GPL, but the user of your code (which may be
undistinguishable from yourself) may still enjoy the benefits of readline
if she has the real readline.dll.

To compile your program just put lib/readline_import.* on your LIB and
compile with flags
	-lreadline_import
If you do not have the real readline.dll, put dll/readline.dll into your
LIBPATH.

Ilya
ilya@math.ohio-state.edu

P.S. If you need some other symbols, add them to readline.c and readline.def
and recompile. Please send the patches to me so that the others should
not repeat what you did.
