]> granicus.if.org Git - apache/commitdiff
Don't define PATH_MAX, we use APR_PATH_MAX anyway.
authorStefan Fritsch <sf@apache.org>
Thu, 22 Mar 2012 21:50:52 +0000 (21:50 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 22 Mar 2012 21:50:52 +0000 (21:50 +0000)
This broke compilation on GNU hurd.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1304087 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/libsed.h

index a889d50ab0512a972ed9aee24c1c392067effcb8..76cbc0ce8ad0c3407416f0692451c2cc8e6a3ec5 100644 (file)
@@ -28,9 +28,6 @@ extern "C" {
 #include <limits.h>
 
 #include "apr_file_io.h"
-#ifndef PATH_MAX
-#define PATH_MAX MAX_PATH
-#endif
 
 #define SED_NLINES 256
 #define SED_DEPTH 20