diff options
author | Nick Kew <niq@apache.org> | 2008-03-29 17:13:28 +0000 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2008-03-29 17:13:28 +0000 |
commit | 8f6e6a9726505dbb44f17a297aca88f5ed5cd194 (patch) | |
tree | 0b8dec4b8a3ad7f7615fe6a93573ed50987f396d /libhttpd.dsp | |
parent | 1ddce36dfc0fd944310f6319efc26fe4dee7cbb2 (diff) | |
download | httpd-8f6e6a9726505dbb44f17a297aca88f5ed5cd194.tar.gz |
Introduce ap_expr expression parser API
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 07ed3b29b4..f1310468ca 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -116,6 +116,10 @@ SOURCE=.\include\ap_config.h # End Source File # Begin Source File +SOURCE=.\include\ap_expr.h +# End Source File +# Begin Source File + SOURCE=.\include\ap_mmn.h # End Source File # Begin Source File @@ -492,6 +496,10 @@ SOURCE=.\include\util_ebcdic.h # End Source File # Begin Source File +SOURCE=.\server\util_expr.c +# End Source File +# Begin Source File + SOURCE=.\server\util_filter.c # End Source File # Begin Source File |