pgsql-server/ /configure /configure.in rc/incl ...
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 03/08/16 12:35:51
Modified files:
. : configure configure.in
src/include : pg_config.h.in
src/port : thread.c
src/template : bsdi freebsd linux netbsd osf unixware
Log message:
Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to
configure to report if they are not found.
This *****BREAKS****** me on UnixWare to build with --enable-thread-safety.
We do **NOT** have strerror_r and gethostbyname_r, and do **NOT** need
them.
We DO need getpwuid_r.
Please revert, or think about a better way to do this.
See my -HACKERS whine earlier.
--On Saturday, August 16, 2003 12:35:51 -0300 Bruce Momjian
<momjian@svr1.postgresql.org> wrote:
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 03/08/16 12:35:51Modified files:
. : configure configure.in
src/include : pg_config.h.in
src/port : thread.c
src/template : bsdi freebsd linux netbsd osf unixwareLog message:
Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to
configure to report if they are not found.---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749