]> granicus.if.org Git - php/commitdiff
removing the redundant file libpq-fs.h
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 16 Jul 2005 12:47:18 +0000 (12:47 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 16 Jul 2005 12:47:18 +0000 (12:47 +0000)
netware/libpq/libpq-fs.h [deleted file]

diff --git a/netware/libpq/libpq-fs.h b/netware/libpq/libpq-fs.h
deleted file mode 100644 (file)
index d743618..0000000
+++ /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 */