Add flag to sudo_parseln() to disable line continuation support.

This commit is contained in:
Todd C. Miller
2016-09-01 10:50:39 -06:00
parent 852fe25bc1
commit 2a4ba64c84
2 changed files with 10 additions and 4 deletions

View File

@@ -140,6 +140,7 @@
/* sudo_parseln() flags */
#define PARSELN_COMM_BOL 1 /* comments only at begining of line */
#define PARSELN_CONT_IGN 2 /* ignore line continuation char */
/*
* Macros to quiet gcc's warn_unused_result attribute.