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/sco.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/include/port/sco.h') diff --git a/src/include/port/sco.h b/src/include/port/sco.h index 074c653397..daba7b5a70 100644 --- a/src/include/port/sco.h +++ b/src/include/port/sco.h @@ -1,9 +1,3 @@ -#include /* For _POSIX_PATH_MAX */ - -#ifndef MAXPATHLEN -#define MAXPATHLEN _POSIX_PATH_MAX -#endif - #ifndef NOFILE #define NOFILE NOFILES_MIN #endif -- cgit v1.2.1