~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/math_functions/plugin.ini

  • Committer: Brian Aker
  • Date: 2008-09-05 23:02:34 UTC
  • mfrom: (379 codestyle)
  • mto: This revision was merged to the branch mainline in revision 383.
  • Revision ID: brian@tangent.org-20080905230234-tq426zr79cnzjwo3
Merge from Monty, cleanup in tabs during merg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=Math Functions
3
 
description= Math Functions
4
 
load_by_default=yes
5
 
sources= 
6
 
  functions.cc abs.cc acos.cc asin.cc atan.cc ceiling.cc cos.cc exp.cc floor.cc log.cc sin.cc ord.cc pow.cc ln.cc sqrt.cc
7
 
headers=
8
 
  functions.h abs.h acos.h asin.h atan.h ceiling.h cos.h exp.h floor.h log.h sin.h ord.h pow.h ln.h sqrt.h
9
 
static=yes