mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 01:18:35 +08:00
variable. Remove thread locking for non-thread-safe functions, instead throw a compile error. Platforms will have to re-run tools/thread to record their thread safety.
10 lines
187 B
Plaintext
10 lines
187 B
Plaintext
case $host_os in
|
|
bsdi2.0 | bsdi2.1 | bsdi3*) CC=gcc2;;
|
|
esac
|
|
|
|
THREAD_SUPPORT=yes
|
|
# verified 4.3.1 2004-02-11
|
|
STRERROR_THREADSAFE=yes
|
|
GETPWUID_THREADSAFE=yes
|
|
GETHOSTBYNAME_THREADSAFE=yes
|