pull/50/head
Bruce Momjian 28 years ago
parent 2ffd727531
commit 1125bbf871
  1. 2
      src/configure.in
  2. 2
      src/include/config.h.in

@ -1,4 +1,4 @@
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
AC_INIT(backend/access/common/heaptuple.c)
AC_PREFIX_DEFAULT(/usr/local/pgsql)

@ -207,7 +207,7 @@ extern void srandom(int seed);
/* Set to 1 if you want CYR_RECODE (cyrillic recode) */
#undef CYR_RECODE
/* Set to 1 if you want to Disable ASSERT CHECKING */
/* Set to 1 if you want to Enable ASSERT CHECKING */
#undef USE_ASSERT_CHECKING
/*

Loading…
Cancel
Save