author | Michael Krelin <hacker@klever.net> | 2005-02-13 14:02:29 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-02-13 14:02:29 (UTC) |
commit | 4fa4a0071ef9a04c02f8934b2e1d3b7628a65c80 (patch) (unidiff) | |
tree | 47f2e6866ab812985ae9e6adbcea8bb785fa0403 /.gitignore | |
parent | ff4b919683537625f693eedf53006364d0f8444d (diff) | |
download | kingate-4fa4a0071ef9a04c02f8934b2e1d3b7628a65c80.zip kingate-4fa4a0071ef9a04c02f8934b2e1d3b7628a65c80.tar.gz kingate-4fa4a0071ef9a04c02f8934b2e1d3b7628a65c80.tar.bz2 |
1. Support for 'plain' CGI
2. Made fastcgi support optional
3. bumped version to 0.0.1
4. doxygen documentation target 'dox' is not built for 'all' now
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,23 +1,24 @@ | |||
1 | configure | 1 | configure |
2 | Makefile.in | 2 | Makefile.in |
3 | kingate.pc | 3 | kingate.pc |
4 | Doxyfile | 4 | Doxyfile |
5 | config.log | 5 | config.log |
6 | depcomp | 6 | depcomp |
7 | kingate-fcgi.pc | 7 | kingate-fcgi.pc |
8 | config.guess | 8 | config.guess |
9 | config.h | 9 | config.h |
10 | ltmain.sh | 10 | ltmain.sh |
11 | config.sub | 11 | config.sub |
12 | INSTALL | 12 | INSTALL |
13 | Makefile | 13 | Makefile |
14 | config.status | 14 | config.status |
15 | stamp-h1 | 15 | stamp-h1 |
16 | config.h.in | 16 | config.h.in |
17 | libtool | 17 | libtool |
18 | autom4te.cache | 18 | autom4te.cache |
19 | missing | 19 | missing |
20 | aclocal.m4 | 20 | aclocal.m4 |
21 | install-sh | 21 | install-sh |
22 | NEWS | 22 | NEWS |
23 | doxydox | 23 | doxydox |
24 | kingate-plaincgi.pc | ||