summaryrefslogtreecommitdiff
path: root/netware/libpq-fs.h
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2003-01-03 11:40:52 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2003-01-03 11:40:52 +0000
commit452389df71314d55bf207947cb51a3e90abb9283 (patch)
tree1e041e75555898da23ff2c839a0c5871759d8209 /netware/libpq-fs.h
parent72a35f8a4bb2d234c08983ad50eff1319f8e7549 (diff)
downloadphp-git-452389df71314d55bf207947cb51a3e90abb9283.tar.gz
New files added for NetWare.
Diffstat (limited to 'netware/libpq-fs.h')
-rw-r--r--netware/libpq-fs.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/netware/libpq-fs.h b/netware/libpq-fs.h
new file mode 100644
index 0000000000..d743618895
--- /dev/null
+++ b/netware/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 */