From 29af124390cce1472fa9868a64bf5bfe85df130f Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Thu, 3 Jun 1999 16:11:58 +0000 Subject: [PATCH] Fix markup and formatting. --- doc/src/sgml/config.sgml | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0446ad47d6..7492945cb7 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -32,22 +32,32 @@ Features and packages: --with-template=template use operating system template file see template directory - --with-includes=incdir site header files for tk/tcl, etc in DIR - --with-libs=incdir also search for libraries in DIR - --with-libraries=libdir also search for libraries in DIR + --with-includes=incdir + site header files for tk/tcl, etc in DIR + --with-libs=incdir + also search for libraries in DIR + --with-libraries=libdir + also search for libraries in DIR --enable-locale enable locale support --enable-recode enable cyrillic recode support - --with-mb=encoding enable multi-byte support - --with-pgport=portnum change default startup port - --with-maxbackends=n set default maximum number of server processes + --with-mb=encoding + enable multi-byte support + --with-pgport=portnum + change default startup port + --with-maxbackends=n + set default maximum number of server processes --with-tcl build Tcl interfaces and pgtclsh - --with-tclconfig=tcldir tclConfig.sh and tkConfig.sh are in DIR + --with-tclconfig=tcldir + tclConfig.sh and tkConfig.sh are in DIR --with-perl build Perl interface --with-odbc build ODBC driver package - --with-odbcinst=odbcdir change default directory for odbcinst.ini + --with-odbcinst=odbcdir + change default directory for odbcinst.ini --enable-cassert enable assertion checks (debugging) - --with-CC=compiler use specific C compiler - --with-CXX=compiler use specific C++ compiler + --with-CC=compiler + use specific C compiler + --with-CXX=compiler + use specific C++ compiler --without-CXX prevent building C++ code @@ -218,14 +228,10 @@ Features and packages: # Makefile.custom -# Thomas Lockhart 1998-03-01 +# Thomas Lockhart 1999-06-01 POSTGRESDIR= /opt/postgres/current -CFLAGS+= -m486 # -g -O0 -USE_TCL= true -TCL_LIB= -ltcl -X_LIBS= -L/usr/X11/lib -TK_LIB= -ltk +CFLAGS+= -m486 -O2 # documentation