1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Various patches for nextstep by GregorHoffleit

Replaced NEED_STRDUP by !HAVE_STRDUP
This commit is contained in:
Marc G. Fournier
1997-02-13 08:32:20 +00:00
parent 809ae06ab2
commit a5494a2d92
7 changed files with 51 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.23 1997/02/09 03:00:09 scrappy Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.24 1997/02/13 08:31:27 scrappy Exp $
*
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
*
@@ -54,7 +54,7 @@
#include "postgres.h"
#include "access/htup.h"
#include "libpq-fe.h"
#ifdef NEED_STRDUP
#ifndef HAVE_STRDUP
#include "strdup.h"
#endif