diff options
author | ivan <ivan> | 2007-01-22 17:05:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-01-22 17:05:15 +0000 |
commit | 9ac1427c435133138288745b1072540a6b8b030f (patch) | |
tree | 754c2d891abe9747be1337ae504de9b62d668647 /Makefile | |
parent | e81089e14bf8bd59c9dee9e70763df902962fb2b (diff) |
halfass v2 too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -19,8 +19,11 @@ FREESIDE_EXPORT = /usr/local/etc/freeside MASON_HANDLER = ${FREESIDE_CONF}/handler.pl MASONDATA = ${FREESIDE_CACHE}/masondata -#yup +#mod_perl v1 APACHE_VERSION = 1 +#mod_perl v2 prereleases up to and including 1.999_21 +#APACHE_VERSON = 1.99 +#mod_perl v2 proper and prereleases 1.999_22 and after #APACHE_VERSION = 2 # only mason now |