#include "configyyrename.h"

#line 3 "<stdout>"

#define  YY_INT_ALIGNED short int

/* A lexical scanner generated by flex */

#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 6
#define YY_FLEX_SUBMINOR_VERSION 1
#if YY_FLEX_SUBMINOR_VERSION > 0
#define FLEX_BETA
#endif

/* First, we deal with  platform-specific or compiler-specific issues. */

/* begin standard C headers. */
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>

/* end standard C headers. */

/* flex integer type definitions */

#ifndef FLEXINT_H
#define FLEXINT_H

/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */

#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L

/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
 * if you want the limit (max/min) macros for int types. 
 */
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif

#include <inttypes.h>
typedef int8_t flex_int8_t;
typedef uint8_t flex_uint8_t;
typedef int16_t flex_int16_t;
typedef uint16_t flex_uint16_t;
typedef int32_t flex_int32_t;
typedef uint32_t flex_uint32_t;
#else
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
typedef unsigned char flex_uint8_t; 
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;

/* Limits of integral types. */
#ifndef INT8_MIN
#define INT8_MIN               (-128)
#endif
#ifndef INT16_MIN
#define INT16_MIN              (-32767-1)
#endif
#ifndef INT32_MIN
#define INT32_MIN              (-2147483647-1)
#endif
#ifndef INT8_MAX
#define INT8_MAX               (127)
#endif
#ifndef INT16_MAX
#define INT16_MAX              (32767)
#endif
#ifndef INT32_MAX
#define INT32_MAX              (2147483647)
#endif
#ifndef UINT8_MAX
#define UINT8_MAX              (255U)
#endif
#ifndef UINT16_MAX
#define UINT16_MAX             (65535U)
#endif
#ifndef UINT32_MAX
#define UINT32_MAX             (4294967295U)
#endif

#endif /* ! C99 */

#endif /* ! FLEXINT_H */

/* TODO: this is always defined, so inline it */
#define yyconst const

#if defined(__GNUC__) && __GNUC__ >= 3
#define yynoreturn __attribute__((__noreturn__))
#else
#define yynoreturn
#endif

/* Returned upon end-of-file. */
#define YY_NULL 0

/* Promotes a possibly negative, possibly signed char to an unsigned
 * integer for use as an array index.  If the signed char is negative,
 * we want to instead treat it as an 8-bit unsigned char, hence the
 * double cast.
 */
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)

/* Enter a start condition.  This macro really ought to take a parameter,
 * but we do it the disgusting crufty way forced on us by the ()-less
 * definition of BEGIN.
 */
#define BEGIN (yy_start) = 1 + 2 *

/* Translate the current start state into a value that can be later handed
 * to BEGIN to return to the state.  The YYSTATE alias is for lex
 * compatibility.
 */
#define YY_START (((yy_start) - 1) / 2)
#define YYSTATE YY_START

/* Action number for EOF rule of a given start state. */
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)

/* Special action meaning "start processing a new file". */
#define YY_NEW_FILE yyrestart(yyin  )

#define YY_END_OF_BUFFER_CHAR 0

/* Size of default input buffer. */
#ifndef YY_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k.
 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
 * Ditto for the __ia64__ case accordingly.
 */
#define YY_BUF_SIZE 32768
#else
#define YY_BUF_SIZE 16384
#endif /* __ia64__ */
#endif

/* The state buf must be large enough to hold one state per character in the main buffer.
 */
#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))

#ifndef YY_TYPEDEF_YY_BUFFER_STATE
#define YY_TYPEDEF_YY_BUFFER_STATE
typedef struct yy_buffer_state *YY_BUFFER_STATE;
#endif

#ifndef YY_TYPEDEF_YY_SIZE_T
#define YY_TYPEDEF_YY_SIZE_T
typedef size_t yy_size_t;
#endif

extern int yyleng;

extern FILE *yyin, *yyout;

#define EOB_ACT_CONTINUE_SCAN 0
#define EOB_ACT_END_OF_FILE 1
#define EOB_ACT_LAST_MATCH 2

    #define YY_LESS_LINENO(n)
    #define YY_LINENO_REWIND_TO(ptr)
    
/* Return all but the first "n" matched characters back to the input stream. */
#define yyless(n) \
	do \
		{ \
		/* Undo effects of setting up yytext. */ \
        yy_size_t yyless_macro_arg = (n); \
        YY_LESS_LINENO(yyless_macro_arg);\
		*yy_cp = (yy_hold_char); \
		YY_RESTORE_YY_MORE_OFFSET \
		(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
		} \
	while ( 0 )

#define unput(c) yyunput( c, (yytext_ptr)  )

#ifndef YY_STRUCT_YY_BUFFER_STATE
#define YY_STRUCT_YY_BUFFER_STATE
struct yy_buffer_state
	{
	FILE *yy_input_file;

	char *yy_ch_buf;		/* input buffer */
	char *yy_buf_pos;		/* current position in input buffer */

	/* Size of input buffer in bytes, not including room for EOB
	 * characters.
	 */
	int yy_buf_size;

	/* Number of characters read into yy_ch_buf, not including EOB
	 * characters.
	 */
	int yy_n_chars;

	/* Whether we "own" the buffer - i.e., we know we created it,
	 * and can realloc() it to grow it, and should free() it to
	 * delete it.
	 */
	int yy_is_our_buffer;

	/* Whether this is an "interactive" input source; if so, and
	 * if we're using stdio for input, then we want to use getc()
	 * instead of fread(), to make sure we stop fetching input after
	 * each newline.
	 */
	int yy_is_interactive;

	/* Whether we're considered to be at the beginning of a line.
	 * If so, '^' rules will be active on the next match, otherwise
	 * not.
	 */
	int yy_at_bol;

    int yy_bs_lineno; /**< The line count. */
    int yy_bs_column; /**< The column count. */
    
	/* Whether to try to fill the input buffer when we reach the
	 * end of it.
	 */
	int yy_fill_buffer;

	int yy_buffer_status;

#define YY_BUFFER_NEW 0
#define YY_BUFFER_NORMAL 1
	/* When an EOF's been seen but there's still some text to process
	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
	 * shouldn't try reading from the input source any more.  We might
	 * still have a bunch of tokens to match, though, because of
	 * possible backing-up.
	 *
	 * When we actually see the EOF, we change the status to "new"
	 * (via yyrestart()), so that the user can continue scanning by
	 * just pointing yyin at a new input file.
	 */
#define YY_BUFFER_EOF_PENDING 2

	};
#endif /* !YY_STRUCT_YY_BUFFER_STATE */

/* Stack of input buffers. */
static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */

/* We provide macros for accessing buffer states in case in the
 * future we want to put the buffer states in a more general
 * "scanner state".
 *
 * Returns the top of the stack, or NULL.
 */
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
                          ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
                          : NULL)

/* Same as previous macro, but useful when we know that the buffer stack is not
 * NULL or when we need an lvalue. For internal use only.
 */
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]

/* yy_hold_char holds the character lost when yytext is formed. */
static char yy_hold_char;
static int yy_n_chars;		/* number of characters read into yy_ch_buf */
int yyleng;

/* Points to current character in buffer. */
static char *yy_c_buf_p = NULL;
static int yy_init = 0;		/* whether we need to initialize */
static int yy_start = 0;	/* start state number */

/* Flag which is used to allow yywrap()'s to do buffer switches
 * instead of setting up a fresh yyin.  A bit of a hack ...
 */
static int yy_did_buffer_switch_on_eof;

void yyrestart (FILE *input_file  );
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size  );
void yy_delete_buffer (YY_BUFFER_STATE b  );
void yy_flush_buffer (YY_BUFFER_STATE b  );
void yypush_buffer_state (YY_BUFFER_STATE new_buffer  );
void yypop_buffer_state (void );

static void yyensure_buffer_stack (void );
static void yy_load_buffer_state (void );
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file  );

#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )

YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size  );
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str  );
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len  );

void *yyalloc (yy_size_t  );
void *yyrealloc (void *,yy_size_t  );
void yyfree (void *  );

#define yy_new_buffer yy_create_buffer

#define yy_set_interactive(is_interactive) \
	{ \
	if ( ! YY_CURRENT_BUFFER ){ \
        yyensure_buffer_stack (); \
		YY_CURRENT_BUFFER_LVALUE =    \
            yy_create_buffer(yyin,YY_BUF_SIZE ); \
	} \
	YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
	}

#define yy_set_bol(at_bol) \
	{ \
	if ( ! YY_CURRENT_BUFFER ){\
        yyensure_buffer_stack (); \
		YY_CURRENT_BUFFER_LVALUE =    \
            yy_create_buffer(yyin,YY_BUF_SIZE ); \
	} \
	YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
	}

#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

/* Begin user sect3 */

typedef unsigned char YY_CHAR;

FILE *yyin = NULL, *yyout = NULL;

typedef int yy_state_type;

extern int yylineno;

int yylineno = 1;

extern char *yytext;
#ifdef yytext_ptr
#undef yytext_ptr
#endif
#define yytext_ptr yytext

static yy_state_type yy_get_previous_state (void );
static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
static int yy_get_next_buffer (void );
static void yynoreturn yy_fatal_error (yyconst char* msg  );

/* Done after the current pattern has been matched and before the
 * corresponding action - sets up yytext.
 */
#define YY_DO_BEFORE_ACTION \
	(yytext_ptr) = yy_bp; \
	(yytext_ptr) -= (yy_more_len); \
	yyleng = (int) (yy_cp - (yytext_ptr)); \
	(yy_hold_char) = *yy_cp; \
	*yy_cp = '\0'; \
	(yy_c_buf_p) = yy_cp;

#define YY_NUM_RULES 100
#define YY_END_OF_BUFFER 101
/* This struct is not used in this scanner,
   but its presence is necessary. */
struct yy_trans_info
	{
	flex_int32_t yy_verify;
	flex_int32_t yy_nxt;
	};
static yyconst flex_int16_t yy_accept[808] =
    {   0,
        1,    1,   88,   88,   92,   92,   96,   96,  101,   99,
        1,   86,   87,    2,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,  100,   88,   89,  100,   90,  100,   95,   92,
       93,   94,  100,   96,   97,   98,  100,   99,    0,    1,
        2,    2,    2,    2,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   88,    0,   95,    0,   92,   96,    0,   99,   99,

       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   67,
       99,   99,   99,   99,   99,   99,   66,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   53,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,

       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,    4,   99,   19,   99,   99,   99,   30,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   42,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,

       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       33,   99,   99,   99,   99,   14,   15,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   48,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   55,   99,    3,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   39,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   91,   99,   99,   99,   99,   99,   99,   99,

       99,   99,   20,   99,   99,   99,   99,   99,   99,   99,
       99,   56,   29,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       25,   99,   99,   99,   99,   99,   18,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   16,   99,   37,   99,   17,   99,   99,   99,   99,
       99,   12,   13,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   68,   70,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   34,   99,   99,   38,   43,

       99,   99,   35,   99,   54,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,    6,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   31,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   22,   99,   99,   99,
       41,   99,   99,   99,   44,   99,   99,   99,   99,   99,
       99,   99,    9,   99,   99,    5,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   80,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   32,   99,   99,   99,   99,   99,   99,

       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
        8,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   50,   99,   47,   78,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   24,   10,   99,
       99,   99,   99,   99,   45,   99,   99,   99,   99,   61,
       11,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   49,   99,   99,   99,   99,   99,   99,   99,
       99,   21,   99,   99,   99,   99,   99,   99,   36,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   99,   99,   99,   99,   99,   99,

       69,   99,   74,   99,   99,   99,   99,   99,   99,   99,
       99,   99,   59,   99,   99,   99,    7,   27,   28,   77,
       99,   83,   99,   84,   99,   99,   99,   99,   58,   99,
       99,   99,   99,   99,   46,   99,   99,   99,   99,   99,
       99,   99,   99,   57,   99,   99,   99,   99,   99,   99,
       99,   99,   99,   99,   62,   23,   99,   75,   76,   99,
       99,   99,   64,   81,   82,   99,   99,   99,   26,   99,
       99,   99,   63,   99,   99,   65,   60,   79,   99,   99,
       99,   99,   99,   99,   99,   85,   51,   99,   99,   99,
       99,   52,   99,   99,   99,   40,   99,   99,   99,   99,

       99,   99,   71,   72,   99,   73,    0
    } ;

static yyconst YY_CHAR yy_ec[256] =
    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    2,    3,
        1,    1,    4,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    2,    1,    5,    6,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    7,    1,    1,    1,    1,    1,
        1,    8,    1,    9,    1,    1,    1,   10,    1,    1,
        1,    1,    1,    1,   11,   12,   13,   14,   15,   16,
       17,   18,   19,    1,   20,   21,   22,   23,   24,   25,
       26,   27,   28,   29,   30,   31,   32,   33,   34,   35,
        1,   36,    1,    1,    1,    1,   37,   38,   39,   40,

       41,   42,   43,   44,   45,    1,   46,   47,   48,   49,
       50,   51,   52,   53,   54,   55,   56,   57,   58,   59,
       60,   61,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,

        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1
    } ;

static yyconst YY_CHAR yy_meta[62] =
    {   0,
        1,    2,    3,    4,    4,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1
    } ;

static yyconst flex_uint16_t yy_base[817] =
    {   0,
        0,    0,   59,   62,   66,   70,   73,   76, 2242, 2205,
       80, 2278, 2278,   83,   63,   79,   89,   71,  110,   96,
       81,  117,  127,   84,  133,  152,  153,  135,  171,  151,
       85,  160,   87, 2203, 2278, 2278, 2278,   89, 2202, 2235,
     2278, 2278,  199, 2200, 2278, 2278,  137, 2197,  210,  143,
        0,  214,    0,    0,  192,  164,  190,  197,  193,  185,
      211,  188,  216,  219,  225,  250,  206,  227,  229,  246,
      247,  249,  238,  253,  248,  263,  264,  260,  255,  286,
      279,  254,  293,  275,  154,  289,  294,  308,  290,  297,
      316, 2195,  227, 2194,  349, 2226, 2186,  232,  323,  324,

      328,  332,  333,  330,  301,  342,  344,  355,  349,  340,
      356,  379,  368,  370,  391,  369,  386,  376,  394,  374,
      396,  388,  395,  400,  389,  378,  390,  410,  412,  414,
      417,  421,  429,  433,  424,  423,  440,  427,  451, 2181,
      459,  460,  457,  464,  456,  453, 2162,  466,  467,  472,
      482,  485,  479,  455,  477,  487,  492,  493,  495,  499,
      500,  510,  530,  531, 2110,  513,  520,  517,  527,  525,
      536,  541,  542,  547,  535,  554,  543,  564,  556,  558,
      553,  561,  578,  573,  579,  581,  584,  598,  585,  613,
      582,  580,  604,  608,  631,  635,  612,  634,  626,  622,

      648,  657,  624,  666,  647,  660,  652,  664,  672,  675,
      683,  674,  678,  688,  692,  690,  694,  698,  702,  710,
      715, 2109,  706, 2107,  712,  709,  716, 2074,  718,  729,
      735,  725,  724,  748,  731,  753,  759,  741,  745,  756,
      751,  758,  767,  760,  763,  782,  771,  786,  774,  784,
      788,  794,  789, 2058,  802,  807,  815,  804,  825,  689,
      824,  818,  827,  829,  801,  822,  841,  828,  851,  842,
      853,  852,  845,  848,  864,  872,  877,  868,  882,  885,
      886,  884,  888,  889,  896,  903,  894,  914,  926,  927,
      913,  920,  911,  912,  917,  922,  935,  940,  941,  968,

      946,  931,  943,  938,  966,  962,  959,  967,  969,  970,
      975,  973,  986,  976,  972,  982, 1006, 1003,  992, 1000,
     2057, 1022, 1016, 1009, 1019, 2052, 2045, 1008,  996, 1030,
     1028, 1033, 1034, 1026, 1029, 1037, 1045, 1052, 1062, 1043,
     1049, 1051, 1055, 1056, 1077, 1075, 1063, 2000, 1078, 1083,
     1086, 1093, 1094, 1097, 1099, 1088, 1096, 1109, 1108, 1111,
     1102, 1114, 1976, 1135, 1964, 1103, 1118, 1134, 1124, 1129,
     1125, 1139, 1143, 1144, 1149, 1141, 1157, 1883, 1161, 1160,
     1151, 1171, 1169, 1170, 1172, 1215, 1154, 1178, 1185, 1175,
     1200, 1188, 1864, 1201, 1195, 1214, 1207, 1209, 1210, 1216,

     1219, 1202, 1833, 1226, 1229, 1233, 1241, 1244, 1236, 1242,
     1246, 1832, 1831, 1243, 1245, 1260, 1252, 1257, 1279, 1280,
     1285, 1277, 1289, 1290, 1291, 1294, 1292, 1284, 1295, 1307,
     1830, 1303, 1314, 1304, 1312, 1313, 1822, 1317, 1332, 1341,
     1330, 1342, 1329, 1344, 1334, 1339, 1340, 1356, 1362, 1367,
     1350, 1773, 1373, 1743, 1370, 1737, 1360, 1380, 1363, 1371,
     1382, 1699, 1688, 1394, 1395, 1399, 1385, 1397, 1396, 1405,
     1407, 1398, 1408, 1409, 1410, 1389, 1406, 1424, 1437, 1432,
     1431, 1433, 1438, 1597, 1581, 1440, 1435, 1429, 1436, 1450,
     1453, 1465, 1473, 1461, 1456, 1541, 1480, 1482, 1508, 1507,

     1487, 1476, 1466, 1488, 1324, 1492, 1484, 1479, 1497, 1474,
     1477, 1495, 1504, 1503, 1506, 1323, 1515, 1516, 1509, 1510,
     1513, 1519, 1532, 1529, 1536, 1530, 1535, 1542, 1533, 1551,
     1557, 1552, 1565, 1561, 1555, 1320, 1558, 1568, 1575, 1570,
     1579, 1574, 1576, 1602, 1606, 1604, 1287, 1607, 1590, 1608,
     1278, 1613, 1618, 1611, 1269, 1619, 1600, 1601, 1627, 1626,
     1616, 1630, 1268, 1628, 1639, 1259, 1659, 1655, 1652, 1653,
     1665, 1666, 1663, 1667, 1664, 1654, 1657, 1677, 1651, 1656,
     1676, 1189, 1687, 1705, 1706, 1702, 1703, 1700, 1692, 1714,
     1693, 1711, 1697, 1186, 1725, 1715, 1716, 1724, 1736, 1728,

     1742, 1748, 1722, 1727, 1741, 1738, 1750, 1757, 1758, 1754,
     1131, 1753, 1735, 1762, 1763, 1771, 1765, 1774, 1782, 1781,
     1799, 1801, 1797, 1807, 1106, 1791, 1092, 1071, 1800, 1803,
     1792, 1796, 1804, 1812, 1825, 1818, 1819, 1013, 1002, 1821,
     1837, 1843, 1846, 1838,  925, 1847, 1850, 1848, 1858,  901,
      871, 1844, 1863, 1857, 1866, 1868, 1876, 1881, 1887, 1890,
     1878, 1897,  867, 1884, 1893, 1888, 1889, 1909, 1906, 1933,
     1911,  862, 1917, 1912, 1921, 1927, 1937, 1922,  837, 1931,
     1930, 1945, 1948, 1947, 1938, 1950, 1952, 1961, 1969, 1960,
     1970, 1967, 1980, 1963, 1974, 1977, 1973, 1985, 1971, 1978,

      799, 1993,  737, 2002, 2007, 1988, 1996, 2004, 2008, 2019,
     2021, 2014,  733, 2026, 2027, 2031,  732,  682,  662,  659,
     2030,  655, 2038,  651, 2041, 2049, 2036, 2042,  587, 1817,
     1995, 2047, 2061, 2059,  555, 2065, 2071, 2070, 2077, 2078,
     2083, 2084, 2081,  528, 2082, 2090, 2075, 2091, 2092, 2098,
     2100, 2101, 2080, 2113,  505,  504, 2108,  438,  434, 2120,
     2128, 2129,  425,  387,  350, 2130, 2121, 2127,  291, 2135,
     2136, 2137,  285, 2124, 2133,  240,  237,  215, 2145, 2151,
     2139, 2147, 2153, 2155, 2172,  213,  209, 2168, 2169, 2171,
     2182,  205, 2165, 2166, 2177,  139, 2179, 2188, 2190, 2183,

     2193, 2198,  122,  120, 2204,  107, 2278, 2253, 2257, 2261,
      117, 2265, 2269,   82, 2271, 2273
    } ;

static yyconst flex_int16_t yy_def[817] =
    {   0,
      807,    1,  808,  808,  809,  809,  810,  810,  807,  811,
      807,  807,  807,  812,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  813,  807,  807,  807,  813,  814,  807,
      807,  807,  814,  815,  807,  807,  815,  811,  811,  807,
      816,  812,  816,  812,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  813,  813,  814,  814,  807,  815,  815,  811,  811,

      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,

      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,

      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,

      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,

      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,

      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,

      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,
      811,  811,  811,  811,  811,  811,  811,  811,  811,  811,

      811,  811,  811,  811,  811,  811,    0,  807,  807,  807,
      807,  807,  807,  807,  807,  807
    } ;

static yyconst flex_uint16_t yy_nxt[2340] =
    {   0,
       10,   11,   12,   12,   13,   14,   10,   10,   10,   10,
       15,   10,   16,   17,   10,   10,   10,   18,   19,   20,
       21,   22,   23,   24,   25,   10,   26,   27,   28,   29,
       30,   10,   31,   10,   32,   33,   15,   10,   16,   17,
       10,   10,   10,   18,   19,   20,   21,   22,   23,   24,
       25,   10,   26,   27,   28,   29,   30,   10,   31,   10,
       32,   35,   36,   37,   35,   36,   37,   40,   41,   41,
       42,   40,   41,   41,   42,   45,   45,   46,   45,   45,
       46,   50,   94,   55,   53,   51,   53,   53,   48,   63,
       48,   48,   92,   92,   38,   56,   57,   38,   49,   59,

       90,   43,   58,   60,   68,   43,   49,   61,   47,   55,
       67,   47,   62,   75,   49,   63,   49,   48,   54,   49,
       49,   56,   57,   64,   49,   59,   90,   69,   58,   60,
       68,   49,   65,   61,   66,   70,   67,   72,   62,   75,
       97,   97,   49,   76,   50,   49,   71,   86,   51,   64,
       73,   77,   49,   69,   74,   49,   78,   49,   65,   79,
       66,   70,   49,   72,  138,   89,   80,   83,   49,   76,
       49,   84,   71,   86,   49,   81,   73,   77,   82,  101,
       74,   85,   78,   91,   87,   79,   49,   49,   49,   49,
      138,   89,   80,   83,  107,   49,  105,   84,   88,   49,

       94,   81,   94,   94,   82,  101,   49,   85,   99,   91,
       87,   48,  100,   48,   48,   53,  102,   53,   53,  103,
       49,  104,  105,   49,   88,   49,  106,   49,   49,  108,
       92,   92,   49,  109,   99,   97,   97,  110,  100,  116,
       49,   49,  102,  117,   49,  103,   49,  104,   49,   54,
       49,   49,  106,  111,   49,  108,  112,  113,  114,  109,
       49,  118,   49,  110,   49,  116,  122,  120,  119,  117,
      121,  123,   49,   49,  134,   49,  124,  126,  128,  111,
      115,   49,   49,   49,   49,   49,  127,  118,   49,   49,
       49,  125,  122,  120,  119,   49,  121,  123,   49,   49,

      134,  129,  124,  126,  128,  135,  115,  130,  133,  137,
       49,  131,  127,  139,   49,  132,  142,  125,  140,  136,
       49,   49,  141,  143,   49,   49,   49,  129,   49,   49,
      151,  135,   49,  130,  133,  137,   49,  131,  144,  139,
      150,  132,  142,   49,  140,  136,  145,  146,  141,  143,
       94,   49,   94,   94,  147,  148,  151,  152,   49,   49,
      156,  149,  153,   49,  144,   49,  150,   49,   49,  154,
      157,  155,  145,  146,  161,   49,  162,   49,  165,   49,
      147,  148,  168,  152,   49,   49,  156,  149,  153,  158,
       49,   49,  166,  177,  159,  154,  157,  155,  163,  164,

      169,  167,  171,   49,   49,   49,  173,  160,  174,   49,
      172,   49,  170,   49,   49,  158,  175,  176,  178,  177,
      159,   49,   49,   49,   49,   49,   49,  167,  171,   49,
       49,   49,  173,  160,  174,   49,  172,  181,  170,  185,
      179,  180,  175,  176,  178,   49,  182,   49,  183,   49,
      186,  184,   49,  187,  188,  189,   49,  190,   49,   49,
       49,  205,   49,  181,   49,  191,  179,  180,   49,   49,
      195,  193,  182,   49,  183,   49,  186,  184,  196,  187,
      188,  189,  197,  201,  198,  192,   49,  194,   49,  199,
       49,   49,   49,  200,   49,   49,  195,  193,  202,   49,

      203,   49,   49,  204,  196,  206,  209,   49,  197,  201,
      198,  192,   49,  194,   49,  199,  207,   49,  208,  200,
       49,  210,   49,  212,  202,  211,  203,   49,   49,  204,
       49,  206,  209,  213,   49,   49,  214,  215,  217,   49,
       49,  216,  207,  218,  208,   49,  220,  210,   49,  212,
      222,  211,   49,  219,  221,   49,  224,  223,  225,  213,
       49,  227,   49,   49,  217,   49,   49,  216,  226,  218,
       49,   49,  220,  228,  229,  232,   49,   49,   49,  219,
      221,  231,   49,  223,  225,  230,  234,  227,   49,   49,
       49,   49,  233,   49,  226,  239,   49,  235,  240,   49,

      229,  232,  248,  242,  241,  236,  237,  231,   49,  247,
      238,  230,  234,   49,   49,   49,   49,   49,  233,   49,
       49,  239,   49,  235,  240,  243,  250,  249,  248,  242,
      258,  236,  237,   49,  244,  247,  238,  251,  245,   49,
      259,  246,  264,   49,  254,  261,  252,   49,   49,  253,
      255,  243,  250,  249,  260,  256,  258,   49,  262,   49,
      244,   49,  257,  263,  245,  269,   49,  246,  264,   49,
       49,  261,  252,  265,  266,  253,  255,  267,  268,  270,
      260,  256,   49,   49,  262,  271,   49,   49,  257,  272,
       49,  269,   49,  273,   49,   49,  274,   49,  321,   49,

      275,   49,  276,  267,  268,  270,  277,   49,  278,   49,
       49,  271,  280,   49,  279,  272,  281,   49,   49,  273,
      282,  283,  274,   49,   49,   49,  275,   49,  276,   49,
      285,  288,  277,   49,  278,  286,  287,   49,  280,  284,
      279,   49,  281,  289,   49,   49,  282,   49,  292,  290,
       49,   49,  291,   49,  293,  294,  285,  288,  298,   49,
       49,  286,  287,  295,   49,  284,   49,   49,   49,  289,
       49,  301,   49,  299,  292,  290,   49,  296,  291,  297,
       49,  294,  300,   49,  298,  302,   49,  304,   49,  295,
      303,   49,  305,   49,   49,   49,  308,  301,   49,  299,

      306,  309,   49,  296,  307,  297,   49,  310,  300,   49,
      326,  302,  312,  304,  311,  313,  303,   49,  305,   49,
      314,   49,  308,   49,   49,  315,  306,  309,  316,   49,
      307,  327,  318,  310,   49,  319,   49,   49,  312,   49,
      311,  313,   49,  317,  322,  323,  314,  320,  324,  325,
       49,  315,  331,   49,  316,  328,  329,   49,  318,   49,
       49,  319,   49,   49,   49,  330,  333,  334,  335,  317,
      322,  323,   49,  320,  324,  325,   49,   49,  331,  332,
       49,  328,  329,   49,  336,  337,   49,   49,   49,  339,
      338,  330,  333,  334,  335,  347,  340,   49,  348,   49,

      341,  343,   49,   49,  345,  332,   49,   49,  351,  346,
      336,  337,   49,  342,  344,  339,  338,   49,  349,   49,
       49,   49,  340,   49,   49,  350,  341,  343,  352,   49,
      345,   49,  353,  354,  351,  346,   49,  357,   49,  342,
      344,  355,  358,  356,  349,  359,   49,   49,   49,   49,
      363,  350,   49,  361,  352,   49,  360,   49,  362,  367,
       49,   49,   49,  357,  366,  369,   49,  355,  358,  356,
       49,  359,  368,   49,  364,   49,   49,  365,   49,  361,
      370,   49,  360,  371,  362,  367,  372,  374,  373,  376,
      366,  369,  375,  377,   49,  378,  379,   49,  368,  380,

      381,   49,   49,   49,   49,   49,  370,   49,   49,  371,
       49,   49,  372,  374,  373,  376,  382,   49,  375,  377,
      383,   49,  379,  385,  384,  380,  381,   49,  386,  391,
      387,   49,  388,  389,  390,   49,  392,   49,   49,  393,
      394,   49,  382,   49,   49,  396,  383,  395,   49,  385,
      384,   49,  403,  397,   49,  391,  387,   49,  388,  389,
      390,   49,  398,   49,   49,   49,  394,  400,   49,   49,
      399,  396,   49,  395,  401,  404,  402,  405,   49,  397,
       49,  406,  407,  408,   49,  409,   49,   49,  398,  410,
       49,   49,  412,  400,  411,  413,  399,   49,   49,  414,

      401,  404,  402,  405,  415,  417,   49,  406,  407,  416,
       49,  409,   49,   49,  418,  410,  420,  421,   49,  419,
      411,   49,  422,   49,  428,  423,  424,   49,   49,   49,
      415,   49,   49,  431,   49,  416,  429,   49,   49,  433,
      418,   49,  425,   49,   49,  419,   49,  426,  422,   49,
      428,  423,  424,   49,  427,  432,  430,  435,  437,   49,
       49,  438,  429,  452,   49,  433,   49,  434,  425,   49,
       49,  439,  436,  426,   49,  440,   49,  442,   49,   49,
      427,  432,  430,  435,   49,  445,   49,  438,  441,   49,
      444,  453,   49,  434,  454,   49,   49,  439,  436,  443,

      446,  440,  455,  442,   49,   49,   49,   49,  466,  456,
       49,  445,  457,   49,  441,  458,  444,  453,  462,  463,
       49,   49,  459,   49,   49,  443,  446,  447,  455,  448,
       49,  461,  460,  449,  450,   49,   49,   49,  457,  451,
      467,  458,   49,  464,   49,   49,  465,  469,  459,   49,
       49,   49,  474,  447,   49,  448,  473,  461,  460,  449,
      450,   49,  468,  472,   49,  451,  467,  476,   49,  464,
      471,   49,  465,  469,  470,  475,   49,   49,   49,   49,
       49,   49,  473,  477,  478,  479,  481,   49,  468,  472,
      480,  482,   49,  476,   49,   49,  471,  483,  484,  485,

      470,  475,  490,   49,   49,  486,  489,  491,  487,  477,
      478,  479,   49,   49,   49,   49,  480,  488,  495,   49,
       49,  496,   49,  483,   49,   49,   49,   49,  490,   49,
       49,  486,  489,  491,  487,  492,  493,  494,   49,   49,
      498,  499,   49,  488,  495,  502,  497,   49,   49,   49,
      500,  503,   49,  505,  508,   49,  504,  507,   49,   49,
      506,  492,  493,  494,   49,   49,  498,   49,  501,   49,
      515,  502,  497,  512,   49,   49,   49,   49,  509,   49,
      508,  511,  504,  507,  510,   49,  506,  513,  514,  516,
      517,   49,  519,  518,  501,   49,  515,   49,   49,  512,

      520,  521,   49,  524,  509,   49,   49,  511,   49,  522,
      510,  526,  523,  513,  514,   49,  517,   49,  519,  518,
       49,  527,  533,  525,   49,  532,  528,  530,  534,   49,
       49,   49,   49,   49,   49,  522,  529,  531,  523,  535,
       49,   49,   49,   49,   49,   49,  536,  527,  533,  525,
      537,  532,  528,  530,  534,  538,  540,  539,  543,   49,
      541,  542,  529,  531,   49,  535,   49,   49,   49,  544,
       49,   49,   49,   49,  547,   49,  537,  550,  545,  548,
      546,  538,  540,  539,  543,   49,  541,  542,   49,  551,
      549,   49,  552,  553,  554,  544,   49,  555,  556,  557,

       49,   49,  560,  550,  545,  558,  546,  559,   49,   49,
      561,   49,   49,  563,   49,   49,  549,   49,  552,   49,
      554,  562,   49,   49,  566,  557,  564,   49,  560,  567,
       49,  558,   49,  559,  565,  568,  561,  569,   49,   49,
      570,   49,   49,   49,   49,   49,  571,  562,   49,  572,
       49,   49,  564,  574,   49,  567,  577,  573,  575,  578,
      565,  568,  576,  569,   49,   49,  570,   49,   49,  580,
       49,   49,  571,  579,  582,  572,   49,   49,  581,  574,
      585,  584,  577,  573,  575,  578,   49,   49,  576,  583,
       49,  588,   49,   49,  586,  580,   49,  589,  591,  579,

       49,  587,  590,   49,  581,   49,  585,  584,  592,   49,
       49,   49,  593,  594,   49,  583,   49,  588,  596,  595,
      586,  597,  607,  589,  591,   49,  598,  587,  590,  604,
      599,  601,   49,  603,  602,   49,   49,   49,  605,   49,
      606,   49,   49,   49,  596,  595,   49,  597,   49,  600,
      609,   49,  598,   49,   49,  604,  599,  601,  608,  603,
      602,   49,   49,   49,  605,   49,  606,  610,  611,  612,
      613,  614,  616,  618,   49,  600,  609,  615,  620,  623,
      624,  617,  619,  621,  608,  625,   49,   49,   49,   49,
       49,   49,   49,  610,   49,  612,  613,  614,   49,   49,

       49,   49,   49,  615,  620,  623,  624,  617,  619,  621,
      622,   49,   49,  626,  627,  628,  629,  630,  631,  632,
      633,  634,   49,   49,  638,  639,  635,   49,   49,  636,
      640,  645,   49,  646,   49,   49,  622,   49,   49,  626,
       49,   49,  629,  630,  631,  632,   49,  634,  637,   49,
       49,   49,  635,  641,  642,  636,  643,   49,  644,   49,
       49,  647,   49,   49,  648,  649,  650,  651,  652,  654,
       49,   49,   49,   49,  637,  653,   49,   49,   49,  641,
      642,  656,  643,   49,  644,   49,  658,  647,   49,   49,
      648,  649,   49,   49,  652,  654,  655,   49,   49,  657,

       49,  653,  659,  660,  661,  662,   49,  656,   49,   49,
      663,  664,  658,  665,  666,  667,   49,   49,  668,  671,
      669,  672,  655,  751,  670,  657,   49,   49,  659,  660,
      661,   49,   49,  674,   49,   49,   49,  664,   49,   49,
      666,  667,   49,  673,  668,  671,  669,   49,  675,  676,
      670,  677,   49,   49,   49,  679,   49,   49,  680,  674,
       49,  678,  681,  683,  682,   49,   49,   49,   49,  673,
      685,  687,   49,   49,  675,  676,  684,  677,   49,   49,
      688,   49,   49,   49,  680,   49,  689,  678,  681,  683,
      682,  686,   49,   49,  690,  691,  685,  687,   49,   49,

      694,   49,  684,   49,  693,  692,  688,  699,  698,  695,
      696,   49,  689,   49,  697,  701,   49,  686,   49,   49,
      690,  691,   49,   49,   49,   49,  694,  700,   49,  704,
      693,  692,   49,  699,  698,  695,  696,  705,  706,  702,
      697,   49,  703,  707,   49,  708,   49,   49,  712,  709,
      710,  711,   49,  700,  713,  704,   49,   49,  714,  717,
      716,  718,   49,  705,  706,   49,   49,  715,   49,  707,
      719,  708,   49,   49,  712,  709,  710,  711,  720,  722,
       49,  721,   49,   49,  714,   49,  716,   49,  723,  724,
      725,  726,  727,  715,  729,   49,   49,  735,   49,   49,

      728,  752,   49,  730,   49,   49,   49,  721,   49,   49,
      731,   49,   49,   49,  723,   49,  725,  726,  727,  732,
       49,  734,  733,   49,  736,  737,  728,  738,   49,  730,
       49,   49,  740,  739,  741,   49,  731,   49,  742,   49,
      744,  743,   49,   49,  745,  732,  749,  734,  733,   49,
      736,  737,  746,  738,   49,  747,   49,  753,  740,  739,
      741,   49,   49,  748,  742,   49,   49,  743,  755,  750,
      745,   49,  749,   49,  756,  754,   49,   49,  746,  758,
       49,  747,   49,  753,   49,  757,  759,   49,  760,  748,
      763,  764,   49,   49,   49,  750,   49,  761,  762,  765,

       49,  754,  766,  767,  768,   49,   49,  769,  772,   49,
       49,  757,   49,   49,  760,   49,   49,   49,   49,   49,
      770,  771,  773,  761,  762,   49,   49,   49,  766,  767,
      768,  774,  775,   49,  772,   49,   49,  776,  777,  778,
      779,  780,   49,   49,   49,   49,  770,  771,   49,  781,
      782,  783,  785,  784,  786,   49,   49,  774,  775,   49,
      787,  788,   49,   49,   49,   49,  779,  780,   49,  789,
       49,   49,   49,  790,   49,  781,  782,  783,  785,  784,
       49,  792,   49,  791,  793,  794,   49,  788,   49,  795,
       49,  796,  803,  797,  798,  789,  800,   49,  799,  790,

       49,   49,  804,   49,   49,  801,   49,   49,  802,  791,
      793,  794,   49,  806,   49,  795,   49,   49,   49,  797,
      798,   98,  800,   49,  799,   49,  805,   96,   49,   95,
       93,  801,   49,   49,  802,   98,   96,   95,   93,   49,
       49,  807,  807,  807,  807,  807,  807,  807,  807,  807,
      807,  807,  805,   34,   34,   34,   34,   39,   39,   39,
       39,   44,   44,   44,   44,   52,   52,  807,   52,   92,
       92,   97,   97,   53,   53,  807,   53,    9,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,

      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807
    } ;

static yyconst flex_int16_t yy_chk[2340] =
    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    3,    3,    3,    4,    4,    4,    5,    5,    5,
        5,    6,    6,    6,    6,    7,    7,    7,    8,    8,
        8,   11,  814,   15,   14,   11,   14,   14,   33,   18,
       33,   33,   38,   38,    3,   15,   16,    4,   15,   17,

       31,    5,   16,   17,   21,    6,   18,   17,    7,   15,
       20,    8,   17,   24,   16,   18,   21,  811,   14,   24,
       31,   15,   16,   19,   17,   17,   31,   22,   16,   17,
       21,   20,   19,   17,   19,   22,   20,   23,   17,   24,
       47,   47,  806,   25,   50,   19,   22,   28,   50,   19,
       23,   25,   22,   22,   23,  804,   25,  803,   19,   25,
       19,   22,   23,   23,   85,   30,   26,   27,   25,   25,
       28,   27,   22,   28,  796,   26,   23,   25,   26,   56,
       23,   27,   25,   32,   29,   25,   30,   26,   27,   85,
       85,   30,   26,   27,   62,   32,   60,   27,   29,   56,

       43,   26,   43,   43,   26,   56,   29,   27,   55,   32,
       29,   49,   55,   49,   49,   52,   57,   52,   52,   58,
       60,   59,   60,   62,   29,   57,   61,   55,   59,   63,
       93,   93,   58,   64,   55,   98,   98,   65,   55,   67,
      792,   67,   57,   68,  787,   58,   61,   59,  786,   52,
      778,   63,   61,   65,   64,   63,   66,   66,   66,   64,
       65,   69,   68,   65,   69,   67,   73,   71,   70,   68,
       72,   74,  777,   73,   82,  776,   75,   77,   79,   65,
       66,   70,   71,   75,   72,   66,   78,   69,   74,   82,
       79,   76,   73,   71,   70,   78,   72,   74,   76,   77,

       82,   80,   75,   77,   79,   83,   66,   80,   81,   84,
       84,   80,   78,   86,   81,   80,   89,   76,   87,   83,
      773,   80,   88,   90,   86,   89,  769,   80,   83,   87,
      105,   83,   90,   80,   81,   84,  105,   80,   91,   86,
      104,   80,   89,   88,   87,   83,   99,  100,   88,   90,
       95,   91,   95,   95,  101,  102,  105,  106,   99,  100,
      110,  103,  107,  101,   91,  104,  104,  102,  103,  108,
      111,  109,   99,  100,  113,  110,  114,  106,  116,  107,
      101,  102,  118,  106,  109,  765,  110,  103,  107,  112,
      108,  111,  117,  126,  112,  108,  111,  109,  115,  115,

      119,  117,  120,  113,  116,  114,  122,  112,  123,  120,
      121,  118,  119,  126,  112,  112,  124,  125,  127,  126,
      112,  117,  764,  122,  125,  127,  115,  117,  120,  119,
      123,  121,  122,  112,  123,  124,  121,  130,  119,  134,
      128,  129,  124,  125,  127,  128,  131,  129,  132,  130,
      135,  133,  131,  136,  137,  138,  132,  139,  136,  135,
      763,  154,  138,  130,  133,  141,  128,  129,  134,  759,
      143,  142,  131,  758,  132,  137,  135,  133,  144,  136,
      137,  138,  145,  150,  146,  141,  139,  142,  146,  148,
      154,  145,  143,  149,  141,  142,  143,  142,  151,  144,

      152,  148,  149,  153,  144,  155,  158,  150,  145,  150,
      146,  141,  155,  142,  153,  148,  156,  151,  157,  149,
      152,  159,  156,  161,  151,  160,  152,  157,  158,  153,
      159,  155,  158,  162,  160,  161,  163,  164,  167,  756,
      755,  166,  156,  168,  157,  162,  170,  159,  166,  161,
      172,  160,  168,  169,  171,  167,  174,  173,  175,  162,
      170,  177,  169,  744,  167,  163,  164,  166,  176,  168,
      175,  171,  170,  178,  179,  182,  172,  173,  177,  169,
      171,  181,  174,  173,  175,  180,  184,  177,  181,  176,
      735,  179,  183,  180,  176,  186,  182,  185,  187,  178,

      179,  182,  192,  189,  188,  185,  185,  181,  184,  191,
      185,  180,  184,  183,  185,  192,  186,  191,  183,  187,
      189,  186,  729,  185,  187,  190,  194,  193,  192,  189,
      197,  185,  185,  188,  190,  191,  185,  195,  190,  193,
      198,  190,  203,  194,  196,  200,  195,  197,  190,  195,
      196,  190,  194,  193,  199,  196,  197,  200,  201,  203,
      190,  199,  196,  202,  190,  207,  195,  190,  203,  198,
      196,  200,  195,  204,  204,  195,  196,  205,  206,  208,
      199,  196,  205,  201,  201,  209,  724,  207,  196,  210,
      722,  207,  202,  211,  720,  206,  212,  719,  260,  208,

      213,  204,  214,  205,  206,  208,  215,  209,  216,  212,
      210,  209,  218,  213,  217,  210,  219,  718,  211,  211,
      220,  221,  212,  214,  260,  216,  213,  215,  214,  217,
      225,  229,  215,  218,  216,  226,  227,  219,  218,  223,
      217,  223,  219,  230,  226,  220,  220,  225,  233,  231,
      221,  227,  232,  229,  234,  235,  225,  229,  238,  233,
      232,  226,  227,  236,  230,  223,  235,  717,  713,  230,
      231,  241,  703,  239,  233,  231,  238,  237,  232,  237,
      239,  235,  240,  234,  238,  242,  241,  244,  236,  236,
      243,  240,  245,  242,  237,  244,  248,  241,  245,  239,

      246,  249,  243,  237,  247,  237,  247,  250,  240,  249,
      265,  242,  252,  244,  251,  253,  243,  246,  245,  250,
      255,  248,  248,  251,  253,  256,  246,  249,  257,  252,
      247,  266,  258,  250,  701,  259,  265,  255,  252,  258,
      251,  253,  256,  257,  261,  262,  255,  259,  263,  264,
      257,  256,  270,  262,  257,  267,  268,  266,  258,  261,
      259,  259,  263,  268,  264,  269,  272,  273,  274,  257,
      261,  262,  679,  259,  263,  264,  267,  270,  270,  271,
      273,  267,  268,  274,  275,  276,  269,  272,  271,  278,
      277,  269,  272,  273,  274,  284,  279,  672,  284,  275,

      280,  281,  663,  278,  282,  271,  651,  276,  287,  283,
      275,  276,  277,  280,  281,  278,  277,  279,  285,  282,
      280,  281,  279,  283,  284,  286,  280,  281,  288,  287,
      282,  285,  289,  290,  287,  283,  650,  293,  286,  280,
      281,  291,  294,  292,  285,  295,  293,  294,  291,  288,
      299,  286,  295,  297,  288,  292,  296,  296,  298,  302,
      645,  289,  290,  293,  301,  304,  302,  291,  294,  292,
      297,  295,  303,  304,  300,  298,  299,  300,  303,  297,
      305,  301,  296,  306,  298,  302,  307,  309,  308,  311,
      301,  304,  310,  312,  307,  313,  314,  306,  303,  315,

      316,  305,  308,  300,  309,  310,  305,  315,  312,  306,
      311,  314,  307,  309,  308,  311,  317,  316,  310,  312,
      318,  313,  314,  320,  319,  315,  316,  319,  322,  329,
      323,  329,  324,  325,  328,  320,  330,  639,  318,  330,
      331,  317,  317,  328,  324,  333,  318,  332,  638,  320,
      319,  323,  340,  334,  325,  329,  323,  322,  324,  325,
      328,  334,  335,  331,  335,  330,  331,  337,  332,  333,
      336,  333,  336,  332,  338,  341,  339,  342,  340,  334,
      337,  343,  344,  345,  341,  346,  342,  338,  335,  347,
      343,  344,  350,  337,  349,  351,  336,  339,  347,  352,

      338,  341,  339,  342,  353,  355,  628,  343,  344,  354,
      346,  346,  345,  349,  356,  347,  358,  358,  350,  357,
      349,  351,  359,  356,  366,  360,  361,  627,  352,  353,
      353,  357,  354,  369,  355,  354,  367,  361,  366,  371,
      356,  625,  362,  359,  358,  357,  360,  364,  359,  362,
      366,  360,  361,  367,  364,  370,  368,  373,  375,  369,
      371,  376,  367,  387,  370,  371,  611,  372,  362,  368,
      364,  377,  374,  364,  372,  379,  376,  381,  373,  374,
      364,  370,  368,  373,  375,  384,  381,  376,  380,  387,
      383,  388,  377,  372,  389,  380,  379,  377,  374,  382,

      385,  379,  390,  381,  383,  384,  382,  385,  402,  391,
      390,  384,  392,  388,  380,  394,  383,  388,  398,  399,
      389,  594,  395,  392,  582,  382,  385,  386,  390,  386,
      395,  397,  396,  386,  386,  391,  394,  402,  392,  386,
      404,  394,  397,  400,  398,  399,  401,  406,  395,  396,
      386,  400,  411,  386,  401,  386,  410,  397,  396,  386,
      386,  404,  405,  409,  405,  386,  404,  415,  406,  400,
      408,  409,  401,  406,  407,  414,  407,  410,  414,  408,
      415,  411,  410,  416,  417,  418,  420,  417,  405,  409,
      419,  421,  418,  415,  566,  416,  408,  422,  423,  424,

      407,  414,  428,  563,  555,  425,  427,  429,  426,  416,
      417,  418,  422,  551,  419,  420,  419,  426,  434,  428,
      421,  435,  547,  422,  423,  424,  425,  427,  428,  426,
      429,  425,  427,  429,  426,  430,  432,  433,  432,  434,
      438,  439,  430,  426,  434,  441,  436,  435,  436,  433,
      440,  442,  438,  444,  447,  536,  443,  446,  516,  505,
      445,  430,  432,  433,  443,  441,  438,  439,  440,  445,
      457,  441,  436,  451,  446,  447,  440,  442,  448,  444,
      447,  450,  443,  446,  449,  451,  445,  453,  455,  458,
      459,  448,  461,  460,  440,  457,  457,  449,  459,  451,

      464,  465,  450,  468,  448,  455,  460,  450,  453,  466,
      449,  470,  467,  453,  455,  458,  459,  461,  461,  460,
      467,  471,  476,  469,  476,  475,  472,  474,  477,  464,
      465,  469,  468,  472,  466,  466,  473,  474,  467,  478,
      470,  477,  471,  473,  474,  475,  479,  471,  476,  469,
      480,  475,  472,  474,  477,  481,  483,  482,  488,  478,
      486,  487,  473,  474,  488,  478,  481,  480,  482,  489,
      487,  489,  479,  483,  492,  486,  480,  495,  490,  493,
      491,  481,  483,  482,  488,  490,  486,  487,  491,  497,
      494,  495,  498,  501,  502,  489,  494,  504,  506,  507,

      492,  503,  510,  495,  490,  508,  491,  509,  493,  510,
      511,  502,  511,  513,  508,  497,  494,  498,  498,  507,
      502,  512,  501,  504,  517,  507,  514,  506,  510,  518,
      512,  508,  509,  509,  515,  519,  511,  520,  514,  513,
      521,  515,  500,  499,  519,  520,  522,  512,  521,  523,
      517,  518,  514,  525,  522,  518,  528,  524,  526,  529,
      515,  519,  527,  520,  524,  526,  521,  523,  529,  531,
      527,  525,  522,  530,  533,  523,  496,  528,  532,  525,
      537,  535,  528,  524,  526,  529,  530,  532,  527,  534,
      535,  540,  531,  537,  538,  531,  534,  541,  543,  530,

      533,  539,  542,  538,  532,  540,  537,  535,  544,  542,
      539,  543,  545,  546,  541,  534,  485,  540,  549,  548,
      538,  550,  561,  541,  543,  549,  552,  539,  542,  558,
      553,  554,  484,  557,  556,  557,  558,  544,  559,  546,
      560,  545,  548,  550,  549,  548,  554,  550,  552,  553,
      564,  561,  552,  553,  556,  558,  553,  554,  562,  557,
      556,  560,  559,  564,  559,  562,  560,  565,  567,  568,
      569,  570,  572,  574,  565,  553,  564,  571,  576,  579,
      580,  573,  575,  577,  562,  581,  579,  569,  570,  576,
      568,  580,  577,  565,  567,  568,  569,  570,  573,  575,

      571,  572,  574,  571,  576,  579,  580,  573,  575,  577,
      578,  581,  578,  583,  584,  585,  586,  587,  588,  589,
      590,  591,  583,  463,  596,  597,  592,  589,  591,  593,
      598,  603,  593,  604,  462,  588,  578,  586,  587,  583,
      584,  585,  586,  587,  588,  589,  592,  591,  595,  590,
      596,  597,  592,  599,  600,  593,  601,  603,  602,  598,
      595,  605,  604,  600,  606,  607,  608,  609,  610,  613,
      613,  599,  456,  606,  595,  612,  605,  601,  454,  599,
      600,  615,  601,  602,  602,  607,  617,  605,  612,  610,
      606,  607,  608,  609,  610,  613,  614,  614,  615,  616,

      617,  612,  618,  619,  620,  621,  616,  615,  452,  618,
      622,  623,  617,  624,  626,  629,  620,  619,  630,  633,
      631,  634,  614,  730,  632,  616,  626,  631,  618,  619,
      620,  632,  623,  636,  621,  629,  622,  623,  630,  633,
      626,  629,  624,  635,  630,  633,  631,  634,  637,  640,
      632,  641,  730,  636,  637,  643,  640,  437,  644,  636,
      635,  642,  646,  648,  647,  431,  413,  412,  403,  635,
      652,  654,  641,  644,  637,  640,  649,  641,  642,  652,
      655,  643,  646,  648,  644,  647,  656,  642,  646,  648,
      647,  653,  654,  649,  657,  658,  652,  654,  653,  393,

      661,  655,  649,  656,  660,  659,  655,  667,  666,  662,
      664,  657,  656,  661,  665,  669,  658,  653,  378,  664,
      657,  658,  659,  666,  667,  660,  661,  668,  665,  671,
      660,  659,  662,  667,  666,  662,  664,  673,  674,  670,
      665,  669,  670,  675,  668,  676,  671,  674,  681,  677,
      678,  680,  673,  668,  682,  671,  675,  678,  683,  686,
      685,  687,  676,  673,  674,  681,  680,  684,  670,  675,
      688,  676,  677,  685,  681,  677,  678,  680,  689,  691,
      682,  690,  684,  683,  683,  686,  685,  687,  692,  693,
      694,  695,  696,  684,  698,  690,  688,  706,  694,  365,

      697,  731,  692,  699,  689,  691,  699,  690,  697,  695,
      700,  363,  696,  700,  692,  693,  694,  695,  696,  702,
      698,  705,  704,  706,  707,  708,  697,  709,  702,  699,
      731,  707,  711,  710,  712,  348,  700,  704,  714,  708,
      716,  715,  705,  709,  721,  702,  727,  705,  704,  712,
      707,  708,  723,  709,  710,  725,  711,  732,  711,  710,
      712,  714,  715,  726,  714,  721,  716,  715,  734,  728,
      721,  727,  727,  723,  736,  733,  725,  728,  723,  738,
      327,  725,  732,  732,  726,  737,  739,  326,  740,  726,
      743,  745,  321,  254,  734,  728,  733,  741,  742,  746,

      736,  733,  747,  748,  749,  738,  737,  750,  753,  228,
      747,  737,  739,  740,  740,  753,  743,  745,  741,  742,
      751,  752,  754,  741,  742,  746,  748,  749,  747,  748,
      749,  757,  760,  750,  753,  751,  752,  761,  762,  766,
      767,  768,  224,  757,  222,  165,  751,  752,  754,  770,
      771,  772,  775,  774,  779,  760,  767,  757,  760,  774,
      780,  781,  768,  761,  762,  766,  767,  768,  775,  782,
      770,  771,  772,  783,  781,  770,  771,  772,  775,  774,
      779,  785,  782,  784,  788,  789,  780,  781,  783,  790,
      784,  791,  800,  793,  794,  782,  797,  147,  795,  783,

      793,  794,  801,  788,  789,  798,  790,  785,  799,  784,
      788,  789,  795,  805,  797,  790,  140,  791,  800,  793,
      794,   97,  797,  798,  795,  799,  802,   96,  801,   94,
       92,  798,   48,  802,  799,   44,   40,   39,   34,  805,
       10,    9,    0,    0,    0,    0,    0,    0,    0,    0,
        0,    0,  802,  808,  808,  808,  808,  809,  809,  809,
      809,  810,  810,  810,  810,  812,  812,    0,  812,  813,
      813,  815,  815,  816,  816,    0,  816,  807,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,

      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807,  807,
      807,  807,  807,  807,  807,  807,  807,  807,  807
    } ;

static yy_state_type yy_last_accepting_state;
static char *yy_last_accepting_cpos;

extern int yy_flex_debug;
int yy_flex_debug = 0;

/* The intent behind this definition is that it'll catch
 * any uses of REJECT which flex missed.
 */
#define REJECT reject_used_but_not_detected
static int yy_more_flag = 0;
static int yy_more_len = 0;
#define yymore() ((yy_more_flag) = 1)
#define YY_MORE_ADJ (yy_more_len)
#define YY_RESTORE_YY_MORE_OFFSET
char *yytext;
#line 1 "configlexer.lex"
#line 2 "configlexer.lex"
/*
 * configlexer.lex - lexical analyzer for NSD config file
 *
 * Copyright (c) 2001-2006, NLnet Labs. All rights reserved
 *
 * See LICENSE for the license.
 *
 */
/* because flex keeps having sign-unsigned compare problems that are unfixed*/
#if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2))))
#pragma GCC diagnostic ignored "-Wsign-compare"
#endif

#include "config.h"

#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <strings.h>
#ifdef HAVE_GLOB_H
# include <glob.h>
#endif

#include "options.h"
#include "configyyrename.h"
#include "configparser.h"
void c_error(const char *message);

#if 0
#define LEXOUT(s)  printf s /* used ONLY when debugging */
#else
#define LEXOUT(s)
#endif

struct inc_state {
	char* filename;
	int line;
	YY_BUFFER_STATE buffer;
	struct inc_state* next;
};
static struct inc_state* config_include_stack = NULL;
static int inc_depth = 0;
static int inc_prev = 0;
static int num_args = 0;

void init_cfg_parse(void)
{
	config_include_stack = NULL;
	inc_depth = 0;
	inc_prev = 0;
	num_args = 0;
}

static void config_start_include(const char* filename)
{
	FILE *input;
	struct inc_state* s;
	char* nm;
	if(inc_depth++ > 10000000) {
		c_error_msg("too many include files");
		return;
	}
	if(strlen(filename) == 0) {
		c_error_msg("empty include file name");
		return;
	}
	s = (struct inc_state*)malloc(sizeof(*s));
	if(!s) {
		c_error_msg("include %s: malloc failure", filename);
		return;
	}
	nm = strdup(filename);
	if(!nm) {
		c_error_msg("include %s: strdup failure", filename);
		free(s);
		return;
	}
	input = fopen(filename, "r");
	if(!input) {
		c_error_msg("cannot open include file '%s': %s",
			filename, strerror(errno));
		free(s);
		free(nm);
		return;
	}
	LEXOUT(("switch_to_include_file(%s) ", filename));
	s->filename = cfg_parser->filename;
	s->line = cfg_parser->line;
	s->buffer = YY_CURRENT_BUFFER;
	s->next = config_include_stack;
	config_include_stack = s;

	cfg_parser->filename = nm;
	cfg_parser->line = 1;
	yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
}

static void config_start_include_glob(const char* filename)
{
	/* check for wildcards */
#ifdef HAVE_GLOB
	glob_t g;
	size_t i;
	int r, flags;
#endif /* HAVE_GLOB */
	if (cfg_parser->chroot) {
		int l = strlen(cfg_parser->chroot); /* chroot has trailing slash */
		if (strncmp(cfg_parser->chroot, filename, l) != 0) {
			c_error_msg("include file '%s' is not relative to chroot '%s'",
				filename, cfg_parser->chroot);
			return;
		}
		filename += l - 1; /* strip chroot without trailing slash */
	}
#ifdef HAVE_GLOB
	if(!(!strchr(filename, '*') && !strchr(filename, '?') &&
		 !strchr(filename, '[') && !strchr(filename, '{') &&
		 !strchr(filename, '~'))) {
		 flags = 0
#ifdef GLOB_ERR
		 	 | GLOB_ERR
#endif
#ifdef GLOB_NOSORT
			 | GLOB_NOSORT
#endif
#ifdef GLOB_BRACE
			 | GLOB_BRACE
#endif
#ifdef GLOB_TILDE
			 | GLOB_TILDE
#endif
		;
		memset(&g, 0, sizeof(g));
		r = glob(filename, flags, NULL, &g);
		if(r) {
			/* some error */
			globfree(&g);
			if(r == GLOB_NOMATCH)
				return; /* no matches for pattern */
			config_start_include(filename); /* let original deal with it */
			return;
		}
		/* process files found, if any */
		for(i=0; i<(size_t)g.gl_pathc; i++) {
			config_start_include(g.gl_pathv[i]);
		}
		globfree(&g);
		return;
	}
#endif /* HAVE_GLOB */
	config_start_include(filename);
}

static void config_end_include(void)
{
	struct inc_state* s = config_include_stack;
	--inc_depth;
	if(!s) return;
	free(cfg_parser->filename);
	cfg_parser->filename = s->filename;
	cfg_parser->line = s->line;
	yy_delete_buffer(YY_CURRENT_BUFFER);
	yy_switch_to_buffer(s->buffer);
	config_include_stack = s->next;
	free(s);
}

#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
#define yy_set_bol(at_bol) \
        { \
	        if ( ! yy_current_buffer ) \
	                yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
	        yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
        }
#endif

#define YY_NO_INPUT 1
#line 182 "configlexer.lex"
#ifndef YY_NO_UNPUT
#define YY_NO_UNPUT 1
#endif
#ifndef YY_NO_INPUT
#define YY_NO_INPUT 1
#endif

#line 1423 "<stdout>"

#define INITIAL 0
#define quotedstring 1
#define include 2
#define include_quoted 3

#ifndef YY_NO_UNISTD_H
/* Special case for "unistd.h", since it is non-ANSI. We include it way
 * down here because we want the user's section 1 to have been scanned first.
 * The user has a chance to override it with an option.
 */
#include <unistd.h>
#endif

#ifndef YY_EXTRA_TYPE
#define YY_EXTRA_TYPE void *
#endif

static int yy_init_globals (void );

/* Accessor methods to globals.
   These are made visible to non-reentrant scanners for convenience. */

int yylex_destroy (void );

int yyget_debug (void );

void yyset_debug (int debug_flag  );

YY_EXTRA_TYPE yyget_extra (void );

void yyset_extra (YY_EXTRA_TYPE user_defined  );

FILE *yyget_in (void );

void yyset_in  (FILE * _in_str  );

FILE *yyget_out (void );

void yyset_out  (FILE * _out_str  );

			int yyget_leng (void );

char *yyget_text (void );

int yyget_lineno (void );

void yyset_lineno (int _line_number  );

/* Macros after this point can all be overridden by user definitions in
 * section 1.
 */

#ifndef YY_SKIP_YYWRAP
#ifdef __cplusplus
extern "C" int yywrap (void );
#else
extern int yywrap (void );
#endif
#endif

#ifndef YY_NO_UNPUT
    
#endif

#ifndef yytext_ptr
static void yy_flex_strncpy (char *,yyconst char *,int );
#endif

#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * );
#endif

#ifndef YY_NO_INPUT

#ifdef __cplusplus
static int yyinput (void );
#else
static int input (void );
#endif

#endif

/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k */
#define YY_READ_BUF_SIZE 16384
#else
#define YY_READ_BUF_SIZE 8192
#endif /* __ia64__ */
#endif

/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
 * we now use fwrite().
 */
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
#endif

/* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
 * is returned in "result".
 */
#ifndef YY_INPUT
#define YY_INPUT(buf,result,max_size) \
	if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
		{ \
		int c = '*'; \
		int n; \
		for ( n = 0; n < max_size && \
			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
			buf[n] = (char) c; \
		if ( c == '\n' ) \
			buf[n++] = (char) c; \
		if ( c == EOF && ferror( yyin ) ) \
			YY_FATAL_ERROR( "input in flex scanner failed" ); \
		result = n; \
		} \
	else \
		{ \
		errno=0; \
		while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
			{ \
			if( errno != EINTR) \
				{ \
				YY_FATAL_ERROR( "input in flex scanner failed" ); \
				break; \
				} \
			errno=0; \
			clearerr(yyin); \
			} \
		}\
\

#endif

/* No semi-colon after return; correct usage is to write "yyterminate();" -
 * we don't want an extra ';' after the "return" because that will cause
 * some compilers to complain about unreachable statements.
 */
#ifndef yyterminate
#define yyterminate() return YY_NULL
#endif

/* Number of entries by which start-condition stack grows. */
#ifndef YY_START_STACK_INCR
#define YY_START_STACK_INCR 25
#endif

/* Report a fatal error. */
#ifndef YY_FATAL_ERROR
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
#endif

/* end tables serialization structures and prototypes */

/* Default declaration of generated scanner - a define so the user can
 * easily add parameters.
 */
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1

extern int yylex (void);

#define YY_DECL int yylex (void)
#endif /* !YY_DECL */

/* Code executed at the beginning of each rule, after yytext and yyleng
 * have been set up.
 */
#ifndef YY_USER_ACTION
#define YY_USER_ACTION
#endif

/* Code executed at the end of each rule. */
#ifndef YY_BREAK
#define YY_BREAK /*LINTED*/break;
#endif

#define YY_RULE_SETUP \
	YY_USER_ACTION

/** The main scanner function which does all the work.
 */
YY_DECL
{
	yy_state_type yy_current_state;
	char *yy_cp, *yy_bp;
	int yy_act;
    
	if ( !(yy_init) )
		{
		(yy_init) = 1;

#ifdef YY_USER_INIT
		YY_USER_INIT;
#endif

		if ( ! (yy_start) )
			(yy_start) = 1;	/* first start state */

		if ( ! yyin )
			yyin = stdin;

		if ( ! yyout )
			yyout = stdout;

		if ( ! YY_CURRENT_BUFFER ) {
			yyensure_buffer_stack ();
			YY_CURRENT_BUFFER_LVALUE =
				yy_create_buffer(yyin,YY_BUF_SIZE );
		}

		yy_load_buffer_state( );
		}

	{
#line 200 "configlexer.lex"

#line 1644 "<stdout>"

	while ( /*CONSTCOND*/1 )		/* loops until end-of-file is reached */
		{
		(yy_more_len) = 0;
		if ( (yy_more_flag) )
			{
			(yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
			(yy_more_flag) = 0;
			}
		yy_cp = (yy_c_buf_p);

		/* Support of yytext. */
		*yy_cp = (yy_hold_char);

		/* yy_bp points to the position in yy_ch_buf of the start of
		 * the current run.
		 */
		yy_bp = yy_cp;

		yy_current_state = (yy_start);
yy_match:
		do
			{
			YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
			if ( yy_accept[yy_current_state] )
				{
				(yy_last_accepting_state) = yy_current_state;
				(yy_last_accepting_cpos) = yy_cp;
				}
			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
				{
				yy_current_state = (int) yy_def[yy_current_state];
				if ( yy_current_state >= 808 )
					yy_c = yy_meta[(unsigned int) yy_c];
				}
			yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
			++yy_cp;
			}
		while ( yy_base[yy_current_state] != 2278 );

yy_find_action:
		yy_act = yy_accept[yy_current_state];
		if ( yy_act == 0 )
			{ /* have to back up */
			yy_cp = (yy_last_accepting_cpos);
			yy_current_state = (yy_last_accepting_state);
			yy_act = yy_accept[yy_current_state];
			}

		YY_DO_BEFORE_ACTION;

do_action:	/* This label is used only to access EOF actions. */

		switch ( yy_act )
	{ /* beginning of action switch */
			case 0: /* must back up */
			/* undo the effects of YY_DO_BEFORE_ACTION */
			*yy_cp = (yy_hold_char);
			yy_cp = (yy_last_accepting_cpos);
			yy_current_state = (yy_last_accepting_state);
			goto yy_find_action;

case 1:
YY_RULE_SETUP
#line 201 "configlexer.lex"
{ LEXOUT(("SP ")); /* ignore */ }
	YY_BREAK
case 2:
YY_RULE_SETUP
#line 202 "configlexer.lex"
{ LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
	YY_BREAK
case 3:
YY_RULE_SETUP
#line 203 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_SERVER;}
	YY_BREAK
case 4:
YY_RULE_SETUP
#line 204 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_NAME;}
	YY_BREAK
case 5:
YY_RULE_SETUP
#line 205 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_IP_ADDRESS;}
	YY_BREAK
case 6:
YY_RULE_SETUP
#line 206 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_IP_ADDRESS;}
	YY_BREAK
case 7:
YY_RULE_SETUP
#line 207 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_IP_TRANSPARENT;}
	YY_BREAK
case 8:
YY_RULE_SETUP
#line 208 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_IP_FREEBIND;}
	YY_BREAK
case 9:
YY_RULE_SETUP
#line 209 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_DEBUG_MODE;}
	YY_BREAK
case 10:
YY_RULE_SETUP
#line 210 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_USE_SYSTEMD;}
	YY_BREAK
case 11:
YY_RULE_SETUP
#line 211 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_HIDE_VERSION;}
	YY_BREAK
case 12:
YY_RULE_SETUP
#line 212 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_IP4_ONLY;}
	YY_BREAK
case 13:
YY_RULE_SETUP
#line 213 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_IP6_ONLY;}
	YY_BREAK
case 14:
YY_RULE_SETUP
#line 214 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_DO_IP4;}
	YY_BREAK
case 15:
YY_RULE_SETUP
#line 215 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_DO_IP6;}
	YY_BREAK
case 16:
YY_RULE_SETUP
#line 216 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_DATABASE;}
	YY_BREAK
case 17:
YY_RULE_SETUP
#line 217 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_IDENTITY;}
	YY_BREAK
case 18:
YY_RULE_SETUP
#line 218 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_VERSION;}
	YY_BREAK
case 19:
YY_RULE_SETUP
#line 219 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_NSID;}
	YY_BREAK
case 20:
YY_RULE_SETUP
#line 220 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_LOGFILE;}
	YY_BREAK
case 21:
YY_RULE_SETUP
#line 221 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_SERVER_COUNT;}
	YY_BREAK
case 22:
YY_RULE_SETUP
#line 222 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_TCP_COUNT;}
	YY_BREAK
case 23:
YY_RULE_SETUP
#line 223 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_TCP_QUERY_COUNT;}
	YY_BREAK
case 24:
YY_RULE_SETUP
#line 224 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_TCP_TIMEOUT;}
	YY_BREAK
case 25:
YY_RULE_SETUP
#line 225 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_TCP_MSS;}
	YY_BREAK
case 26:
YY_RULE_SETUP
#line 226 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_OUTGOING_TCP_MSS;}
	YY_BREAK
case 27:
YY_RULE_SETUP
#line 227 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_IPV4_EDNS_SIZE;}
	YY_BREAK
case 28:
YY_RULE_SETUP
#line 228 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_IPV6_EDNS_SIZE;}
	YY_BREAK
case 29:
YY_RULE_SETUP
#line 229 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_PIDFILE;}
	YY_BREAK
case 30:
YY_RULE_SETUP
#line 230 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_PORT;}
	YY_BREAK
case 31:
YY_RULE_SETUP
#line 231 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_REUSEPORT;}
	YY_BREAK
case 32:
YY_RULE_SETUP
#line 232 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_STATISTICS;}
	YY_BREAK
case 33:
YY_RULE_SETUP
#line 233 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_CHROOT;}
	YY_BREAK
case 34:
YY_RULE_SETUP
#line 234 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_USERNAME;}
	YY_BREAK
case 35:
YY_RULE_SETUP
#line 235 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ZONESDIR;}
	YY_BREAK
case 36:
YY_RULE_SETUP
#line 236 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ZONELISTFILE;}
	YY_BREAK
case 37:
YY_RULE_SETUP
#line 237 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_DIFFFILE;}
	YY_BREAK
case 38:
YY_RULE_SETUP
#line 238 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_XFRDFILE;}
	YY_BREAK
case 39:
YY_RULE_SETUP
#line 239 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_XFRDIR;}
	YY_BREAK
case 40:
YY_RULE_SETUP
#line 240 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_XFRD_RELOAD_TIMEOUT;}
	YY_BREAK
case 41:
YY_RULE_SETUP
#line 241 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_VERBOSITY;}
	YY_BREAK
case 42:
YY_RULE_SETUP
#line 242 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ZONE;}
	YY_BREAK
case 43:
YY_RULE_SETUP
#line 243 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ZONEFILE;}
	YY_BREAK
case 44:
YY_RULE_SETUP
#line 244 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ZONESTATS;}
	YY_BREAK
case 45:
YY_RULE_SETUP
#line 245 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ALLOW_NOTIFY;}
	YY_BREAK
case 46:
YY_RULE_SETUP
#line 246 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_SIZE_LIMIT_XFR;}
	YY_BREAK
case 47:
YY_RULE_SETUP
#line 247 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_REQUEST_XFR;}
	YY_BREAK
case 48:
YY_RULE_SETUP
#line 248 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_NOTIFY;}
	YY_BREAK
case 49:
YY_RULE_SETUP
#line 249 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_NOTIFY_RETRY;}
	YY_BREAK
case 50:
YY_RULE_SETUP
#line 250 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_PROVIDE_XFR;}
	YY_BREAK
case 51:
YY_RULE_SETUP
#line 251 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_OUTGOING_INTERFACE;}
	YY_BREAK
case 52:
YY_RULE_SETUP
#line 252 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ALLOW_AXFR_FALLBACK;}
	YY_BREAK
case 53:
YY_RULE_SETUP
#line 253 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_KEY;}
	YY_BREAK
case 54:
YY_RULE_SETUP
#line 254 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ALGORITHM;}
	YY_BREAK
case 55:
YY_RULE_SETUP
#line 255 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_SECRET;}
	YY_BREAK
case 56:
YY_RULE_SETUP
#line 256 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_PATTERN;}
	YY_BREAK
case 57:
YY_RULE_SETUP
#line 257 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_INCLUDEPATTERN;}
	YY_BREAK
case 58:
YY_RULE_SETUP
#line 258 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_REMOTE_CONTROL;}
	YY_BREAK
case 59:
YY_RULE_SETUP
#line 259 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_ENABLE;}
	YY_BREAK
case 60:
YY_RULE_SETUP
#line 260 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_INTERFACE;}
	YY_BREAK
case 61:
YY_RULE_SETUP
#line 261 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_PORT;}
	YY_BREAK
case 62:
YY_RULE_SETUP
#line 262 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_SERVER_KEY_FILE;}
	YY_BREAK
case 63:
YY_RULE_SETUP
#line 263 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_SERVER_CERT_FILE;}
	YY_BREAK
case 64:
YY_RULE_SETUP
#line 264 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_KEY_FILE;}
	YY_BREAK
case 65:
YY_RULE_SETUP
#line 265 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_CONTROL_CERT_FILE;}
	YY_BREAK
case 66:
YY_RULE_SETUP
#line 266 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_AXFR;}
	YY_BREAK
case 67:
YY_RULE_SETUP
#line 267 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_UDP;}
	YY_BREAK
case 68:
YY_RULE_SETUP
#line 268 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_RRL_SIZE;}
	YY_BREAK
case 69:
YY_RULE_SETUP
#line 269 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_RRL_RATELIMIT;}
	YY_BREAK
case 70:
YY_RULE_SETUP
#line 270 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_RRL_SLIP;}
	YY_BREAK
case 71:
YY_RULE_SETUP
#line 271 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_RRL_IPV4_PREFIX_LENGTH;}
	YY_BREAK
case 72:
YY_RULE_SETUP
#line 272 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_RRL_IPV6_PREFIX_LENGTH;}
	YY_BREAK
case 73:
YY_RULE_SETUP
#line 273 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_RRL_WHITELIST_RATELIMIT;}
	YY_BREAK
case 74:
YY_RULE_SETUP
#line 274 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_RRL_WHITELIST;}
	YY_BREAK
case 75:
YY_RULE_SETUP
#line 275 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ZONEFILES_CHECK;}
	YY_BREAK
case 76:
YY_RULE_SETUP
#line 276 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ZONEFILES_WRITE;}
	YY_BREAK
case 77:
YY_RULE_SETUP
#line 277 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_LOG_TIME_ASCII;}
	YY_BREAK
case 78:
YY_RULE_SETUP
#line 278 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_ROUND_ROBIN;}
	YY_BREAK
case 79:
YY_RULE_SETUP
#line 279 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_MINIMAL_RESPONSES;}
	YY_BREAK
case 80:
YY_RULE_SETUP
#line 280 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_REFUSE_ANY;}
	YY_BREAK
case 81:
YY_RULE_SETUP
#line 281 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_MAX_REFRESH_TIME;}
	YY_BREAK
case 82:
YY_RULE_SETUP
#line 282 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_MIN_REFRESH_TIME;}
	YY_BREAK
case 83:
YY_RULE_SETUP
#line 283 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_MAX_RETRY_TIME;}
	YY_BREAK
case 84:
YY_RULE_SETUP
#line 284 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_MIN_RETRY_TIME;}
	YY_BREAK
case 85:
YY_RULE_SETUP
#line 285 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); return VAR_MULTI_MASTER_CHECK;}
	YY_BREAK
case 86:
/* rule 86 can match eol */
YY_RULE_SETUP
#line 286 "configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
	YY_BREAK
/* Quoted strings. Strip leading and ending quotes */
case 87:
YY_RULE_SETUP
#line 289 "configlexer.lex"
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
	YY_BREAK
case YY_STATE_EOF(quotedstring):
#line 290 "configlexer.lex"
{
        yyerror("EOF inside quoted string");
        BEGIN(INITIAL);
}
	YY_BREAK
case 88:
YY_RULE_SETUP
#line 294 "configlexer.lex"
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
	YY_BREAK
case 89:
/* rule 89 can match eol */
YY_RULE_SETUP
#line 295 "configlexer.lex"
{ cfg_parser->line++; yymore(); }
	YY_BREAK
case 90:
YY_RULE_SETUP
#line 296 "configlexer.lex"
{
        LEXOUT(("QE "));
        BEGIN(INITIAL);
        yytext[yyleng - 1] = '\0';
	yylval.str = region_strdup(cfg_parser->opt->region, yytext);
        return STRING;
}
	YY_BREAK
/* include: directive */
case 91:
YY_RULE_SETUP
#line 305 "configlexer.lex"
{ LEXOUT(("v(%s) ", yytext)); BEGIN(include); }
	YY_BREAK
case YY_STATE_EOF(include):
#line 306 "configlexer.lex"
{
        yyerror("EOF inside include directive");
        BEGIN(INITIAL);
}
	YY_BREAK
case 92:
YY_RULE_SETUP
#line 310 "configlexer.lex"
{ LEXOUT(("ISP ")); /* ignore */ }
	YY_BREAK
case 93:
/* rule 93 can match eol */
YY_RULE_SETUP
#line 311 "configlexer.lex"
{ LEXOUT(("NL\n")); cfg_parser->line++;}
	YY_BREAK
case 94:
YY_RULE_SETUP
#line 312 "configlexer.lex"
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
	YY_BREAK
case 95:
YY_RULE_SETUP
#line 313 "configlexer.lex"
{
	LEXOUT(("Iunquotedstr(%s) ", yytext));
	config_start_include_glob(yytext);
	BEGIN(INITIAL);
}
	YY_BREAK
case YY_STATE_EOF(include_quoted):
#line 318 "configlexer.lex"
{
        yyerror("EOF inside quoted string");
        BEGIN(INITIAL);
}
	YY_BREAK
case 96:
YY_RULE_SETUP
#line 322 "configlexer.lex"
{ LEXOUT(("ISTR(%s) ", yytext)); yymore(); }
	YY_BREAK
case 97:
/* rule 97 can match eol */
YY_RULE_SETUP
#line 323 "configlexer.lex"
{ cfg_parser->line++; yymore(); }
	YY_BREAK
case 98:
YY_RULE_SETUP
#line 324 "configlexer.lex"
{
	LEXOUT(("IQE "));
	yytext[yyleng - 1] = '\0';
	config_start_include_glob(yytext);
	BEGIN(INITIAL);
}
	YY_BREAK
case YY_STATE_EOF(INITIAL):
#line 330 "configlexer.lex"
{
	yy_set_bol(1); /* Set beginning of line, so "^" rules match.  */
	if (!config_include_stack) {
		yyterminate();
	} else {
		fclose(yyin);
		config_end_include();
	}
}
	YY_BREAK
case 99:
YY_RULE_SETUP
#line 340 "configlexer.lex"
{ LEXOUT(("unquotedstr(%s) ", yytext)); 
			yylval.str = region_strdup(cfg_parser->opt->region, yytext); return STRING; }
	YY_BREAK
case 100:
YY_RULE_SETUP
#line 343 "configlexer.lex"
ECHO;
	YY_BREAK
#line 2262 "<stdout>"

	case YY_END_OF_BUFFER:
		{
		/* Amount of text matched not including the EOB char. */
		int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;

		/* Undo the effects of YY_DO_BEFORE_ACTION. */
		*yy_cp = (yy_hold_char);
		YY_RESTORE_YY_MORE_OFFSET

		if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
			{
			/* We're scanning a new file or input source.  It's
			 * possible that this happened because the user
			 * just pointed yyin at a new source and called
			 * yylex().  If so, then we have to assure
			 * consistency between YY_CURRENT_BUFFER and our
			 * globals.  Here is the right place to do so, because
			 * this is the first action (other than possibly a
			 * back-up) that will match for the new input source.
			 */
			(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
			YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
			YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
			}

		/* Note that here we test for yy_c_buf_p "<=" to the position
		 * of the first EOB in the buffer, since yy_c_buf_p will
		 * already have been incremented past the NUL character
		 * (since all states make transitions on EOB to the
		 * end-of-buffer state).  Contrast this with the test
		 * in input().
		 */
		if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
			{ /* This was really a NUL. */
			yy_state_type yy_next_state;

			(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;

			yy_current_state = yy_get_previous_state(  );

			/* Okay, we're now positioned to make the NUL
			 * transition.  We couldn't have
			 * yy_get_previous_state() go ahead and do it
			 * for us because it doesn't know how to deal
			 * with the possibility of jamming (and we don't
			 * want to build jamming into it because then it
			 * will run more slowly).
			 */

			yy_next_state = yy_try_NUL_trans( yy_current_state );

			yy_bp = (yytext_ptr) + YY_MORE_ADJ;

			if ( yy_next_state )
				{
				/* Consume the NUL. */
				yy_cp = ++(yy_c_buf_p);
				yy_current_state = yy_next_state;
				goto yy_match;
				}

			else
				{
				yy_cp = (yy_c_buf_p);
				goto yy_find_action;
				}
			}

		else switch ( yy_get_next_buffer(  ) )
			{
			case EOB_ACT_END_OF_FILE:
				{
				(yy_did_buffer_switch_on_eof) = 0;

				if ( yywrap( ) )
					{
					/* Note: because we've taken care in
					 * yy_get_next_buffer() to have set up
					 * yytext, we can now set up
					 * yy_c_buf_p so that if some total
					 * hoser (like flex itself) wants to
					 * call the scanner after we return the
					 * YY_NULL, it'll still work - another
					 * YY_NULL will get returned.
					 */
					(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;

					yy_act = YY_STATE_EOF(YY_START);
					goto do_action;
					}

				else
					{
					if ( ! (yy_did_buffer_switch_on_eof) )
						YY_NEW_FILE;
					}
				break;
				}

			case EOB_ACT_CONTINUE_SCAN:
				(yy_c_buf_p) =
					(yytext_ptr) + yy_amount_of_matched_text;

				yy_current_state = yy_get_previous_state(  );

				yy_cp = (yy_c_buf_p);
				yy_bp = (yytext_ptr) + YY_MORE_ADJ;
				goto yy_match;

			case EOB_ACT_LAST_MATCH:
				(yy_c_buf_p) =
				&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];

				yy_current_state = yy_get_previous_state(  );

				yy_cp = (yy_c_buf_p);
				yy_bp = (yytext_ptr) + YY_MORE_ADJ;
				goto yy_find_action;
			}
		break;
		}

	default:
		YY_FATAL_ERROR(
			"fatal flex scanner internal error--no action found" );
	} /* end of action switch */
		} /* end of scanning one token */
	} /* end of user's declarations */
} /* end of yylex */

/* yy_get_next_buffer - try to read in a new buffer
 *
 * Returns a code representing an action:
 *	EOB_ACT_LAST_MATCH -
 *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
 *	EOB_ACT_END_OF_FILE - end of file
 */
static int yy_get_next_buffer (void)
{
    	char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
	char *source = (yytext_ptr);
	yy_size_t number_to_move, i;
	int ret_val;

	if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
		YY_FATAL_ERROR(
		"fatal flex scanner internal error--end of buffer missed" );

	if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
		{ /* Don't try to fill the buffer, so this is an EOF. */
		if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
			{
			/* We matched a single character, the EOB, so
			 * treat this as a final EOF.
			 */
			return EOB_ACT_END_OF_FILE;
			}

		else
			{
			/* We matched some text prior to the EOB, first
			 * process it.
			 */
			return EOB_ACT_LAST_MATCH;
			}
		}

	/* Try to read more data. */

	/* First move last chars to start of buffer. */
	number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;

	for ( i = 0; i < number_to_move; ++i )
		*(dest++) = *(source++);

	if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
		/* don't do the read, it's not guaranteed to return an EOF,
		 * just force an EOF
		 */
		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;

	else
		{
			int num_to_read =
			YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;

		while ( num_to_read <= 0 )
			{ /* Not enough room in the buffer - grow it. */

			/* just a shorter name for the current buffer */
			YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;

			int yy_c_buf_p_offset =
				(int) ((yy_c_buf_p) - b->yy_ch_buf);

			if ( b->yy_is_our_buffer )
				{
				int new_size = b->yy_buf_size * 2;

				if ( new_size <= 0 )
					b->yy_buf_size += b->yy_buf_size / 8;
				else
					b->yy_buf_size *= 2;

				b->yy_ch_buf = (char *)
					/* Include room in for 2 EOB chars. */
					yyrealloc((void *) b->yy_ch_buf,(yy_size_t) (b->yy_buf_size + 2)  );
				}
			else
				/* Can't grow it, we don't own it. */
				b->yy_ch_buf = NULL;

			if ( ! b->yy_ch_buf )
				YY_FATAL_ERROR(
				"fatal error - scanner input buffer overflow" );

			(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];

			num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
						number_to_move - 1;

			}

		if ( num_to_read > YY_READ_BUF_SIZE )
			num_to_read = YY_READ_BUF_SIZE;

		/* Read in more data. */
		YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
			(yy_n_chars), num_to_read );

		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
		}

	if ( (yy_n_chars) == 0 )
		{
		if ( number_to_move == YY_MORE_ADJ )
			{
			ret_val = EOB_ACT_END_OF_FILE;
			yyrestart(yyin  );
			}

		else
			{
			ret_val = EOB_ACT_LAST_MATCH;
			YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
				YY_BUFFER_EOF_PENDING;
			}
		}

	else
		ret_val = EOB_ACT_CONTINUE_SCAN;

	if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
		/* Extend the array by 50%, plus the number we really need. */
		int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
		YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,(yy_size_t) new_size  );
		if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
			YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
	}

	(yy_n_chars) += number_to_move;
	YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
	YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;

	(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];

	return ret_val;
}

/* yy_get_previous_state - get the state just before the EOB char was reached */

    static yy_state_type yy_get_previous_state (void)
{
	yy_state_type yy_current_state;
	char *yy_cp;
    
	yy_current_state = (yy_start);

	for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
		{
		YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
		if ( yy_accept[yy_current_state] )
			{
			(yy_last_accepting_state) = yy_current_state;
			(yy_last_accepting_cpos) = yy_cp;
			}
		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
			{
			yy_current_state = (int) yy_def[yy_current_state];
			if ( yy_current_state >= 808 )
				yy_c = yy_meta[(unsigned int) yy_c];
			}
		yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
		}

	return yy_current_state;
}

/* yy_try_NUL_trans - try to make a transition on the NUL character
 *
 * synopsis
 *	next_state = yy_try_NUL_trans( current_state );
 */
    static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
{
	int yy_is_jam;
    	char *yy_cp = (yy_c_buf_p);

	YY_CHAR yy_c = 1;
	if ( yy_accept[yy_current_state] )
		{
		(yy_last_accepting_state) = yy_current_state;
		(yy_last_accepting_cpos) = yy_cp;
		}
	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
		{
		yy_current_state = (int) yy_def[yy_current_state];
		if ( yy_current_state >= 808 )
			yy_c = yy_meta[(unsigned int) yy_c];
		}
	yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
	yy_is_jam = (yy_current_state == 807);

		return yy_is_jam ? 0 : yy_current_state;
}

#ifndef YY_NO_UNPUT

#endif

#ifndef YY_NO_INPUT
#ifdef __cplusplus
    static int yyinput (void)
#else
    static int input  (void)
#endif

{
	int c;
    
	*(yy_c_buf_p) = (yy_hold_char);

	if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
		{
		/* yy_c_buf_p now points to the character we want to return.
		 * If this occurs *before* the EOB characters, then it's a
		 * valid NUL; if not, then we've hit the end of the buffer.
		 */
		if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
			/* This was really a NUL. */
			*(yy_c_buf_p) = '\0';

		else
			{ /* need more input */
			int offset = (yy_c_buf_p) - (yytext_ptr);
			++(yy_c_buf_p);

			switch ( yy_get_next_buffer(  ) )
				{
				case EOB_ACT_LAST_MATCH:
					/* This happens because yy_g_n_b()
					 * sees that we've accumulated a
					 * token and flags that we need to
					 * try matching the token before
					 * proceeding.  But for input(),
					 * there's no matching to consider.
					 * So convert the EOB_ACT_LAST_MATCH
					 * to EOB_ACT_END_OF_FILE.
					 */

					/* Reset buffer status. */
					yyrestart(yyin );

					/*FALLTHROUGH*/

				case EOB_ACT_END_OF_FILE:
					{
					if ( yywrap( ) )
						return 0;

					if ( ! (yy_did_buffer_switch_on_eof) )
						YY_NEW_FILE;
#ifdef __cplusplus
					return yyinput();
#else
					return input();
#endif
					}

				case EOB_ACT_CONTINUE_SCAN:
					(yy_c_buf_p) = (yytext_ptr) + offset;
					break;
				}
			}
		}

	c = *(unsigned char *) (yy_c_buf_p);	/* cast for 8-bit char's */
	*(yy_c_buf_p) = '\0';	/* preserve yytext */
	(yy_hold_char) = *++(yy_c_buf_p);

	return c;
}
#endif	/* ifndef YY_NO_INPUT */

/** Immediately switch to a different input stream.
 * @param input_file A readable stream.
 * 
 * @note This function does not reset the start condition to @c INITIAL .
 */
    void yyrestart  (FILE * input_file )
{
    
	if ( ! YY_CURRENT_BUFFER ){
        yyensure_buffer_stack ();
		YY_CURRENT_BUFFER_LVALUE =
            yy_create_buffer(yyin,YY_BUF_SIZE );
	}

	yy_init_buffer(YY_CURRENT_BUFFER,input_file );
	yy_load_buffer_state( );
}

/** Switch to a different input buffer.
 * @param new_buffer The new input buffer.
 * 
 */
    void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
{
    
	/* TODO. We should be able to replace this entire function body
	 * with
	 *		yypop_buffer_state();
	 *		yypush_buffer_state(new_buffer);
     */
	yyensure_buffer_stack ();
	if ( YY_CURRENT_BUFFER == new_buffer )
		return;

	if ( YY_CURRENT_BUFFER )
		{
		/* Flush out information for old buffer. */
		*(yy_c_buf_p) = (yy_hold_char);
		YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
		}

	YY_CURRENT_BUFFER_LVALUE = new_buffer;
	yy_load_buffer_state( );

	/* We don't actually know whether we did this switch during
	 * EOF (yywrap()) processing, but the only time this flag
	 * is looked at is after yywrap() is called, so it's safe
	 * to go ahead and always set it.
	 */
	(yy_did_buffer_switch_on_eof) = 1;
}

static void yy_load_buffer_state  (void)
{
    	(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
	(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
	yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
	(yy_hold_char) = *(yy_c_buf_p);
}

/** Allocate and initialize an input buffer state.
 * @param file A readable stream.
 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
 * 
 * @return the allocated buffer state.
 */
    YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
{
	YY_BUFFER_STATE b;
    
	b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
	if ( ! b )
		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );

	b->yy_buf_size = size;

	/* yy_ch_buf has to be 2 characters longer than the size given because
	 * we need to put in 2 end-of-buffer characters.
	 */
	b->yy_ch_buf = (char *) yyalloc((yy_size_t) (b->yy_buf_size + 2)  );
	if ( ! b->yy_ch_buf )
		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );

	b->yy_is_our_buffer = 1;

	yy_init_buffer(b,file );

	return b;
}

/** Destroy the buffer.
 * @param b a buffer created with yy_create_buffer()
 * 
 */
    void yy_delete_buffer (YY_BUFFER_STATE  b )
{
    
	if ( ! b )
		return;

	if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
		YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;

	if ( b->yy_is_our_buffer )
		yyfree((void *) b->yy_ch_buf  );

	yyfree((void *) b  );
}

/* Initializes or reinitializes a buffer.
 * This function is sometimes called more than once on the same buffer,
 * such as during a yyrestart() or at EOF.
 */
    static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )

{
	int oerrno = errno;
    
	yy_flush_buffer(b );

	b->yy_input_file = file;
	b->yy_fill_buffer = 1;

    /* If b is the current buffer, then yy_init_buffer was _probably_
     * called from yyrestart() or through yy_get_next_buffer.
     * In that case, we don't want to reset the lineno or column.
     */
    if (b != YY_CURRENT_BUFFER){
        b->yy_bs_lineno = 1;
        b->yy_bs_column = 0;
    }

        b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
    
	errno = oerrno;
}

/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
 * 
 */
    void yy_flush_buffer (YY_BUFFER_STATE  b )
{
    	if ( ! b )
		return;

	b->yy_n_chars = 0;

	/* We always need two end-of-buffer characters.  The first causes
	 * a transition to the end-of-buffer state.  The second causes
	 * a jam in that state.
	 */
	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;

	b->yy_buf_pos = &b->yy_ch_buf[0];

	b->yy_at_bol = 1;
	b->yy_buffer_status = YY_BUFFER_NEW;

	if ( b == YY_CURRENT_BUFFER )
		yy_load_buffer_state( );
}

/** Pushes the new state onto the stack. The new state becomes
 *  the current state. This function will allocate the stack
 *  if necessary.
 *  @param new_buffer The new state.
 *  
 */
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
{
    	if (new_buffer == NULL)
		return;

	yyensure_buffer_stack();

	/* This block is copied from yy_switch_to_buffer. */
	if ( YY_CURRENT_BUFFER )
		{
		/* Flush out information for old buffer. */
		*(yy_c_buf_p) = (yy_hold_char);
		YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
		YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
		}

	/* Only push if top exists. Otherwise, replace top. */
	if (YY_CURRENT_BUFFER)
		(yy_buffer_stack_top)++;
	YY_CURRENT_BUFFER_LVALUE = new_buffer;

	/* copied from yy_switch_to_buffer. */
	yy_load_buffer_state( );
	(yy_did_buffer_switch_on_eof) = 1;
}

/** Removes and deletes the top of the stack, if present.
 *  The next element becomes the new top.
 *  
 */
void yypop_buffer_state (void)
{
    	if (!YY_CURRENT_BUFFER)
		return;

	yy_delete_buffer(YY_CURRENT_BUFFER );
	YY_CURRENT_BUFFER_LVALUE = NULL;
	if ((yy_buffer_stack_top) > 0)
		--(yy_buffer_stack_top);

	if (YY_CURRENT_BUFFER) {
		yy_load_buffer_state( );
		(yy_did_buffer_switch_on_eof) = 1;
	}
}

/* Allocates the stack if it does not exist.
 *  Guarantees space for at least one push.
 */
static void yyensure_buffer_stack (void)
{
	int num_to_alloc;
    
	if (!(yy_buffer_stack)) {

		/* First allocation is just for 2 elements, since we don't know if this
		 * scanner will even need a stack. We use 2 instead of 1 to avoid an
		 * immediate realloc on the next call.
         */
      num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
		(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
								(num_to_alloc * sizeof(struct yy_buffer_state*)
								);
		if ( ! (yy_buffer_stack) )
			YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
								  
		memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
				
		(yy_buffer_stack_max) = num_to_alloc;
		(yy_buffer_stack_top) = 0;
		return;
	}

	if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){

		/* Increase the buffer to prepare for a possible push. */
		yy_size_t grow_size = 8 /* arbitrary grow size */;

		num_to_alloc = (yy_buffer_stack_max) + grow_size;
		(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
								((yy_buffer_stack),
								num_to_alloc * sizeof(struct yy_buffer_state*)
								);
		if ( ! (yy_buffer_stack) )
			YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );

		/* zero only the new slots.*/
		memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
		(yy_buffer_stack_max) = num_to_alloc;
	}
}

/** Setup the input buffer state to scan directly from a user-specified character buffer.
 * @param base the character buffer
 * @param size the size in bytes of the character buffer
 * 
 * @return the newly allocated buffer state object. 
 */
YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
{
	YY_BUFFER_STATE b;
    
	if ( size < 2 ||
	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
	     base[size-1] != YY_END_OF_BUFFER_CHAR )
		/* They forgot to leave room for the EOB's. */
		return NULL;

	b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
	if ( ! b )
		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );

	b->yy_buf_size = (int) (size - 2);	/* "- 2" to take care of EOB's */
	b->yy_buf_pos = b->yy_ch_buf = base;
	b->yy_is_our_buffer = 0;
	b->yy_input_file = NULL;
	b->yy_n_chars = b->yy_buf_size;
	b->yy_is_interactive = 0;
	b->yy_at_bol = 1;
	b->yy_fill_buffer = 0;
	b->yy_buffer_status = YY_BUFFER_NEW;

	yy_switch_to_buffer(b  );

	return b;
}

/** Setup the input buffer state to scan a string. The next call to yylex() will
 * scan from a @e copy of @a str.
 * @param yystr a NUL-terminated string to scan
 * 
 * @return the newly allocated buffer state object.
 * @note If you want to scan bytes that may contain NUL values, then use
 *       yy_scan_bytes() instead.
 */
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
{
    
	return yy_scan_bytes(yystr,(int) strlen(yystr) );
}

/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
 * scan from a @e copy of @a bytes.
 * @param yybytes the byte buffer to scan
 * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
 * 
 * @return the newly allocated buffer state object.
 */
YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
{
	YY_BUFFER_STATE b;
	char *buf;
	yy_size_t n;
	yy_size_t i;
    
	/* Get memory for full buffer, including space for trailing EOB's. */
	n = (yy_size_t) _yybytes_len + 2;
	buf = (char *) yyalloc(n  );
	if ( ! buf )
		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );

	for ( i = 0; i < _yybytes_len; ++i )
		buf[i] = yybytes[i];

	buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;

	b = yy_scan_buffer(buf,n );
	if ( ! b )
		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );

	/* It's okay to grow etc. this buffer, and we should throw it
	 * away when we're done.
	 */
	b->yy_is_our_buffer = 1;

	return b;
}

#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif

static void yynoreturn yy_fatal_error (yyconst char* msg )
{
			(void) fprintf( stderr, "%s\n", msg );
	exit( YY_EXIT_FAILURE );
}

/* Redefine yyless() so it works in section 3 code. */

#undef yyless
#define yyless(n) \
	do \
		{ \
		/* Undo effects of setting up yytext. */ \
        yy_size_t yyless_macro_arg = (n); \
        YY_LESS_LINENO(yyless_macro_arg);\
		yytext[yyleng] = (yy_hold_char); \
		(yy_c_buf_p) = yytext + yyless_macro_arg; \
		(yy_hold_char) = *(yy_c_buf_p); \
		*(yy_c_buf_p) = '\0'; \
		yyleng = yyless_macro_arg; \
		} \
	while ( 0 )

/* Accessor  methods (get/set functions) to struct members. */

/** Get the current line number.
 * 
 */
int yyget_lineno  (void)
{
        
    return yylineno;
}

/** Get the input stream.
 * 
 */
FILE *yyget_in  (void)
{
        return yyin;
}

/** Get the output stream.
 * 
 */
FILE *yyget_out  (void)
{
        return yyout;
}

/** Get the length of the current token.
 * 
 */
int yyget_leng  (void)
{
        return yyleng;
}

/** Get the current token.
 * 
 */

char *yyget_text  (void)
{
        return yytext;
}

/** Set the current line number.
 * @param _line_number line number
 * 
 */
void yyset_lineno (int  _line_number )
{
    
    yylineno = _line_number;
}

/** Set the input stream. This does not discard the current
 * input buffer.
 * @param _in_str A readable stream.
 * 
 * @see yy_switch_to_buffer
 */
void yyset_in (FILE *  _in_str )
{
        yyin = _in_str ;
}

void yyset_out (FILE *  _out_str )
{
        yyout = _out_str ;
}

int yyget_debug  (void)
{
        return yy_flex_debug;
}

void yyset_debug (int  _bdebug )
{
        yy_flex_debug = _bdebug ;
}

static int yy_init_globals (void)
{
        /* Initialization is the same as for the non-reentrant scanner.
     * This function is called from yylex_destroy(), so don't allocate here.
     */

    (yy_buffer_stack) = NULL;
    (yy_buffer_stack_top) = 0;
    (yy_buffer_stack_max) = 0;
    (yy_c_buf_p) = NULL;
    (yy_init) = 0;
    (yy_start) = 0;

/* Defined in main.c */
#ifdef YY_STDINIT
    yyin = stdin;
    yyout = stdout;
#else
    yyin = NULL;
    yyout = NULL;
#endif

    /* For future reference: Set errno on error, since we are called by
     * yylex_init()
     */
    return 0;
}

/* yylex_destroy is for both reentrant and non-reentrant scanners. */
int yylex_destroy  (void)
{
    
    /* Pop the buffer stack, destroying each element. */
	while(YY_CURRENT_BUFFER){
		yy_delete_buffer(YY_CURRENT_BUFFER  );
		YY_CURRENT_BUFFER_LVALUE = NULL;
		yypop_buffer_state();
	}

	/* Destroy the stack itself. */
	yyfree((yy_buffer_stack) );
	(yy_buffer_stack) = NULL;

    /* Reset the globals. This is important in a non-reentrant scanner so the next time
     * yylex() is called, initialization will occur. */
    yy_init_globals( );

    return 0;
}

/*
 * Internal utility routines.
 */

#ifndef yytext_ptr
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
{
		
	int i;
	for ( i = 0; i < n; ++i )
		s1[i] = s2[i];
}
#endif

#ifdef YY_NEED_STRLEN
static int yy_flex_strlen (yyconst char * s )
{
	int n;
	for ( n = 0; s[n]; ++n )
		;

	return n;
}
#endif

void *yyalloc (yy_size_t  size )
{
			return malloc(size);
}

void *yyrealloc  (void * ptr, yy_size_t  size )
{
		
	/* The cast to (char *) in the following accommodates both
	 * implementations that use char* generic pointers, and those
	 * that use void* generic pointers.  It works with the latter
	 * because both ANSI C and C++ allow castless assignment from
	 * any pointer type to void*, and deal with argument conversions
	 * as though doing an assignment.
	 */
	return realloc(ptr, size);
}

void yyfree (void * ptr )
{
			free( (char *) ptr );	/* see yyrealloc() for (char *) cast */
}

#define YYTABLES_NAME "yytables"

#line 343 "configlexer.lex"



