blob: 9cd8feab4eb4dc18f97ad2a682c13ed14099a00d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
# Anjuta Version 1.0.2
Compatibility Level: 1
<PROJECT_DESCRIPTION_START>
Port of mod_log_sql to apache 2.0
<PROJECT_DESCRIPTION_END>
<CONFIG_PROGS_START>
<CONFIG_PROGS_END>
<CONFIG_LIBS_START>
<CONFIG_LIBS_END>
<CONFIG_HEADERS_START>
<CONFIG_HEADERS_END>
<CONFIG_CHARACTERISTICS_START>
<CONFIG_CHARACTERISTICS_END>
<CONFIG_LIB_FUNCS_START>
<CONFIG_LIB_FUNCS_END>
<CONFIG_ADDITIONAL_START>
<CONFIG_ADDITIONAL_END>
<CONFIG_FILES_START>
<CONFIG_FILES_END>
<MAKEFILE_AM_START>
<MAKEFILE_AM_END>
props.file.type=project
anjuta.version=1.0.2
anjuta.compatibility.level=1
project.name=mod_log_sql
project.type=GENERIC
project.target.type=EXECUTABLE
project.version=1.94
project.author=Edward Rudd
project.source.target=unknown
project.has.gettext=0
project.programming.language=C
project.excluded.modules=intl
project.config.extra.modules.before=
project.config.extra.modules.after=
project.config.blocked=1
project.config.disable.overwriting=1 1 1 1 1 1 1 1 1
project.menu.entry=mod_log_sql Version 1.99
project.menu.group=Application
project.menu.comment=mod_log_sql Version 1.99
project.menu.icon=
project.menu.need.terminal=0
project.configure.options=
anjuta.program.arguments=
module.include.name=.
module.include.type=
module.include.expanded=1
module.include.files=\
apache13.h\
apache20.h\
functions.h\
functions13.h\
functions20.h\
mod_log_sql.h
module.source.name=.
module.source.type=
module.source.expanded=1
module.source.files=\
mod_log_sql.c\
make_combined_log.pl\
contrib/mysql_import_combined_log.pl\
mod_log_sql_ssl.c\
mod_log_sql_mysql.c
module.pixmap.name=.
module.pixmap.type=
module.pixmap.expanded=0
module.pixmap.files=
module.data.name=.
module.data.type=
module.data.expanded=1
module.data.files=\
Makefile.in\
configure.ac\
create_tables.sql\
Documentation/Makefile.in\
contrib/Makefile.in
module.help.name=.
module.help.type=
module.help.expanded=0
module.help.files=
module.doc.name=.
module.doc.type=
module.doc.expanded=1
module.doc.files=\
Documentation/README\
INSTALL\
CHANGELOG\
LICENSE\
AUTHORS\
TODO\
Documentation/manual.xml
module.po.expanded=0
module.po.files=
compiler.options.supports=
compiler.options.include.paths=\
.\
..\
/opt/apache2/include
compiler.options.library.paths=
compiler.options.libraries=
compiler.options.libraries.selected=
compiler.options.defines=\
HAVE_CONFIG_H
compiler.options.warning.buttons=0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0
compiler.options.optimize.buttons=0 0 1 0
compiler.options.other.buttons=1 0
compiler.options.other.c.flags=
compiler.options.other.l.flags=
compiler.options.other.l.libs=
project.source.paths=
|