hyanantha               Mon Jan  6 05:27:33 2003 EDT

  Added files:                 
    /php4/netware/libpq libpq-fs.h 
  Log:
  Header file for PostgreSQL. Moved from netware directory to netware/libpq directory.
  
  

Index: php4/netware/libpq/libpq-fs.h
+++ php4/netware/libpq/libpq-fs.h
/*-------------------------------------------------------------------------
 *
 * 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: libpq-fs.h,v 1.1 2003/01/06 10:27:33 hyanantha Exp $
 *
 *-------------------------------------------------------------------------
 */
#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 */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to