/* Define if you want to use SQLite3 */
#undef HAVE_SQLITE3
-/* Define if you want to use Berkeley DB */
-#undef HAVE_BERKELEY_DB
-
/* Define if you want to use mSQL */
#undef HAVE_MSQL
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
-/* Set if DB Berkeley is used for accurate backup */
-#undef USE_DB
-
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING
support_wx_console=no
support_tls=no
support_crypto=no
-support_libdb=yes
gnome_version=
wx_version=
support_static_tools=no
dnl# CHECKING COMMAND LINE OPTIONS
dnl# --------------------------------------------------------------------------
-# -------------------------------------------
-# Berkeley DB (default off)
-# -------------------------------------------
-
-AC_ARG_ENABLE(libdb,
- [ --disable-libdb disable build of accurate mode with libdb],
- [if test x$enableval = xno; then
- support_libdb=no
- fi])
-
-if test x$support_libdb = xyes; then
- support_libdb=no
- AX_PATH_BDB([3],[
- support_libdb=yes
- ])
-fi
-
-if test x$support_libdb = xyes; then
- AC_DEFINE(USE_DB, 1, [Set if DB Berkeley is used for accurate backup])
- AC_SUBST(BDB_CPPFLAGS)
- AC_SUBST(BDB_LIBS)
-fi
-
# -------------------------------------------
# gnome (default off)
# -------------------------------------------
ACL support: ${have_acl}
Python support: ${support_python} ${PYTHON_LIBS}
Batch insert enabled: ${support_batch_insert}
- Berkeley DB support: ${support_libdb} ${BDB_LIBS}
" > config.out
General:
05Oct08
+ebl Remove db berkeley from configure process
kes Do dirty check on hostname (Linux only) and if not resolvable
use localhost as default.
kes Increase vtape max block to 20GB.