3 # Variables used internally by the testsuite.
5 GNM_SUPPORT='@GNM_SUPPORT@'
7 WITH_PERL_MODULE='@WITH_PERL_MODULE@'
9 SIZEOF_SIZE_T='@SIZEOF_SIZE_T@'
11 PSQL_SUPPORT='@PSQL_SUPPORT@'
12 if test "$PSQL_SUPPORT" = yes; then
13 : ${PG_CONFIG:='@PG_CONFIG@'}
14 : ${PG_DBASE:=pspptest}
16 : ${PG_PATH:=`$PG_CONFIG --bindir`}
18 # PSQL_SUPPORT indicates that PSPP was built against the PostgreSQL client
19 # library, but it does not mean that the PostgreSQL utilities are
20 # installed. So check for them and turn off PSQL_SUPPORT if they are not
22 if (PATH=$PG_PATH:$PATH; export PATH; initdb --version) >/dev/null 2>&1
30 # Variables used by programs invoked by the testsuite.
31 CHARSETALIASDIR="$abs_top_builddir/gl"
32 export CHARSETALIASDIR
37 HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc.