summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-07-16 12:51:58 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-07-16 12:51:58 +0000
commitc0365c31341cbac83b83140bba244521c6c298c6 (patch)
treec974208fdf1772bea242f80866b242009c627547 /netware
parentd77acff66fcd643a5cd418e34f79f8be00e46f9b (diff)
downloadphp-git-c0365c31341cbac83b83140bba244521c6c298c6.tar.gz
libpq-fs.h this file is of no use
Diffstat (limited to 'netware')
-rw-r--r--netware/libpq/libpq-fs.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/netware/libpq/libpq-fs.h b/netware/libpq/libpq-fs.h
deleted file mode 100644
index d743618895..0000000000
--- a/netware/libpq/libpq-fs.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * 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 */