~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/load_list.h.in

Removed global.h. Fixed all the headers.
Also fixed headers to allow for some out of tree builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef DRIZZLED_PLUGIN_CONFIG_H
21
 
#define DRIZZLED_PLUGIN_CONFIG_H
 
20
#ifndef DRIZZLED_PLUGIN_LOAD_LIST_H
 
21
#define DRIZZLED_PLUGIN_LOAD_LIST_H
22
22
 
23
23
/* The list of builtin plugins */
24
24
#define  PANDORA_BUILTIN_LIST @PANDORA_BUILTIN_LIST@
26
26
 * value is given for --plugin-load */
27
27
#define PANDORA_PLUGIN_LIST "@PANDORA_PLUGIN_LIST@"
28
28
 
29
 
#endif /* DRIZZLED_PLUGIN_CONFIG_H */
 
29
#endif /* DRIZZLED_PLUGIN_LOAD_LIST_H */
30
30