~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/plugin.ini

  • Committer: Stewart Smith
  • Date: 2011-04-21 01:27:52 UTC
  • mto: (2295.1.1 drizzle-ga)
  • mto: This revision was merged to the branch mainline in revision 2310.
  • Revision ID: stewart@flamingspork.com-20110421012752-0xnzsx01gizd5dm6
very basic HTTP server

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=JSON HTTP interface
 
3
description=libevent based http server with JSON interface
 
4
version=0.1
 
5
author=Stewart Smith
 
6
license=PLUGIN_LICENSE_GPL
 
7
sources=
 
8
  json_server.cc
 
9
build_conditional="x${ac_cv_libevent}" = "xyes"
 
10
ldflags=${LTLIBEVENT}
 
11