From 51f62d505e2aba66bf7870c7bd005cd32e7d0953 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 25 Oct 1999 03:08:03 +0000 Subject: Standardize on MAXPGPATH as the size of a file pathname buffer, eliminating some wildly inconsistent coding in various parts of the system. I set MAXPGPATH = 1024 in config.h.in. If anyone is really convinced that there ought to be a configure-time test to set the value, go right ahead ... but I think it's a waste of time. --- src/include/port/win32.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/port/win32.h') diff --git a/src/include/port/win32.h b/src/include/port/win32.h index 7e21816b2b..59bd010afc 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -2,6 +2,3 @@ #define NEED_SIG_JMP #define USES_WINSOCK #define NOFILE 100 -#ifndef MAXPATHLEN -#define MAXPATHLEN 250 -#endif -- cgit v1.2.1