~ubuntu-branches/ubuntu/hardy/php5/hardy-updates

« back to all changes in this revision

Viewing changes to ext/dbase/config.w32

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-10-09 03:14:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051009031432-kspik3lobxstafv9
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// $Id: config.w32,v 1.1 2003/12/07 00:09:48 edink Exp $
 
2
// vim:ft=javascript
 
3
 
 
4
ARG_ENABLE("dbase", "Enable the bundled dbase library", "no");
 
5
 
 
6
if (PHP_DBASE != "no") {
 
7
        EXTENSION("dbase", "dbase.c dbf_head.c dbf_misc.c dbf_ndx.c dbf_rec.c");
 
8
        AC_DEFINE('HAVE_DBASE', 1, 'dbase support');
 
9
        ADD_FLAG("CFLAGS_DBASE", "/D DBASE=1");
 
10
}