Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ff1b8b2e
Commit
ff1b8b2e
authored
Jun 26, 1999
by
David Byers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed support for precompiled aux items.
parent
f9aebe8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/server/aux-items.c
src/server/aux-items.c
+6
-5
No files found.
src/server/aux-items.c
View file @
ff1b8b2e
/*
* $Id: aux-items.c,v 1.2
1
1999/06/26 1
1:55:34 ced
er Exp $
* $Id: aux-items.c,v 1.2
2
1999/06/26 1
4:07:27 by
er
s
Exp $
* Copyright (C) 1994-1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -68,9 +68,9 @@ unsigned long num_aux_item_definitions = 0;
/* Variables local to this file */
static
Aux_item_definition
compiled_aux_items
[]
=
{
};
#if COMPILED_AUX_ITEMS
static
Aux_item_definition
compiled_aux_items
[]
=
{};
#endif
/* Forward declaration of triggers */
...
...
@@ -486,16 +486,17 @@ aux_item_definition_cache_regexp(Aux_item_definition *def,
void
initialize_aux_items
(
char
*
aux_def_file
)
{
#if COMPILED_AUX_ITEMS
unsigned
long
i
;
/* Set up precompiled items */
for
(
i
=
0
;
i
<
(
sizeof
(
compiled_aux_items
)
/
sizeof
(
*
compiled_aux_items
));
i
++
)
{
aux_item_definition_add
(
&
compiled_aux_items
[
i
]);
}
#endif
/* Read definitions from configuration file */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment