1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00

* For AP_MAX_REG_MATCH we need to ensure that httpd.h is there, otherwise we

fail to compile exports.c


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ruediger Pluem
2008-03-29 22:25:07 +00:00
parent 6df04a66fa
commit dd2aa04626

View File

@@ -14,6 +14,8 @@
* limitations under the License.
*/
#include "httpd.h"
/* conditional expression parser stuff */
typedef enum {
TOKEN_STRING,