OSF supports pthreads, per Philip Yarra.

This commit is contained in:
Tom Lane 2003-07-15 17:28:36 +00:00
parent 42df5e311f
commit bbac4188f9

View File

@ -4,3 +4,6 @@ else
CC="$CC -std"
CFLAGS='-O4 -Olimit 2000'
fi
SUPPORTS_THREADS=yes
THREAD_CFLAGS="-pthread"