b77a9f8b272cd3396bdeaa7f4fdb4a8526a57dd9
[freeside.git] / install / 5.005 / DBD-Pg-1.22-fixvercmp / Pg.h
1 /*
2    $Id: Pg.h,v 1.1 2004-04-29 09:21:28 ivan Exp $
3
4    Copyright (c) 1997,1998,1999,2000 Edmund Mergl
5    Portions Copyright (c) 1994,1995,1996,1997 Tim Bunce
6
7    You may distribute under the terms of either the GNU General Public
8    License or the Artistic License, as specified in the Perl README file.
9
10 */
11
12
13 #ifdef WIN32
14 static int errno;
15 #endif
16
17 #include "libpq-fe.h"
18
19 #ifdef NEVER
20 #include<sys/stat.h>
21 #include "libpq/libpq-fs.h"
22 #endif
23 #ifndef INV_READ
24 #define INV_READ 0x00040000
25 #endif
26 #ifndef INV_WRITE
27 #define INV_WRITE 0x00020000
28 #endif
29
30 #ifdef BUFSIZ
31 #undef BUFSIZ
32 #endif
33 /* this should improve I/O performance for large objects */
34 #define BUFSIZ 32768
35
36
37 #define NEED_DBIXS_VERSION 93
38
39 #include <DBIXS.h>              /* installed by the DBI module  */
40
41 #include "dbdimp.h"             /* read in our implementation details */
42
43 #include <dbd_xsh.h>            /* installed by the DBI module  */
44
45
46 /* end of Pg.h */