Move SUDOERS_QUOTED define to parse.h

This commit is contained in:
Todd C. Miller
2018-02-02 06:28:04 -07:00
parent 07d9cec271
commit f4ce2b25fc
2 changed files with 4 additions and 4 deletions

View File

@@ -38,9 +38,6 @@
#include "sudo_lbuf.h"
#include <gram.h>
/* Characters that must be quoted in sudoers */
#define SUDOERS_QUOTED ":\\,=#\""
/*
* Local prototypes.
*/
@@ -844,7 +841,7 @@ done:
}
/*
* Print the contents of a struct member to stdout
* Write the contents of a struct member to the lbuf
*/
static void
print_member_int(struct sudo_lbuf *lbuf, char *name, int type, int negated,