Skip to content
GitLab
Menu
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
c49ea2ba
Commit
c49ea2ba
authored
Sep 22, 2001
by
David Byers
Browse files
(assign): Added owner-delete.
parent
d569f174
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/aux-item-def-parse.y
View file @
c49ea2ba
%{
/*
* $Id: aux-item-def-parse.y,v 1.1
0 1999/07/10 22:33:03 ced
er Exp $
* $Id: aux-item-def-parse.y,v 1.1
1 2001/09/22 13:41:24 by
er
s
Exp $
* Copyright (C) 1994-1996, 1999 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -272,6 +272,8 @@ assign : ID '=' value ';'
$1, $3, @3.first_line);
CHK_ASSIGN("permanent", may_not_delete, BOOLEAN,
$1, $3, @3.first_line);
CHK_ASSIGN("owner-delete", owner_delete, BOOLEAN,
$1, $3, @3.first_line);
CHK_FLAG_A("inherit", inherit, $1, $3, @3.first_line);
CHK_FLAG_A("secret", secret, $1, $3, @3.first_line);
CHK_FLAG_A("hide-creator", hide_creator,
...
...
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