Skip to content

Commit 3a10f9f

Browse files
author
b1v1r
committed
Fix autoconf header and include path so trunk builds.
1 parent 7aa83b5 commit 3a10f9f

24 files changed

+1705
-1454
lines changed

Diff for: Makefile.in

+97-88
Large diffs are not rendered by default.

Diff for: aclocal.m4

+154-125
Large diffs are not rendered by default.

Diff for: alp2/Makefile.in

+87-86
Large diffs are not rendered by default.

Diff for: apache2/Makefile.in

+146-143
Large diffs are not rendered by default.

Diff for: apache2/msc_logging.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
* directly using the email address [email protected].
1717
*
1818
*/
19+
20+
#include "modsecurity_config.h"
21+
1922
#include <sys/stat.h>
2023

21-
#include "mod_security2_config.h"
2224
#include "re.h"
2325
#include "msc_logging.h"
2426
#include "httpd.h"

Diff for: apache2/msc_multipart.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
* directly using the email address [email protected].
1717
*
1818
*/
19+
#include "modsecurity_config.h"
20+
1921
#include <ctype.h>
2022
#include <sys/stat.h>
2123

22-
#include "mod_security2_config.h"
2324
#include "msc_multipart.h"
2425
#include "msc_util.h"
2526
#include "msc_parsers.h"

Diff for: apache2/msc_util.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
* directly using the email address [email protected].
1717
*
1818
*/
19+
#include "modsecurity_config.h"
20+
1921
#include <ctype.h>
2022
#include <fcntl.h>
2123
#include <stdlib.h>
2224
#include <sys/types.h>
2325
#include <sys/stat.h>
2426

25-
#include "mod_security2_config.h"
2627
#include "msc_release.h"
2728
#include "msc_util.h"
2829

0 commit comments

Comments
 (0)