From fe5da47dda46ba05e019cdfbe9e6d7b593bde596 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Thu, 22 Mar 2012 21:50:52 +0000 Subject: [PATCH] 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 --- modules/filters/libsed.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/filters/libsed.h b/modules/filters/libsed.h index a889d50ab05..76cbc0ce8ad 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 -- 2.47.3