1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Reverse PG_BINARY defines

This commit is contained in:
Bruce Momjian
2000-06-02 16:33:17 +00:00
parent cc2b5e5815
commit a305c7d675
4 changed files with 609 additions and 4 deletions

View File

@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: c.h,v 1.71 2000/06/02 15:57:40 momjian Exp $
* $Id: c.h,v 1.72 2000/06/02 16:33:17 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -896,7 +896,7 @@ extern char *vararg_format(const char *fmt,...);
* ----------------------------------------------------------------
*/
#ifndef __CYGWIN32__
#ifdef __CYGWIN32__
#define PG_BINARY 0
#define PG_BINARY_R "rb"
#define PG_BINARY_W "wb"