You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
282 B

// $Id$
// vim:ft=javascript
ARG_ENABLE("dbase", "Enable the bundled dbase library", "no");
if (PHP_DBASE != "no") {
EXTENSION("dbase", "dbase.c dbf_head.c dbf_misc.c dbf_ndx.c dbf_rec.c");
AC_DEFINE('HAVE_DBASE', 1, 'dbase support');
ADD_FLAG("CFLAGS_DBASE", "/D DBASE=1");
}