- 26 Jan, 1997 1 commit
-
-
Bruce Momjian authored
-
- 25 Jan, 1997 14 commits
-
-
Marc G. Fournier authored
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...
-
Marc G. Fournier authored
Added a README.readline file until configure is integrated to *try* and explain the way things stand. Removed a stray configure .in file
-
Marc G. Fournier authored
Add some code to make psql happy with a system where there is *no* history code available, but there is readline code...
-
Marc G. Fournier authored
history.h doesn't...previously, it was assumed that both existed, or didn't exist...but this assumption fails on the one sparc_solaris box that I have access to, and could exist in other circumstances
-
Marc G. Fournier authored
-
Bruce Momjian authored
bug causes compilation to fail on alpha, the second causes a compiler in this environment
-
Bruce Momjian authored
-
Marc G. Fournier authored
to reflect what configure is going to define when the time comes
-
Marc G. Fournier authored
basis, as its only specific to certain OSs
-
Marc G. Fournier authored
Developers can add it to their Makefile.custom...again, it causes sooooo many more problems then its worth, from an end-user standpoint.
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
See message to hackers@ mailing list concerning this...
-
Bruce Momjian authored
-
- 24 Jan, 1997 18 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Fixed them, and am re-committing
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
for switch over to configure
-
Marc G. Fournier authored
#if defined(aix) #define TERMIOS_H_LOCATION <termios.h> #else #define TERMIOS_H_LOCATION <sys/termios.h> #endif libpq/fe-exec.c modified so that location of termios.h is determined by whether HAVE_TERMIOS_H is defined or not, in preparation for switch to configure
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
to be committed...
-
Marc G. Fournier authored
Cleaned out alot of the #define that can be auto-detect'd by configure from config.h...
-
Marc G. Fournier authored
the ports section of Makefile.global as a result.
-
Marc G. Fournier authored
Right now, it only auto-detects FreeBSD, and the rest still get set to UNDEFINED, but its a step in the right direction, no?
-
Marc G. Fournier authored
Autoconf bin/psql/Makefile
-
Marc G. Fournier authored
readline and associated libraries...
-
Marc G. Fournier authored
-
Marc G. Fournier authored
configure, thereby reducing the ports dependencies in it :)
-
- 23 Jan, 1997 7 commits
-
-
Marc G. Fournier authored
in v6.0 does...
-
Marc G. Fournier authored
configure is auto-finding
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Mv Makefile.in to GNUmakefile.in and reflect the change in the configure script
-
Marc G. Fournier authored
it still needs lots of work, but, hey, at least this way there are more ppl working off the same "Source"...
-
Marc G. Fournier authored
Tcl arrays support. Here are the correct values to be defined in config.h and pgtclCmds.c. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
It should be completely harmless. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-