1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00
Files
postgres/src/template/osf
2004-01-08 15:51:38 +00:00

13 lines
239 B
Plaintext

if test "$GCC" != yes ; then
CC="$CC -std"
CFLAGS="-O -ieee"
fi
THREAD_SUPPORT=yes
NEED_REENTRANT_FUNCS=no # 4.0 2003-09-13
if test "$GCC" = yes
then THREAD_LIBS="-pthread"
else THREAD_CPPFLAGS="-pthread"
THREAD_LIBS="-lpthread"
fi