Skip to content

Commit 682a6bd

Browse files
committed
Disasble threads on unixware until other platforms report a problem.
1 parent 6367ed4 commit 682a6bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/template/unixware

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ fi
2727
# tools/thread/thread_test must be run
2828
THREAD_CPPFLAGS="$THREAD_CPPFLAGS -D_REENTRANT"
2929

30-
THREAD_SUPPORT=yes
30+
# Disabled because flags are required for all apps using libpq.
31+
# Waiting to see if other platforms need this too. 2004-03-22
32+
#THREAD_SUPPORT=yes
3133
# verified UnixWare 7.1.4 2004-03-18
3234
STRERROR_THREADSAFE=yes
3335
GETPWUID_THREADSAFE=yes

0 commit comments

Comments
 (0)