Move around some code to make unit tests easier to build.

This commit is contained in:
brectanus
2007-12-19 20:44:56 +00:00
parent 2103fb560b
commit 61e4623bae
4 changed files with 10 additions and 19 deletions

View File

@@ -25,15 +25,6 @@
msc_engine DSOLOCAL *modsecurity = NULL;
modsec_build_type_rec DSOLOCAL modsec_build_type[] = {
{ "dev", 1 }, /* Development build */
{ "rc", 3 }, /* Release Candidate build */
{ "", 9 }, /* Production build */
{ "breach", 9 }, /* Breach build */
{ "trunk", 9 }, /* Trunk build */
{ NULL, -1 } /* terminator */
};
/* Global module variables; these are used for the Apache-specific functionality */
char DSOLOCAL *chroot_dir = NULL;