Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ff1b8b2e
Commit
ff1b8b2e
authored
Jun 26, 1999
by
David Byers
Browse files
Removed support for precompiled aux items.
parent
f9aebe8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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