]> granicus.if.org Git - postgresql/blob - src/template/osf
Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to
[postgresql] / src / template / osf
1 if test "$GCC" = yes ; then
2   CFLAGS=
3 else
4   CC="$CC -std"
5   CFLAGS='-O4 -Olimit 2000'
6 fi
7
8 SUPPORTS_THREADS=yes
9 NEED_REENTRANT_FUNC_NAMES=no
10 THREAD_CFLAGS="-pthread"