~drizzle-trunk/drizzle/development

1300.4.5 by Stewart Smith
convert UUID() to plugin. We move the libuuid requirement to the UUID() function plugin as it's not neeeded anywhere else
1
[plugin]
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
2
title=UUID Function
1300.4.5 by Stewart Smith
convert UUID() to plugin. We move the libuuid requirement to the UUID() function plugin as it's not neeeded anywhere else
3
description=UUID() function as generated by libuuid
4
load_by_default=yes
5
ldflags=${LTLIBUUID}
1300.4.6 by Monty Taylor
Fixed pandora stuff.
6
build_conditional="${ac_cv_header_uuid_uuid_h}" = "yes"