$MyConfig = {
  files_dbd_mysql => [
    [
      'dbd/Makefile.PL.in',
      'Mysql/Makefile.PL'
    ],
    [
      'dbd/dbdimp.c',
      'Mysql/dbdimp.c'
    ],
    [
      'dbd/dbd.xs.in',
      'Mysql/mysql.xs'
    ],
    [
      'dbd/dbd.pm.in',
      'Mysql/mysql.pm'
    ],
    [
      'tests/00base.t',
      'Mysql/t/00base.t'
    ],
    [
      'tests/10dsnlist.t',
      'Mysql/t/10dsnlist.t'
    ],
    [
      'tests/20createdrop.t',
      'Mysql/t/20createdrop.t'
    ],
    [
      'tests/30insertfetch.t',
      'Mysql/t/30insertfetch.t'
    ],
    [
      'tests/40bindparam.t',
      'Mysql/t/40bindparam.t'
    ],
    [
      'tests/40blobs.t',
      'Mysql/t/40blobs.t'
    ],
    [
      'tests/40listfields.t',
      'Mysql/t/40listfields.t'
    ],
    [
      'tests/40nulls.t',
      'Mysql/t/40nulls.t'
    ],
    [
      'tests/40numrows.t',
      'Mysql/t/40numrows.t'
    ],
    [
      'tests/50chopblanks.t',
      'Mysql/t/50chopblanks.t'
    ],
    [
      'tests/50commit.t',
      'Mysql/t/50commit.t'
    ],
    [
      'tests/60leaks.t',
      'Mysql/t/60leaks.t'
    ],
    [
      'tests/ak-dbd.t',
      'Mysql/t/ak-dbd.t'
    ],
    [
      'tests/dbdadmin.t',
      'Mysql/t/dbdadmin.t'
    ],
    [
      'tests/lib.pl',
      'Mysql/t/lib.pl'
    ]
  ],
  files_msqlperl => [
    [
      'tests/akmisc.t',
      'Msql/t/akmisc.t'
    ],
    [
      'tests/msql1.t',
      'Msql/t/msql1.t'
    ],
    [
      'tests/msql2.t',
      'Msql/t/msql2.t'
    ],
    [
      'nodbd/bundle.pm.in',
      'Msql/lib/Bundle/Msql.pm'
    ],
    [
      'nodbd/nodbd.pm.in',
      'Msql/lib/Msql.pm'
    ],
    [
      'nodbd/statement.pm.in',
      'Msql/lib/Msql/Statement.pm'
    ],
    [
      'nodbd/pmsql.in',
      'Mysql/pmsql',
      1
    ]
  ],
  postamble_msql => 'pm_to_blib: ../Msql/Makefile.PL

../Msql/Makefile.PL: ../dbd/Makefile.PL.in
	perl ../xtract ../dbd/Makefile.PL.in ../Msql/Makefile.PL Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/Makefile.PL

pm_to_blib: ../Msql/dbdimp.c

../Msql/dbdimp.c: ../dbd/dbdimp.c
	perl ../xtract ../dbd/dbdimp.c ../Msql/dbdimp.c Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/dbdimp.c

pm_to_blib: ../Msql/mSQL.xs

../Msql/mSQL.xs: ../dbd/dbd.xs.in
	perl ../xtract ../dbd/dbd.xs.in ../Msql/mSQL.xs Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/mSQL.xs

pm_to_blib: ../Msql/mSQL.pm

../Msql/mSQL.pm: ../dbd/dbd.pm.in
	perl ../xtract ../dbd/dbd.pm.in ../Msql/mSQL.pm Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/mSQL.pm

pm_to_blib: ../Msql/t/00base.t

../Msql/t/00base.t: ../tests/00base.t
	perl ../xtract ../tests/00base.t ../Msql/t/00base.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/00base.t

pm_to_blib: ../Msql/t/10dsnlist.t

../Msql/t/10dsnlist.t: ../tests/10dsnlist.t
	perl ../xtract ../tests/10dsnlist.t ../Msql/t/10dsnlist.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/10dsnlist.t

pm_to_blib: ../Msql/t/20createdrop.t

../Msql/t/20createdrop.t: ../tests/20createdrop.t
	perl ../xtract ../tests/20createdrop.t ../Msql/t/20createdrop.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/20createdrop.t

pm_to_blib: ../Msql/t/30insertfetch.t

../Msql/t/30insertfetch.t: ../tests/30insertfetch.t
	perl ../xtract ../tests/30insertfetch.t ../Msql/t/30insertfetch.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/30insertfetch.t

pm_to_blib: ../Msql/t/40bindparam.t

../Msql/t/40bindparam.t: ../tests/40bindparam.t
	perl ../xtract ../tests/40bindparam.t ../Msql/t/40bindparam.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/40bindparam.t

pm_to_blib: ../Msql/t/40blobs.t

../Msql/t/40blobs.t: ../tests/40blobs.t
	perl ../xtract ../tests/40blobs.t ../Msql/t/40blobs.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/40blobs.t

pm_to_blib: ../Msql/t/40listfields.t

../Msql/t/40listfields.t: ../tests/40listfields.t
	perl ../xtract ../tests/40listfields.t ../Msql/t/40listfields.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/40listfields.t

pm_to_blib: ../Msql/t/40nulls.t

../Msql/t/40nulls.t: ../tests/40nulls.t
	perl ../xtract ../tests/40nulls.t ../Msql/t/40nulls.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/40nulls.t

pm_to_blib: ../Msql/t/40numrows.t

../Msql/t/40numrows.t: ../tests/40numrows.t
	perl ../xtract ../tests/40numrows.t ../Msql/t/40numrows.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/40numrows.t

pm_to_blib: ../Msql/t/50chopblanks.t

../Msql/t/50chopblanks.t: ../tests/50chopblanks.t
	perl ../xtract ../tests/50chopblanks.t ../Msql/t/50chopblanks.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/50chopblanks.t

pm_to_blib: ../Msql/t/50commit.t

../Msql/t/50commit.t: ../tests/50commit.t
	perl ../xtract ../tests/50commit.t ../Msql/t/50commit.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/50commit.t

pm_to_blib: ../Msql/t/60leaks.t

../Msql/t/60leaks.t: ../tests/60leaks.t
	perl ../xtract ../tests/60leaks.t ../Msql/t/60leaks.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/60leaks.t

pm_to_blib: ../Msql/t/ak-dbd.t

../Msql/t/ak-dbd.t: ../tests/ak-dbd.t
	perl ../xtract ../tests/ak-dbd.t ../Msql/t/ak-dbd.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/ak-dbd.t

pm_to_blib: ../Msql/t/dbdadmin.t

../Msql/t/dbdadmin.t: ../tests/dbdadmin.t
	perl ../xtract ../tests/dbdadmin.t ../Msql/t/dbdadmin.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/dbdadmin.t

pm_to_blib: ../Msql/t/lib.pl

../Msql/t/lib.pl: ../tests/lib.pl
	perl ../xtract ../tests/lib.pl ../Msql/t/lib.pl Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/lib.pl

pm_to_blib: ../dbimon

../dbimon: ../dbd/dbimon.in
	perl ../xtract ../dbd/dbimon.in ../dbimon Msql mSQL 1.2010 2.0210
	chmod 0755 ../dbimon

pm_to_blib: ../Msql/t/akmisc.t

../Msql/t/akmisc.t: ../tests/akmisc.t
	perl ../xtract ../tests/akmisc.t ../Msql/t/akmisc.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/akmisc.t

pm_to_blib: ../Msql/t/msql1.t

../Msql/t/msql1.t: ../tests/msql1.t
	perl ../xtract ../tests/msql1.t ../Msql/t/msql1.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/msql1.t

pm_to_blib: ../Msql/t/msql2.t

../Msql/t/msql2.t: ../tests/msql2.t
	perl ../xtract ../tests/msql2.t ../Msql/t/msql2.t Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/t/msql2.t

pm_to_blib: ../Msql/lib/Bundle/Msql.pm

../Msql/lib/Bundle/Msql.pm: ../nodbd/bundle.pm.in
	perl ../xtract ../nodbd/bundle.pm.in ../Msql/lib/Bundle/Msql.pm Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/lib/Bundle/Msql.pm

pm_to_blib: ../Msql/lib/Msql.pm

../Msql/lib/Msql.pm: ../nodbd/nodbd.pm.in
	perl ../xtract ../nodbd/nodbd.pm.in ../Msql/lib/Msql.pm Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/lib/Msql.pm

pm_to_blib: ../Msql/lib/Msql/Statement.pm

../Msql/lib/Msql/Statement.pm: ../nodbd/statement.pm.in
	perl ../xtract ../nodbd/statement.pm.in ../Msql/lib/Msql/Statement.pm Msql mSQL 1.2010 2.0210
	chmod 0644 ../Msql/lib/Msql/Statement.pm

pm_to_blib: ../Mysql/pmsql

../Mysql/pmsql: ../nodbd/pmsql.in
	perl ../xtract ../nodbd/pmsql.in ../Mysql/pmsql Msql mSQL 1.2010 2.0210
	chmod 0755 ../Mysql/pmsql

',
  files_msql1perl => [
    [
      'tests/akmisc.t',
      'Msql1/t/akmisc.t'
    ],
    [
      'tests/msql1.t',
      'Msql1/t/msql1.t'
    ],
    [
      'tests/msql2.t',
      'Msql1/t/msql2.t'
    ],
    [
      'nodbd/bundle.pm.in',
      'Msql1/lib/Bundle/Msql1.pm'
    ],
    [
      'nodbd/nodbd.pm.in',
      'Msql1/lib/Msql1.pm'
    ],
    [
      'nodbd/statement.pm.in',
      'Msql1/lib/Msql1/Statement.pm'
    ],
    [
      'nodbd/pmsql.in',
      'Msql1/pmsql1',
      1
    ]
  ],
  postamble_msql1 => '',
  X_msql => {
    H => [
      'd:/bin/msql2/include/msql.h'
    ],
    INC => '-I../dbd -Id:/bin/msql2/include  -I$(INSTALLSITEARCH)/auto/DBI -I$(INSTALLARCHLIB) -Id:/emx/perl/LIB/site_perl/os2/auto/DBI',
    LIBS => '-Ld:/bin/msql2/lib -lmsql -lm ',
    macro => {
      MSQL_HOME => 'd:/bin/msql2'
    },
    DEFINE => '-DDBD_MSQL  -DMyConnect=mSQL_dr_connect -DMyLogin=mSQL_dr_login',
    dynamic_lib => {
      OTHERLDFLAGS => '-Ld:/bin/msql2/lib '
    }
  },
  install_dbd_mysql => '',
  install_msqlperl => 1,
  VERSION => '1.2010',
  files_dbd_msql => [
    [
      'dbd/Makefile.PL.in',
      'Msql/Makefile.PL'
    ],
    [
      'dbd/dbdimp.c',
      'Msql/dbdimp.c'
    ],
    [
      'dbd/dbd.xs.in',
      'Msql/mSQL.xs'
    ],
    [
      'dbd/dbd.pm.in',
      'Msql/mSQL.pm'
    ],
    [
      'tests/00base.t',
      'Msql/t/00base.t'
    ],
    [
      'tests/10dsnlist.t',
      'Msql/t/10dsnlist.t'
    ],
    [
      'tests/20createdrop.t',
      'Msql/t/20createdrop.t'
    ],
    [
      'tests/30insertfetch.t',
      'Msql/t/30insertfetch.t'
    ],
    [
      'tests/40bindparam.t',
      'Msql/t/40bindparam.t'
    ],
    [
      'tests/40blobs.t',
      'Msql/t/40blobs.t'
    ],
    [
      'tests/40listfields.t',
      'Msql/t/40listfields.t'
    ],
    [
      'tests/40nulls.t',
      'Msql/t/40nulls.t'
    ],
    [
      'tests/40numrows.t',
      'Msql/t/40numrows.t'
    ],
    [
      'tests/50chopblanks.t',
      'Msql/t/50chopblanks.t'
    ],
    [
      'tests/50commit.t',
      'Msql/t/50commit.t'
    ],
    [
      'tests/60leaks.t',
      'Msql/t/60leaks.t'
    ],
    [
      'tests/ak-dbd.t',
      'Msql/t/ak-dbd.t'
    ],
    [
      'tests/dbdadmin.t',
      'Msql/t/dbdadmin.t'
    ],
    [
      'tests/lib.pl',
      'Msql/t/lib.pl'
    ],
    [
      'dbd/dbimon.in',
      'dbimon',
      1
    ]
  ],
  files_dbd_msql1 => [
    [
      'dbd/Makefile.PL.in',
      'Msql1/Makefile.PL'
    ],
    [
      'dbd/dbdimp.c',
      'Msql1/dbdimp.c'
    ],
    [
      'dbd/dbd.xs.in',
      'Msql1/mSQL1.xs'
    ],
    [
      'dbd/dbd.pm.in',
      'Msql1/mSQL1.pm'
    ],
    [
      'tests/00base.t',
      'Msql1/t/00base.t'
    ],
    [
      'tests/10dsnlist.t',
      'Msql1/t/10dsnlist.t'
    ],
    [
      'tests/20createdrop.t',
      'Msql1/t/20createdrop.t'
    ],
    [
      'tests/30insertfetch.t',
      'Msql1/t/30insertfetch.t'
    ],
    [
      'tests/40bindparam.t',
      'Msql1/t/40bindparam.t'
    ],
    [
      'tests/40blobs.t',
      'Msql1/t/40blobs.t'
    ],
    [
      'tests/40listfields.t',
      'Msql1/t/40listfields.t'
    ],
    [
      'tests/40nulls.t',
      'Msql1/t/40nulls.t'
    ],
    [
      'tests/40numrows.t',
      'Msql1/t/40numrows.t'
    ],
    [
      'tests/50chopblanks.t',
      'Msql1/t/50chopblanks.t'
    ],
    [
      'tests/50commit.t',
      'Msql1/t/50commit.t'
    ],
    [
      'tests/60leaks.t',
      'Msql1/t/60leaks.t'
    ],
    [
      'tests/ak-dbd.t',
      'Msql1/t/ak-dbd.t'
    ],
    [
      'tests/dbdadmin.t',
      'Msql1/t/dbdadmin.t'
    ],
    [
      'tests/lib.pl',
      'Msql1/t/lib.pl'
    ]
  ],
  files_mysqlperl => [
    [
      'tests/akmisc.t',
      'Mysql/t/akmisc.t'
    ],
    [
      'tests/mysql.t',
      'Mysql/t/mysql.t'
    ],
    [
      'tests/mysql2.t',
      'Mysql/t/mysql2.t'
    ],
    [
      'nodbd/bundle.pm.in',
      'Mysql/lib/Bundle/Mysql.pm'
    ],
    [
      'nodbd/nodbd.pm.in',
      'Mysql/lib/Mysql.pm'
    ],
    [
      'nodbd/statement.pm.in',
      'Mysql/lib/Mysql/Statement.pm'
    ],
    [
      'nodbd/pmsql.in',
      'Mysql/pmysql',
      1
    ]
  ],
  postamble_mysql => '',
  install_dbd_msql => 1,
  install_dbd_msql1 => '',
  mSQL => {
    test_dsn => 'DBI:mSQL:database=test',
    test_host => 'localhost',
    test_db => 'test',
    test_pass => '',
    test_user => ''
  },
  DBD_VERSION => '2.0210'
};
