]> granicus.if.org Git - postgresql/blob - src/template/bsdi
Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to
[postgresql] / src / template / bsdi
1 CFLAGS='-O2 -pipe'
2
3 case $host_cpu in
4   i?86)  CFLAGS="$CFLAGS -m486";;
5 esac
6
7 case $host_os in
8   bsdi2.0 | bsdi2.1 | bsdi3*)
9     CC=gcc2
10     ;;
11 esac
12
13 SUPPORTS_THREADS=yes
14 NEED_REENTRANT_FUNC_NAMES=no