Imported Upstream version 1.8.4p4
[debian/sudo] / plugins / sudoers / regress / parser / check_fill.c
index 599a202e21c1070d4f9a980e5b7437e09d08ffab..e0f39214f869687d4ffc935cb7c751d7856a8e81 100644 (file)
 #  include <stdlib.h>
 # endif
 #endif /* STDC_HEADERS */
+#ifdef HAVE_STDBOOL_H
+# include <stdbool.h>
+#else
+# include "compat/stdbool.h"
+#endif /* HAVE_STDBOOL_H */
 #ifdef HAVE_STRING_H
 # include <string.h>
 #endif /* HAVE_STRING_H */
 #include <grp.h>
 #include <pwd.h>
 
+#define SUDO_ERROR_WRAP 0
+
 #include "list.h"
 #include "parse.h"
 #include "toke.h"
-#include "gram.h"
+#include "sudo_plugin.h"
+#include <gram.h>
 
 /*
  * TODO: test realloc
  */
 
+sudo_conv_t sudo_conv;         /* NULL in non-plugin */
+
 YYSTYPE yylval;
 
 struct fill_test {