diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-06-03 16:11:58 +0000 | 
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-06-03 16:11:58 +0000 | 
| commit | 29af124390cce1472fa9868a64bf5bfe85df130f (patch) | |
| tree | be255a27ae4d5f5d5c2a110b6bcd5749a1ffbb20 /doc/src | |
| parent | 4a1efbc1c00e13dff748261892413c545dbb6f3b (diff) | |
Fix markup and formatting.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/config.sgml | 38 | 
1 files changed, 22 insertions, 16 deletions
| diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0446ad47d64..7492945cb76 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -32,22 +32,32 @@ Features and packages:    --with-template=<replaceable>template</replaceable>                            use operating system template file                                see template directory -  --with-includes=<replaceable>incdir</replaceable>  site header files for tk/tcl, etc in DIR -  --with-libs=<replaceable>incdir</replaceable>      also search for libraries in DIR -  --with-libraries=<replaceable>libdir</replaceable> also search for libraries in DIR +  --with-includes=<replaceable>incdir</replaceable> +                          site header files for tk/tcl, etc in DIR +  --with-libs=<replaceable>incdir</replaceable> +                          also search for libraries in DIR +  --with-libraries=<replaceable>libdir</replaceable> +                          also search for libraries in DIR    --enable-locale         enable locale support    --enable-recode         enable cyrillic recode support -  --with-mb=<replaceable>encoding</replaceable>    enable multi-byte support -  --with-pgport=<replaceable>portnum</replaceable> change default startup port -  --with-maxbackends=<replaceable>n</replaceable>  set default maximum number of server processes  +  --with-mb=<replaceable>encoding</replaceable> +                          enable multi-byte support +  --with-pgport=<replaceable>portnum</replaceable> +                          change default startup port +  --with-maxbackends=<replaceable>n</replaceable> +                          set default maximum number of server processes     --with-tcl              build Tcl interfaces and pgtclsh -  --with-tclconfig=<replaceable>tcldir</replaceable> tclConfig.sh and tkConfig.sh are in DIR +  --with-tclconfig=<replaceable>tcldir</replaceable> +                          tclConfig.sh and tkConfig.sh are in DIR    --with-perl             build Perl interface    --with-odbc             build ODBC driver package -  --with-odbcinst=<replaceable>odbcdir</replaceable> change default directory for odbcinst.ini +  --with-odbcinst=<replaceable>odbcdir</replaceable> +                          change default directory for odbcinst.ini    --enable-cassert        enable assertion checks (debugging) -  --with-CC=<replaceable>compiler</replaceable>      use specific C compiler -  --with-CXX=<replaceable>compiler</replaceable>     use specific C++ compiler +  --with-CC=<replaceable>compiler</replaceable> +                          use specific C compiler +  --with-CXX=<replaceable>compiler</replaceable> +                          use specific C++ compiler    --without-CXX           prevent building C++ code      </programlisting>    </para> @@ -218,14 +228,10 @@ Features and packages:     <programlisting>  # 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 | 
