[php-i18n-commits] cvs commit: php4/netware/libpq libpq-fs.h

Back to archive index

tsukada ttsuk****@users*****
2003年 2月 11日 (火) 23:21:48 JST


ttsukada    03/02/11 23:21:48

  Added:       netware/libpq libpq-fs.h
  Log:
  merge
  
  Revision  Changes    Path
  1.1                  php4/netware/libpq/libpq-fs.h
  
  Index: 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-i18n-commits メーリングリストの案内
Back to archive index