~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/plugin.ini

  • Committer: Stewart Smith
  • Date: 2009-05-12 05:56:00 UTC
  • mfrom: (1008 drizzle)
  • mto: (1014.2.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 1015.
  • Revision ID: stewart@flamingspork.com-20090512055600-4gg3jgx2bqt9wn5f
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DRIZZLE_STORAGE_ENGINE(archive,no, [Archive Storage Engine],
2
 
        [Archive Storage Engine])
3
 
DRIZZLE_PLUGIN_STATIC(archive,    [libarchive.a])
4
 
DRIZZLE_PLUGIN_MANDATORY(archive)  dnl Default
 
1
[plugin]
 
2
name=archive
 
3
title=Archive Storage Engine
 
4
description=Archive Storage Engine
 
5
load_by_default=yes
 
6
sources=ha_archive.cc azio.cc
 
7
headers=ha_archive.h azio.h