This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #97466] Stop defined from propagating ref cx too far
[perl5.git] / ext / File-Glob / bsd_glob.c
index 1e9ead3..5019af1 100644 (file)
@@ -83,7 +83,7 @@ static char sscsid[]=  "$OpenBSD: glob.c,v 1.8.10.1 2001/04/10 jason Exp $";
 #  ifdef PATH_MAX
 #    define    MAXPATHLEN      PATH_MAX
 #  else
-#    define    MAXPATHLEN      4096
+#    define    MAXPATHLEN      1024
 #  endif
 #endif