summaryrefslogtreecommitdiff
path: root/src/include/port/sco.h
diff options
context:
space:
mode:
authorTom Lane1999-10-25 03:08:03 +0000
committerTom Lane1999-10-25 03:08:03 +0000
commit51f62d505e2aba66bf7870c7bd005cd32e7d0953 (patch)
tree127e7cbbf6679dbc2e3cfd08786ab88a7a801f50 /src/include/port/sco.h
parent8a17ed63359325c567694fdd378e71803a53cc73 (diff)
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.
Diffstat (limited to 'src/include/port/sco.h')
-rw-r--r--src/include/port/sco.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/port/sco.h b/src/include/port/sco.h
index 074c6533979..daba7b5a708 100644
--- a/src/include/port/sco.h
+++ b/src/include/port/sco.h
@@ -1,9 +1,3 @@
-#include <limits.h> /* For _POSIX_PATH_MAX */
-
-#ifndef MAXPATHLEN
-#define MAXPATHLEN _POSIX_PATH_MAX
-#endif
-
#ifndef NOFILE
#define NOFILE NOFILES_MIN
#endif