~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal_format.h

  • Committer: Monty Taylor
  • Date: 2009-02-10 02:29:23 UTC
  • mto: This revision was merged to the branch mainline in revision 871.
  • Revision ID: mordred@inaugust.com-20090210022923-hvdcg0hg6gs14ysz
Fix for multi-versions of PCRE thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#ifndef DRIZZLED_TEMPORAL_FORMAT_MATCH_H
32
32
#define DRIZZLED_TEMPORAL_FORMAT_MATCH_H
33
33
 
34
 
#include <pcre.h>
 
34
#include PCRE_HEADER
35
35
 
36
36
/* Output vector size for pcre matching.  Should be multiple of 3. */
37
37
#define OUT_VECTOR_SIZE 30