1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-06 19:59:18 +03:00

Mark Unixware as not requiring *_r functions.

This commit is contained in:
Bruce Momjian 2003-09-03 17:55:43 +00:00
parent b96e32ebf8
commit c351729e1e

View File

@ -10,5 +10,5 @@ else
fi
SUPPORTS_THREADS=yes
NEED_REENTRANT_FUNC_NAMES=yes
NEED_REENTRANT_FUNC_NAMES=no
THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"