]> granicus.if.org Git - postgresql/blob - src/template/aix
Make psql reject attempts to set special variables to invalid values.
[postgresql] / src / template / aix
1 # Set appropriate default compiler options if using xlc
2 # Note: configure will add -qnoansialias if the compiler accepts it,
3 # even if user specifies a non-default CFLAGS setting.
4 if test "$GCC" != yes ; then
5   case $host_os in
6     aix3.2.5 | aix4.1*)
7       CFLAGS="-O -qmaxmem=16384 -qsrcmsg"
8       ;;
9     *)
10       CFLAGS="-O2 -qmaxmem=16384 -qsrcmsg"
11       ;;
12   esac
13 fi
14
15 # Native memset() is faster, tested on:
16 #       AIX 5.1 and 5.2, XLC 6.0 (IBM's cc)
17 #       AIX 5.3 ML3, gcc 4.0.1
18 MEMSET_LOOP_LIMIT=0