summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-12-06 13:35:31 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-12-06 13:35:31 +0000
commit0f31cffe78d3a5cfa348eb1c3208e5daec5777d9 (patch)
treec9c2a9068c94d6f51785102caabd99baed4a564d /pp_sys.c
parent0cc1d052f2b5aa0a485e4a60aabe91829ddbe78c (diff)
downloadperl-0f31cffe78d3a5cfa348eb1c3208e5daec5777d9.tar.gz
fix outdated/incorrect info about arbitrary limits
p4raw-id: //depot/perl@2454
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/pp_sys.c b/pp_sys.c
index 35d6f6f31b..d60c8dc7e8 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -173,14 +173,6 @@ static int dooneliner _((char *cmd, char *filename));
#endif /* no flock() */
-#ifndef MAXPATHLEN
-# ifdef PATH_MAX
-# define MAXPATHLEN PATH_MAX
-# else
-# define MAXPATHLEN 1024
-# endif
-#endif
-
#define ZBTLEN 10
static char zero_but_true[ZBTLEN + 1] = "0 but true";