~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle_priv.c

  • Committer: Monty Taylor
  • Date: 2008-11-25 22:24:30 UTC
  • mto: (612.2.17 devel)
  • mto: This revision was merged to the branch mainline in revision 624.
  • Revision ID: mordred@solanthus.local-20081125222430-9odmuhup15mw7ex4
Moved some defines to config.h. Stopped including config.h directly anywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
/* Various helper functions not intended to be part of a public API */
21
21
 
22
 
#include <config.h>
 
22
#include <drizzled/global.h>
23
23
#include "libdrizzle_priv.h"
24
24
#include <poll.h>
25
25
#include <fcntl.h>