From: Stefan Fritsch Date: Thu, 22 Mar 2012 21:50:52 +0000 (+0000) Subject: Don't define PATH_MAX, we use APR_PATH_MAX anyway. X-Git-Tag: 2.5.0-alpha~7322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75ee539a40da6ae53edf7c1b69f939f4dc703366;p=apache Don't define PATH_MAX, we use APR_PATH_MAX anyway. This broke compilation on GNU hurd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1304087 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/libsed.h b/modules/filters/libsed.h index a889d50ab0..76cbc0ce8a 100644 --- a/modules/filters/libsed.h +++ b/modules/filters/libsed.h @@ -28,9 +28,6 @@ extern "C" { #include #include "apr_file_io.h" -#ifndef PATH_MAX -#define PATH_MAX MAX_PATH -#endif #define SED_NLINES 256 #define SED_DEPTH 20