summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2003-01-06 10:27:33 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2003-01-06 10:27:33 +0000
commitdc8b2e6dddccd6430bb87a7559720c6dad587cee (patch)
tree7ff755e7c40674741da3f09324318503e05740ef /netware
parent4196f7d0c392c85ad8c0c968b81ee70a4abf145e (diff)
downloadphp-git-dc8b2e6dddccd6430bb87a7559720c6dad587cee.tar.gz
Header file for PostgreSQL. Moved from netware directory to netware/libpq directory.
Diffstat (limited to 'netware')
-rw-r--r--netware/libpq/libpq-fs.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/netware/libpq/libpq-fs.h b/netware/libpq/libpq-fs.h
new file mode 100644
index 0000000000..d743618895
--- /dev/null
+++ b/netware/libpq/libpq-fs.h
@@ -0,0 +1,24 @@
+/*-------------------------------------------------------------------------
+ *
+ * libpq-fs.h
+ * definitions for using Inversion file system routines (ie, large objects)
+ *
+ *
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
+ *
+ * $Id$
+ *
+ *-------------------------------------------------------------------------
+ */
+#ifndef LIBPQ_FS_H
+#define LIBPQ_FS_H
+
+/*
+ * Read/write mode flags for inversion (large object) calls
+ */
+
+#define INV_WRITE 0x00020000
+#define INV_READ 0x00040000
+
+#endif /* LIBPQ_FS_H */