summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
-rw-r--r--.cdtproject65
-rw-r--r--.cvsignore35
-rw-r--r--.project89
-rwxr-xr-xautogen.sh8
-rw-r--r--mod_log_sql.prj140
5 files changed, 158 insertions, 179 deletions
diff --git a/.cdtproject b/.cdtproject
new file mode 100644
index 0000000..1c6ac35
--- /dev/null
+++ b/.cdtproject
@@ -0,0 +1,65 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse-cdt version="2.0"?>
3
4<cdtproject id="org.eclipse.cdt.make.core.make">
5<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
6<extension id="org.eclipse.cdt.core.GNU_ELF" point="org.eclipse.cdt.core.BinaryParser">
7<attribute key="addr2line" value="addr2line"/>
8<attribute key="c++filt" value="c++filt"/>
9</extension>
10<extension id="org.eclipse.cdt.core.domsourceindexer" point="org.eclipse.cdt.core.CIndexer"/>
11<data>
12<item id="scannerConfiguration">
13<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
14<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
15<buildOutputProvider>
16<openAction enabled="true" filePath=""/>
17<parser enabled="true"/>
18</buildOutputProvider>
19<scannerInfoProvider id="specsFile">
20<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
21<parser enabled="true"/>
22</scannerInfoProvider>
23</profile>
24<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
25<buildOutputProvider>
26<openAction enabled="false" filePath=""/>
27<parser enabled="true"/>
28</buildOutputProvider>
29<scannerInfoProvider id="makefileGenerator">
30<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
31<parser enabled="false"/>
32</scannerInfoProvider>
33</profile>
34<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
35<buildOutputProvider>
36<openAction enabled="false" filePath=""/>
37<parser enabled="true"/>
38</buildOutputProvider>
39<scannerInfoProvider id="specsFile">
40<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
41<parser enabled="false"/>
42</scannerInfoProvider>
43</profile>
44<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfile">
45<buildOutputProvider>
46<openAction enabled="false" filePath=""/>
47<parser enabled="true"/>
48</buildOutputProvider>
49<scannerInfoProvider id="specsFile">
50<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
51<parser enabled="false"/>
52</scannerInfoProvider>
53</profile>
54</item>
55<item id="org.eclipse.cdt.core.pathentry">
56<pathentry include="/misc/projects/apache_incs/2.0/apr-0" kind="inc" path="" system="true"/>
57<pathentry include="/misc/projects/apache_incs/2.0/httpd" kind="inc" path="" system="true"/>
58<pathentry include="/usr/include/mysql" kind="inc" path="" system="true"/>
59<pathentry kind="mac" name="WITH_APACHE20" path="" value=""/>
60<pathentry kind="src" path=""/>
61<pathentry kind="out" path=""/>
62<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
63</item>
64</data>
65</cdtproject>
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index 2f18090..0000000
--- a/.cvsignore
+++ /dev/null
@@ -1,35 +0,0 @@
1aclocal.m4
2*.la
3.libs
4.deps
5*.lo
6*.slo
7*.so
8autom4te-2.53.cache
9Makefile
10configure
11config.cache
12config.nice
13config.log
14config.status
15configure
16conftest
17conftest.c
18conftest.o
19*.prj.bak
20*.pws
21libtool
22ltmain.sh
23Makefile
24missing
25mkinstalldirs
26stamp-h
27stamp-h.in
28.tm_project.cache
29config.h
30config.h.in
31include
32include13
33include20
34TODO
35Release
diff --git a/.project b/.project
new file mode 100644
index 0000000..2b30313
--- /dev/null
+++ b/.project
@@ -0,0 +1,89 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<projectDescription>
3 <name>mod_log_sql</name>
4 <comment></comment>
5 <projects>
6 </projects>
7 <buildSpec>
8 <buildCommand>
9 <name>org.eclipse.cdt.make.core.makeBuilder</name>
10 <triggers>clean,full,incremental,</triggers>
11 <arguments>
12 <dictionary>
13 <key>org.eclipse.cdt.make.core.build.arguments</key>
14 <value></value>
15 </dictionary>
16 <dictionary>
17 <key>org.eclipse.cdt.core.errorOutputParser</key>
18 <value>org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.VCErrorParser;</value>
19 </dictionary>
20 <dictionary>
21 <key>org.eclipse.cdt.make.core.environment</key>
22 <value></value>
23 </dictionary>
24 <dictionary>
25 <key>org.eclipse.cdt.make.core.enableAutoBuild</key>
26 <value>false</value>
27 </dictionary>
28 <dictionary>
29 <key>org.eclipse.cdt.make.core.build.target.inc</key>
30 <value>all</value>
31 </dictionary>
32 <dictionary>
33 <key>org.eclipse.cdt.make.core.enableFullBuild</key>
34 <value>true</value>
35 </dictionary>
36 <dictionary>
37 <key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key>
38 <value>true</value>
39 </dictionary>
40 <dictionary>
41 <key>org.eclipse.cdt.make.core.build.location</key>
42 <value></value>
43 </dictionary>
44 <dictionary>
45 <key>org.eclipse.cdt.make.core.build.command</key>
46 <value>sshmake</value>
47 </dictionary>
48 <dictionary>
49 <key>org.eclipse.cdt.make.core.build.target.clean</key>
50 <value>clean</value>
51 </dictionary>
52 <dictionary>
53 <key>org.eclipse.cdt.make.core.enableCleanBuild</key>
54 <value>true</value>
55 </dictionary>
56 <dictionary>
57 <key>org.eclipse.cdt.make.core.append_environment</key>
58 <value>true</value>
59 </dictionary>
60 <dictionary>
61 <key>org.eclipse.cdt.make.core.build.target.full</key>
62 <value>clean all</value>
63 </dictionary>
64 <dictionary>
65 <key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
66 <value>false</value>
67 </dictionary>
68 <dictionary>
69 <key>org.eclipse.cdt.make.core.build.target.auto</key>
70 <value>all</value>
71 </dictionary>
72 <dictionary>
73 <key>org.eclipse.cdt.make.core.stopOnError</key>
74 <value>false</value>
75 </dictionary>
76 </arguments>
77 </buildCommand>
78 <buildCommand>
79 <name>org.eclipse.cdt.make.core.ScannerConfigBuilder</name>
80 <arguments>
81 </arguments>
82 </buildCommand>
83 </buildSpec>
84 <natures>
85 <nature>org.eclipse.cdt.core.cnature</nature>
86 <nature>org.eclipse.cdt.make.core.makeNature</nature>
87 <nature>org.eclipse.cdt.make.core.ScannerConfigNature</nature>
88 </natures>
89</projectDescription>
diff --git a/autogen.sh b/autogen.sh
index 9d8dbac..829fd3a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,15 +1,15 @@
1#!/bin/sh 1#!/bin/sh
2 2
3if [ -z $ACLOCAL ]; then 3if [ -z $ACLOCAL ]; then
4 ACLOCAL=aclocal-1.7 4 ACLOCAL=aclocal
5fi 5fi
6if [ -z $AUTOCONF ]; then 6if [ -z $AUTOCONF ]; then
7 AUTOCONF=autoconf-2.57 7 AUTOCONF=autoconf
8fi 8fi
9if [ -z $AUTOHEADER ]; then 9if [ -z $AUTOHEADER ]; then
10 AUTOHEADER=autoheader-2.57 10 AUTOHEADER=autoheader
11fi 11fi
12rm -rf autom4te-2.53.cache 12rm -rf autom4te.cache
13$ACLOCAL -I m4 13$ACLOCAL -I m4
14$AUTOHEADER 14$AUTOHEADER
15$AUTOCONF 15$AUTOCONF
diff --git a/mod_log_sql.prj b/mod_log_sql.prj
deleted file mode 100644
index df61439..0000000
--- a/mod_log_sql.prj
+++ /dev/null
@@ -1,140 +0,0 @@
1# Anjuta Version 1.0.2
2Compatibility Level: 1
3
4<PROJECT_DESCRIPTION_START>
5Port of mod_log_sql to apache 2.0
6<PROJECT_DESCRIPTION_END>
7<CONFIG_PROGS_START>
8<CONFIG_PROGS_END>
9<CONFIG_LIBS_START>
10<CONFIG_LIBS_END>
11<CONFIG_HEADERS_START>
12<CONFIG_HEADERS_END>
13<CONFIG_CHARACTERISTICS_START>
14<CONFIG_CHARACTERISTICS_END>
15<CONFIG_LIB_FUNCS_START>
16<CONFIG_LIB_FUNCS_END>
17<CONFIG_ADDITIONAL_START>
18<CONFIG_ADDITIONAL_END>
19<CONFIG_FILES_START>
20<CONFIG_FILES_END>
21<MAKEFILE_AM_START>
22<MAKEFILE_AM_END>
23
24props.file.type=project
25
26anjuta.version=1.0.2
27anjuta.compatibility.level=1
28
29project.name=mod_log_sql
30project.type=GENERIC
31project.target.type=EXECUTABLE
32project.version=1.94
33project.author=Edward Rudd
34project.source.target=unknown
35project.has.gettext=0
36project.programming.language=C
37project.excluded.modules=intl
38
39project.config.extra.modules.before=
40project.config.extra.modules.after=
41project.config.blocked=1
42project.config.disable.overwriting=1 1 1 1 1 1 1 1 1
43
44project.menu.entry=mod_log_sql Version 1.99
45project.menu.group=Application
46project.menu.comment=mod_log_sql Version 1.99
47project.menu.icon=
48project.menu.need.terminal=0
49
50project.configure.options=
51anjuta.program.arguments=
52preferences.indent.automatic=1
53preferences.use.tabs=0
54preferences.indent.opening=0
55preferences.indent.closing=0
56preferences.tabsize=4
57preferences.indent.size=4
58preferences.autoformat.style=Style of Kangleipak
59preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss
60preferences.autoformat.disable=0
61preferences.debugger.command=gdb
62preferences.ui.designer=glade '$(project.name).glade'
63preferences.help.browser=devhelp -s '$(current.file.selection)'
64
65module.include.name=.
66module.include.type=
67module.include.expanded=1
68module.include.files=\
69 apache13.h\
70 apache20.h\
71 functions.h\
72 functions13.h\
73 functions20.h\
74 mod_log_sql.h
75
76module.source.name=.
77module.source.type=
78module.source.expanded=1
79module.source.files=\
80 mod_log_sql.c\
81 contrib/mysql_import_combined_log.pl\
82 mod_log_sql_ssl.c\
83 mod_log_sql_mysql.c\
84 contrib/make_combined_log.pl\
85 mod_log_sql_pgsql.c\
86 mod_log_sql_dbi.c
87
88module.pixmap.name=.
89module.pixmap.type=
90module.pixmap.expanded=0
91module.pixmap.files=
92
93module.data.name=.
94module.data.type=
95module.data.expanded=1
96module.data.files=\
97 Makefile.in\
98 configure.ac\
99 create_tables.sql\
100 Documentation/Makefile.in\
101 contrib/Makefile.in
102
103module.help.name=.
104module.help.type=
105module.help.expanded=0
106module.help.files=
107
108module.doc.name=.
109module.doc.type=
110module.doc.expanded=1
111module.doc.files=\
112 Documentation/README\
113 INSTALL\
114 CHANGELOG\
115 LICENSE\
116 AUTHORS\
117 TODO\
118 Documentation/manual.xml\
119 TODO.in
120
121module.po.expanded=0
122module.po.files=
123
124compiler.options.supports=
125compiler.options.include.paths=\
126 .\
127 /usr/include/apache
128compiler.options.library.paths=
129compiler.options.libraries=
130compiler.options.libraries.selected=
131compiler.options.defines=\
132 HAVE_CONFIG_H
133compiler.options.warning.buttons=0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0
134compiler.options.optimize.buttons=0 0 1 0
135compiler.options.other.buttons=1 0
136compiler.options.other.c.flags=
137compiler.options.other.l.flags=
138compiler.options.other.l.libs=
139project.source.paths=
140