mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Run autoconf/autoheader for ecpg change.
This commit is contained in:
parent
4f70680177
commit
228c02c3e5
2
configure
vendored
2
configure
vendored
@ -855,7 +855,7 @@ Optional Packages:
|
||||
--with-libraries=DIRS look for additional libraries in DIRS
|
||||
--with-libs=DIRS alternative spelling of --with-libraries
|
||||
--with-pgport=PORTNUM change default port number 5432
|
||||
--with-threads allow libpq to be thread-safe
|
||||
--with-threads allow libpq and ecpg to be thread-safe
|
||||
--with-tcl build Tcl and Tk interfaces
|
||||
--without-tk do not build Tk interfaces if Tcl is enabled
|
||||
--with-tclconfig=DIR tclConfig.sh and tkConfig.sh are in DIR
|
||||
|
@ -588,7 +588,7 @@
|
||||
/* Define to select SysV-style shared memory. */
|
||||
#undef USE_SYSV_SHARED_MEMORY
|
||||
|
||||
/* Define to 1 to build libpq with threads. (--with-threads) */
|
||||
/* Define to 1 to build libpq and ecpg to be thread-safe. (--with-threads) */
|
||||
#undef USE_THREADS
|
||||
|
||||
/* Define to select unnamed POSIX semaphores. */
|
||||
|
Loading…
Reference in New Issue
Block a user