~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/loader.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 03:44:51 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221034451-hmztoep4qbaqne8w
Trims more out of server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include "drizzled/gettext.h"
38
38
#include "drizzled/errmsg_print.h"
39
39
#include "drizzled/plugin/library.h"
 
40
#include "drizzled/strfunc.h"
40
41
 
41
42
/* FreeBSD 2.2.2 does not define RTLD_NOW) */
42
43
#ifndef RTLD_NOW