diff options
| author | Anantha Kesari H Y <hyanantha@php.net> | 2005-07-16 12:47:18 +0000 |
|---|---|---|
| committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-07-16 12:47:18 +0000 |
| commit | c7ef927a4b688b40b955e38483ad7c485fa156b7 (patch) | |
| tree | 2571b3063385b56448aced5d98584401d168f1ee | |
| parent | 63394e6885ef60f61a5ef803094362625f50805d (diff) | |
| download | php-git-c7ef927a4b688b40b955e38483ad7c485fa156b7.tar.gz | |
removing the redundant file libpq-fs.h
| -rw-r--r-- | netware/libpq/libpq-fs.h | 24 |
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 */ |
