Remove rlstubs.[ch], since they weren't actually doing anything that couldn't

Marc G. Fournier <scrappy@hub.org>

Commit: 917042f1c6f9822c771b3e8363dd5a8b8c0e7855
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1997-01-25T23:54:08Z
Releases: 7.1.1
Remove rlstubs.[ch], since they weren't actually doing anything that couldn't
be #ifdef'd into psql.c itself

From what I can tell, if USE_READLINE is true or false, psql works under
FreeBSD, without configure.  Now to test it *again* under sparc_solaris
with configure and see if it works...

Files

PathChange+/−
src/bin/psql/Makefile modified +3 −4
src/bin/psql/psql.c modified +16 −3
src/bin/psql/rlstubs.c deleted +0 −43
src/bin/psql/rlstubs.h deleted +0 −17