From cb6cb7745d426e712314f6b92e79a63bd32b3759 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 28 Dec 1996 02:13:05 +0000 Subject: Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full gmake of the code without interruption. There's also some tidy-up of the MAXPATHLEN stuff based on the assumption that all supported platforms have MAXPATHLEN defined in . (The only unknowns for the above are AIX and IRIX5.) --- src/interfaces/libpq/fe-lobj.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/interfaces/libpq/fe-lobj.c') diff --git a/src/interfaces/libpq/fe-lobj.c b/src/interfaces/libpq/fe-lobj.c index 269df14e630..563af3e46f2 100644 --- a/src/interfaces/libpq/fe-lobj.c +++ b/src/interfaces/libpq/fe-lobj.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.5 1996/11/16 05:18:58 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.6 1996/12/28 02:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,10 +21,6 @@ #include "libpq-fe.h" #include "libpq/libpq-fs.h" -#ifndef MAXPATHLEN -#define MAXPATHLEN 1024 -#endif - #define LO_BUFSIZE 1024 static int lo_initialize(PGconn *conn); -- cgit v1.2.3