From: Anantha Kesari H Y Date: Mon, 6 Jan 2003 10:24:36 +0000 (+0000) Subject: This file moved to netware/libpq directory. X-Git-Tag: PHP_5_0_dev_before_13561_fix~431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4196f7d0c392c85ad8c0c968b81ee70a4abf145e;p=php This file moved to netware/libpq directory. --- diff --git a/netware/libpq-fs.h b/netware/libpq-fs.h deleted file mode 100644 index d743618895..0000000000 --- a/netware/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 */