forked from Annihil/mod_defender
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating from the Vulture Project internal developpement Git
- Loading branch information
1 parent
ab73bd2
commit baca677
Showing
8 changed files
with
100 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
find_path(APACHE_INC | ||
NAMES httpd.h | ||
HINTS | ||
/usr/include/apache2 | ||
/usr/include | ||
/usr/local/include/apache2 | ||
/usr/local/include/apache22 | ||
/usr/local/include/apache24 | ||
/usr/home/vlt-sys/Engine/include) | ||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(APACHE DEFAULT_MSG APACHE_INC) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
find_path(APR_INC | ||
NAMES apr.h | ||
HINTS | ||
/usr/include/apr-1 | ||
/usr/include/apr-1.0 | ||
/usr/local/include/apr-1 | ||
/usr/local/include/apr-1.0) | ||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(APR DEFAULT_MSG APR_INC) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters