From: Anantha Kesari H Y Date: Sat, 16 Jul 2005 12:51:58 +0000 (+0000) Subject: libpq-fs.h this file is of no use X-Git-Tag: RELEASE_0_9~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0365c31341cbac83b83140bba244521c6c298c6;p=php libpq-fs.h this file is of no use --- 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 */