Mark unixware as having threaded support.

WIN32_DEV
Bruce Momjian 22 years ago
parent 483363b03d
commit bb0b73cd73
  1. 4
      src/template/unixware

@ -6,3 +6,7 @@ else
# when the 7.1.3UP3 or later compiler is out, we can do a version check.
CFLAGS='-O -Kinline,no_host'
fi
SUPPORTS_THREADS=yes
THREAD_CFLAGS="-D_REENTRANT -K pthread"
NEED_REENTRANT_FUNC_NAMES=yes

Loading…
Cancel
Save