~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/cslib/CSDefs.h

Removed libxml reqirement by using a home grown xml parser.
Assorted chnages made made for MySQL compatability.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 */
48
48
#define s_char                  unsigned char
49
49
 
50
 
/* PBMS assumes that off64_t is 8 bytes so to ensure this always use  off64_t*/
 
50
/* PBMS assumes that off_t is 8 bytes so to ensure this always use  off64_t*/
51
51
#define off64_t                 uint64_t
52
52
 
53
53