- MFH: Make DBA compile as a shared module again

This commit is contained in:
Derick Rethans 2002-04-18 12:30:18 +00:00
parent 1d275db13b
commit c0c9279c0a
7 changed files with 24 additions and 1 deletions

View file

@ -233,6 +233,5 @@ if test "$HAVE_DBA" = "1"; then
PHP_SUBST(DBA_SHARED_LIBADD)
else
AC_MSG_RESULT(no)
AC_DEFINE(HAVE_DBA, 0, [ ])
fi

View file

@ -18,6 +18,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#if DBA_CDB

View file

@ -18,6 +18,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#if DBA_DB2

View file

@ -18,6 +18,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#if DBA_DB3

View file

@ -18,6 +18,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#if DBA_DBM

View file

@ -18,6 +18,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#if DBA_GDBM

View file

@ -18,6 +18,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#if DBA_NDBM