#define yy_create_buffer socks_yy_create_buffer
#define yy_delete_buffer socks_yy_delete_buffer
#define yy_scan_buffer socks_yy_scan_buffer
#define yy_scan_string socks_yy_scan_string
#define yy_scan_bytes socks_yy_scan_bytes
#define yy_flex_debug socks_yy_flex_debug
#define yy_init_buffer socks_yy_init_buffer
#define yy_flush_buffer socks_yy_flush_buffer
#define yy_load_buffer_state socks_yy_load_buffer_state
#define yy_switch_to_buffer socks_yy_switch_to_buffer
#define yyin socks_yyin
#define yyleng socks_yyleng
#define yylex socks_yylex
#define yyout socks_yyout
#define yyrestart socks_yyrestart
#define yytext socks_yytext
#define yylineno socks_yylineno

#line 20 "config_scan.c"
/*	$OpenBSD: flex.skl,v 1.8 2004/02/09 11:38:31 espie Exp $	*/

/* A lexical scanner generated by flex */

/* Scanner skeleton version:
 * $Header: /cvs/src/usr.bin/lex/flex.skl,v 1.8 2004/02/09 11:38:31 espie Exp $
 */

#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5

#include <stdio.h>
#include <errno.h>


/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
#ifdef c_plusplus
#ifndef __cplusplus
#define __cplusplus
#endif
#endif


#ifdef __cplusplus

#include <stdlib.h>
#include <unistd.h>

/* Use prototypes in function declarations. */
#define YY_USE_PROTOS

/* The "const" storage-class-modifier is valid. */
#define YY_USE_CONST

#else	/* ! __cplusplus */

#ifdef __STDC__

#define YY_USE_PROTOS
#define YY_USE_CONST

#endif	/* __STDC__ */
#endif	/* ! __cplusplus */

#ifdef __TURBOC__
 #pragma warn -rch
 #pragma warn -use
#include <io.h>
#include <stdlib.h>
#define YY_USE_CONST
#define YY_USE_PROTOS
#endif

#ifdef YY_USE_CONST
#define yyconst const
#else
#define yyconst
#endif


#ifdef YY_USE_PROTOS
#define YY_PROTO(proto) proto
#else
#define YY_PROTO(proto) ()
#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. */
#define YY_BUF_SIZE 16384

typedef struct yy_buffer_state *YY_BUFFER_STATE;

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

/* The funky do-while in the following #define is used to turn the definition
 * int a single C statement (which needs a semi-colon terminator).  This
 * avoids problems with code like:
 *
 * 	if ( condition_holds )
 *		yyless( 5 );
 *	else
 *		do_something_else();
 *
 * Prior to using the do-while the compiler would get upset at the
 * "else" because it interpreted the "if" statement as being all
 * done when it reached the ';' after the yyless() call.
 */

/* Return all but the first 'n' matched characters back to the input stream. */

#define yyless(n) \
	do \
		{ \
		/* Undo effects of setting up yytext. */ \
		*yy_cp = yy_hold_char; \
		YY_RESTORE_YY_MORE_OFFSET \
		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
		} \
	while ( 0 )

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

/* The following is because we cannot portably get our hands on size_t
 * (without autoconf's help, which isn't available because we want
 * flex-generated scanners to compile on their own).
 */
typedef unsigned int yy_size_t;


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.
	 */
	yy_size_t 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;

	/* 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
	};

static YY_BUFFER_STATE yy_current_buffer = 0;

/* 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".
 */
#define YY_CURRENT_BUFFER yy_current_buffer


/* 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 = (char *) 0;
static int yy_init = 1;		/* 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 YY_PROTO(( FILE *input_file ));

void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
void yy_load_buffer_state YY_PROTO(( void ));
YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
#define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )

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

static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ));
static void yy_flex_free YY_PROTO(( void * ));

#define yy_new_buffer yy_create_buffer

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

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

#define YY_AT_BOL() (yy_current_buffer->yy_at_bol)


#define YY_USES_REJECT

#define yywrap() 1
#define YY_SKIP_YYWRAP
typedef unsigned char YY_CHAR;
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
typedef int yy_state_type;
extern int yylineno;
int yylineno = 1;
extern char *yytext;
#define yytext_ptr yytext

static yy_state_type yy_get_previous_state YY_PROTO(( void ));
static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
static int yy_get_next_buffer YY_PROTO(( void ));
static void yy_fatal_error YY_PROTO(( 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; \
	yyleng = (int) (yy_cp - yy_bp); \
	yy_hold_char = *yy_cp; \
	*yy_cp = '\0'; \
	yy_c_buf_p = yy_cp;

#define YY_NUM_RULES 84
#define YY_END_OF_BUFFER 85
static yyconst short int yy_acclist[750] =
    {   0,
       26,   26,   85,   83,   84,   79,   83,   84,   81,   84,
       80,   83,   84,   78,   83,   84,   83,   84,   83,   84,
       83,   84,   83,   84,   83,   84,   83,   84,   83,   84,
       83,   84,   83,   84,   83,   84,   83,   84,   83,   84,
       83,   84,   83,   84,   83,   84,   83,   84,   83,   84,
       21,   83,   84,   78,   83,   84,   22,   83,   84,   22,
       83,   84,   22,   83,   84,   22,   83,   84,   22,   83,
       84,   22,   83,   84,   22,   83,   84,   22,   83,   84,
       22,   83,   84,   22,   83,   84,   22,   83,   84,   22,
       83,   84,   22,   83,   84,   22,   83,   84,   22,   83,

       84,   22,   83,   84,   83,   84,   25,   83,   84,   83,
       84,   83,   84,   83,   84,   26,   83,   84,   26,   79,
       83,   84,   26,   80,   83,   84,   26,   78,   83,   84,
       26,   83,   84,   83,   84,   83,   84,   83,   84,   83,
       84,   23,   83,   84,   23,   80,   83,   84,   23,   78,
       83,   84,   23,   83,   84,   83,   84,   83,   84,   83,
       84,   83,   84,   83,   84,   83,   84,   19,   78,   83,
       84,   12,   83,   84,   12,   83,   84,   12,   83,   84,
       83,   84,   83,   84,   83,   84,   83,   84,   83,   84,
       83,   84,   83,   84,   24,   83,   84,   24,   80,   83,

       84,   24,   78,   83,   84,   24,   83,   84,   20,   78,
       83,   84,   18,   83,   84,   83,   84,   83,   84,   83,
       84,   83,   84,   79,   80,   80,   78,   82,   44,   21,
       78,   22,   22,   22,   22,   22,   22,   22,   22,   22,
       22,   22,   22,   22,   22,   22,   22,   22,   22,   22,
       22,   22,   22,   22,   22,   22,   22,   22,   44,   22,
       22,   26,   26,   79,   26,   80,   26,   80,   26,   26,
       78,   23,   23,   80,   23,   23,   78,   12,   19,   78,
       24,   24,   80,   24,   24,   78,   20,   78,   18,   18,
       78,   73,   45,   21,   21,   21,   78,   22,   22,   22,

       22,   22,   22,   22,   22,   22,   22,   22,   22,   22,
       22,   22,   22,   73,   22,   22,   22,   22,   22,   22,
       22,   22,   22,   22,   22,   22,   22,   22,   45,   26,
       26,   78,   23,   23,   78,   70,   19,   78,   24,   24,
       78,   20,   78,   29,   30,   78,   62,   43,   49,   72,
       52,   21,   21,   78,   22,   22,   62,   22,   22,   22,
       22,   22,   22,   22,   22,   22,   22,   43,   22,   22,
       22,   22,   22,   22,   22,   22,   49,   22,   22,   72,
       22,   22,   22,   22,   22,   22,   22,   22,   22,   52,
       11,    5,   26,   26,   26,   78,   14,   23,   23,   23,

       78,   66,   19,   78,   24,   24,   24,   78,   20,   78,
       31,   71,   32,   33,   48,   21,   22,   22,   71,   22,
       22,   22,   22,   22,   22,   32,   22,   22,   22,   22,
       22,   22,   22,   22,   22,   22,   21,   22,   22,   22,
       22,   22,   22,   22,   33,   48,   22,   22,   26,   26,
       16,   23,   23,   19,   78,   24,   24,   20,   78,   63,
       64,   22,   22,   63,   22,   22,   22,   10,   22,   22,
       22,   22,   22,   22,   22,   22,   22,   22,   64,   21,
       22,   22,   22,   22,   22,   22,   22,   22,   21,   21,
       21,   26,   26,   23,   23,   67,   69,   24,   24,   77,

       39,   74,   35,   22,   21,   22,   22,   39,   22,   22,
       22,   22,   22,   22,   22,   74,   22,   22,   22,   21,
       22,   22,   22,   22,   22,   22,   22,   22,   35,   21,
       21,   21,    6,   26,   77,   26,   13,   23,   77,   23,
       24,   77,   24,   77,   50,   46,   38,   40,   59,   22,
       21,   22,   22,   22,   22,   22,   50,   22,   46,   22,
       22,   22,   22,   21,   22,   22,   38,   22,   22,   40,
       22,   22,   22,   59,   21,   21,   21,    9,   26,   77,
       23,   77,   68,    1,    2,   24,   77,   77,   41,   61,
       56,   37,   58,   22,   41,   21,   22,   22,   22,   22,

       61,   22,   22,   22,   22,   56,   22,   22,   37,   22,
       21,   22,   22,   22,   22,   58,   21,   21,   21,    8,
       26,   77,   23,   77,    4,   24,   77,   28,   21,   22,
       22,   22,   21,   22,   22,   22,   21,   22,   22,   22,
       21,   21,   21,   15,    3,   27,   42,   21,   22,   22,
       22,   21,   22,   22,   22,   42,   21,   22,   22,   22,
       21,   21,   21,   17,   65,   76,   55,   21,   22,   65,
       22,   22,   21,   22,   22,   22,   76,   22,   21,   22,
       22,   22,   21,   55,   21,   21,    7,   51,   57,   76,
       76,   36,   21,   51,   22,   57,   22,   21,   22,   21,

       22,   76,   22,   76,   21,   22,   22,   36,   22,   21,
       21,   60,   75,   22,   60,   21,   22,   21,   21,   21,
       22,   75,   22,   21,   21,   34,   53,   21,   22,   21,
       75,   22,   34,   21,   21,   53,   21,   22,   21,   47,
       47,   21,   47,   22,   47,   21,   54,   21,   54
    } ;

static yyconst short int yy_accept[948] =
    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    2,    3,    3,    3,    3,    3,    3,
        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
        3,    3,    3,    3,    3,    3,    3,    4,    6,    9,
       11,   14,   17,   19,   21,   23,   25,   27,   29,   31,
       33,   35,   37,   39,   41,   43,   45,   47,   49,   51,
       54,   57,   60,   63,   66,   69,   72,   75,   78,   81,
       84,   87,   90,   93,   96,   99,  102,  105,  107,  110,
      112,  114,  116,  119,  123,  127,  131,  134,  136,  138,
      140,  142,  145,  149,  153,  156,  158,  160,  162,  164,

      166,  168,  172,  175,  178,  181,  183,  185,  187,  189,
      191,  193,  195,  198,  202,  206,  209,  213,  216,  218,
      220,  222,  224,  225,  226,  227,  227,  228,  229,  229,
      229,  229,  229,  229,  229,  229,  229,  229,  229,  229,
      229,  229,  229,  229,  229,  229,  229,  229,  229,  229,
      229,  230,  230,  230,  230,  230,  231,  231,  232,  233,
      234,  235,  236,  237,  238,  239,  240,  241,  242,  243,
      244,  245,  246,  247,  248,  249,  250,  251,  252,  253,
      254,  255,  256,  257,  258,  260,  261,  262,  262,  262,
      262,  262,  263,  265,  267,  269,  270,  272,  272,  272,

      272,  272,  272,  273,  275,  276,  278,  278,  278,  278,
      278,  278,  279,  281,  281,  281,  281,  281,  282,  284,
      285,  287,  289,  290,  291,  291,  291,  291,  291,  291,
      292,  292,  292,  292,  292,  292,  292,  292,  292,  292,
      292,  292,  292,  292,  292,  293,  293,  293,  293,  293,
      293,  293,  293,  293,  293,  293,  293,  293,  293,  294,
      295,  296,  297,  298,  299,  300,  301,  302,  303,  304,
      305,  306,  307,  308,  309,  310,  311,  312,  313,  315,
      316,  317,  318,  319,  320,  321,  322,  323,  324,  325,
      326,  327,  328,  330,  330,  330,  330,  330,  331,  333,

      333,  333,  333,  333,  333,  334,  336,  336,  336,  337,
      337,  337,  339,  339,  339,  339,  340,  342,  344,  344,
      344,  344,  345,  346,  346,  346,  347,  347,  348,  348,
      348,  348,  348,  348,  348,  348,  348,  349,  349,  349,
      349,  349,  349,  349,  349,  350,  350,  350,  351,  351,
      351,  351,  351,  351,  351,  351,  351,  352,  353,  354,
      355,  356,  358,  359,  360,  361,  362,  363,  364,  365,
      366,  367,  369,  370,  371,  372,  373,  374,  375,  376,
      378,  378,  379,  381,  382,  383,  384,  385,  386,  387,
      388,  389,  391,  392,  393,  393,  393,  393,  394,  395,

      397,  397,  398,  398,  398,  398,  399,  400,  402,  402,
      403,  403,  403,  405,  405,  405,  405,  406,  407,  409,
      411,  411,  411,  412,  412,  412,  412,  413,  413,  413,
      413,  413,  413,  414,  414,  414,  414,  414,  414,  414,
      414,  414,  414,  414,  414,  414,  414,  414,  414,  414,
      416,  416,  416,  416,  417,  418,  420,  421,  422,  423,
      424,  425,  427,  428,  429,  430,  431,  432,  433,  434,
      435,  436,  437,  438,  439,  440,  441,  442,  443,  444,
      447,  448,  449,  449,  449,  449,  449,  449,  450,  451,
      451,  451,  452,  452,  453,  454,  454,  454,  454,  456,

      456,  456,  456,  457,  458,  460,  460,  460,  460,  460,
      460,  460,  461,  461,  461,  461,  461,  461,  461,  461,
      461,  461,  461,  461,  462,  462,  462,  462,  462,  462,
      462,  462,  462,  462,  462,  462,  462,  463,  463,  465,
      466,  467,  468,  470,  471,  472,  473,  474,  475,  476,
      477,  478,  480,  481,  482,  483,  484,  485,  486,  487,
      488,  489,  490,  491,  492,  492,  492,  492,  492,  493,
      494,  494,  494,  494,  495,  496,  497,  498,  498,  498,
      498,  498,  499,  500,  500,  500,  501,  501,  501,  501,
      501,  502,  502,  502,  502,  502,  502,  502,  503,  503,

      503,  503,  503,  503,  503,  503,  503,  503,  503,  503,
      504,  504,  504,  504,  505,  506,  507,  509,  510,  511,
      512,  513,  514,  515,  517,  518,  519,  520,  521,  522,
      523,  524,  525,  526,  527,  528,  530,  531,  532,  533,
      533,  534,  534,  534,  536,  537,  538,  538,  538,  540,
      541,  541,  541,  541,  541,  543,  544,  544,  544,  545,
      545,  545,  545,  545,  545,  545,  546,  547,  547,  547,
      547,  547,  547,  547,  548,  548,  549,  549,  549,  550,
      550,  550,  550,  551,  552,  553,  554,  555,  556,  558,
      560,  561,  562,  563,  564,  565,  566,  568,  569,  571,

      572,  573,  575,  576,  577,  578,  578,  578,  579,  581,
      581,  581,  583,  584,  584,  584,  585,  586,  588,  588,
      588,  589,  590,  590,  590,  590,  590,  591,  591,  592,
      592,  593,  593,  593,  593,  593,  593,  594,  594,  594,
      594,  596,  597,  598,  599,  600,  602,  602,  602,  603,
      604,  605,  607,  608,  610,  611,  612,  613,  614,  615,
      617,  618,  619,  620,  621,  621,  623,  623,  623,  625,
      626,  626,  628,  628,  629,  629,  629,  629,  629,  629,
      629,  629,  629,  629,  629,  629,  629,  629,  629,  630,
      631,  632,  633,  633,  634,  635,  636,  637,  638,  639,

      640,  641,  642,  643,  644,  644,  645,  645,  646,  647,
      647,  647,  647,  647,  647,  647,  648,  648,  648,  648,
      648,  648,  648,  648,  649,  650,  651,  652,  652,  653,
      654,  655,  657,  658,  659,  660,  661,  662,  663,  664,
      664,  665,  665,  666,  666,  666,  666,  666,  667,  667,
      667,  667,  667,  668,  668,  668,  669,  671,  672,  673,
      673,  674,  675,  675,  675,  676,  678,  679,  680,  681,
      682,  683,  685,  686,  687,  688,  689,  690,  690,  690,
      691,  692,  692,  692,  693,  693,  693,  693,  695,  697,
      698,  698,  699,  700,  701,  703,  705,  706,  707,  709,

      710,  711,  712,  713,  713,  713,  714,  714,  714,  714,
      716,  716,  717,  718,  719,  720,  721,  723,  724,  725,
      726,  726,  727,  727,  728,  728,  729,  730,  732,  734,
      735,  737,  737,  737,  737,  738,  739,  740,  741,  741,
      742,  744,  746,  747,  748,  750,  750
    } ;

static yyconst int yy_ec[256] =
    {   0,
        1,    1,    1,    1,    1,    1,    1,    1,    2,    3,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
        1,    2,    4,    1,    5,    1,    1,    1,    1,    1,
        1,    1,    1,    1,    6,    7,    8,    9,   10,   11,
       12,   13,   14,   15,   15,   15,   16,   17,    1,   18,
       19,   20,    1,    1,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   21,   21,   21,   21,   21,   21,
        1,   22,    1,    1,   23,    1,   24,   25,   26,   27,

       28,   29,   30,   31,   32,   21,   33,   34,   35,   36,
       37,   38,   39,   40,   41,   42,   43,   44,   45,   46,
       47,   21,    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 int yy_meta[48] =
    {   0,
        1,    2,    3,    1,    1,    4,    5,    6,    7,    7,
        7,    7,    7,    7,    7,    7,    8,    1,    1,    1,
        4,    1,    1,    4,    4,    4,    4,    4,    4,    4,
        4,    4,    4,    4,    4,    4,    4,    4,    4,    9,
        4,    4,    4,    4,    4,    4,    4
    } ;

static yyconst short int yy_base[991] =
    {   0,
        0,    0,   47,    0, 2685, 2684,   78,    0,   83,   98,
     2704, 2703,  140,  161,  108,  152,  183,  204,  193,  194,
      234,    0, 2702, 2701,  224,  225,  269,  290,  312,    0,
       81,   94,  115,  246,  351,  359, 2717, 2724,   94, 2724,
        0, 2709, 2712,  105,  191, 2686, 2667, 2672,   65,   96,
      103, 2674,  141,  110,  163, 2673, 2668, 2676, 2700,    0,
      369,  380,  392,  386,  387,  398,  401,  413,  414,  428,
      429,  433,  440,  446,  447,  451,  463,  403, 2724, 2674,
     2668, 2677,    0,  199,    0,  491, 2700, 2665,  135, 2661,
     2663,    0,  144,  501, 2696, 2657, 2660, 2672, 2666, 2653,

     2674, 2685, 2672, 2724, 2671, 2650,  140,  245, 2660, 2645,
     2645, 2648,    0,  210,  511, 2681, 2676,  527, 2645, 2657,
     2654, 2652,  256,    0,    0,    0, 2671, 2724, 2641, 2640,
     2638, 2642, 2641,  154, 2647, 2629, 2633, 2627, 2626, 2642,
      209, 2620, 2623, 2628,  167, 2626,  267, 2619, 2626, 2634,
     2724, 2631, 2634, 2650,    0,  568,  576,  584,  594,    0,
      588,  589,  592,  595,  606,  607,  610,  623,  619,  626,
      630,  637,  641,  652,  648,  657,  663,  664,  675,  680,
      691,  687,  703,  707,  712,  719,  716, 2616, 2619, 2618,
     2615,    0,  426,    0,    0,  745,  755, 2616, 2609, 2609,

     2609, 2611,    0,  294,  763,  771, 2606, 2610, 2610, 2618,
     2615, 2724, 2635, 2602, 2598, 2601, 2612,    0,  412,  779,
      787, 2630,    0,    0,  234, 2603, 2597, 2596, 2626, 2625,
     2604, 2603, 2603, 2594, 2599,  401, 2590, 2582, 2596, 2588,
     2594, 2589, 2575, 2595, 2581, 2576, 2585, 2587,  393, 2573,
      412, 2581, 2575, 2570, 2568, 2581, 2577, 2567, 2724,  797,
        0,  807,  815,  808,  809,  813,  814,  825,  820,  832,
      837,  849,  850,  855,  864,  838,  861,  867,  870,  876,
      881,  890,  896,  895,  899,  908,  914,  915,  920,  929,
      934,  935,  940, 2564, 2578, 2568,  469,  969,  979, 2567,

     2578, 2575, 2563, 2555,  989,  997, 2560, 2547, 2724, 2550,
     2514, 2538, 2503, 2498, 2502, 1007, 1015, 2525, 2497, 2490,
     2497, 2724, 2724,    0, 2517, 2513, 2472, 2724, 2481, 2485,
     2473, 2484, 2481, 2474, 2467,  419, 2724, 2455, 2456, 2448,
     2446, 2433, 2443, 2433, 2724, 2426, 2431, 2724, 2418, 2403,
     2409, 2407, 2404, 2398, 2384, 2383, 2412, 1023, 1031, 2409,
     1024, 1025, 1028, 1039, 1040, 1043, 1046, 1055, 1058, 1067,
     1062, 1071, 1076, 1080, 1085, 1089, 1094, 1106, 1107, 1111,
     2373, 1118, 1123, 1124, 1130, 1135, 1136, 1148, 1155, 1154,
     1161, 1167, 2724, 2370, 2374, 2327, 2338, 1193, 1203, 1211,

     2337, 2724, 2327, 2323, 2333, 1219, 1227, 1235, 2312, 2724,
     2337, 2310,    0, 2322, 2261, 2253, 1243, 1251, 1259,    0,
     2251, 2258, 2724, 2283, 2282, 2248, 2724, 2272, 2234, 2239,
     2168, 2180, 2724, 2164, 2167, 2166, 2173, 2168, 2164, 2146,
     2132, 2131, 2127, 2110, 2118, 2103, 2111, 2094, 2103, 2724,
     2085, 2080,  599, 2111, 1139, 1252, 1270, 1255, 1256, 1259,
     1274, 1271, 1275, 1286, 1287, 1290, 1301, 1304, 1307, 1308,
     1313, 1319, 2088, 1324, 1331, 1328, 1343, 1344, 1348, 1349,
     1355, 1361,  656, 2087, 2086, 2064, 2066, 1396, 2095, 2075,
     2064, 2724, 2059, 1406, 2090, 2063, 2080, 2062, 2067, 2029,

     2025, 2047, 1416, 2062, 2015, 1983, 1981,    0, 2008, 1985,
     1967, 1958, 1964, 1941, 1928, 1937, 1943, 1942, 1920, 1916,
     1897, 1895, 1891, 2724, 1879, 1874, 1880, 1876, 1889, 1886,
     1877, 1863, 1858, 1867, 1851, 1845, 1367, 1848, 1409, 1413,
     1366, 1414, 1418, 1425, 1429, 1430, 1434, 1441, 1446, 1450,
     1453, 1457, 1842, 1466, 1469, 1473, 1485, 1480, 1491, 1492,
     1496, 1849, 1841, 1827, 1828, 1821, 1825, 1827, 1530, 1540,
     1792, 1794, 1804, 1548, 1556, 2724, 2724, 1786, 1808, 1767,
     1765, 1564, 1572, 1773, 1753,    0, 1782, 1745, 1762, 1711,
     2724, 1706, 1688, 1692, 1694, 1692, 1671, 2724, 1676, 1667,

     1650, 1635, 1646, 1643, 1638, 1622, 1625, 1634, 1610, 2724,
     1622, 1601, 1608, 1565, 1614, 1503, 1566, 1569, 1572, 1578,
     1584, 1585, 1589, 1596, 1601, 1605, 1610, 1587, 1617, 1621,
     1622, 1626, 1633, 1642, 1638, 1649, 1602, 1584, 1592, 1588,
     2724, 1585, 1558, 1675, 1588, 2724, 1564, 1549, 1683, 1541,
     1508,    0, 1511,  284, 1691, 1526, 1487, 1477,    0, 1490,
     1456, 1457, 1464, 1463, 1456,    0, 2724, 1444, 1452, 1430,
     1432, 1435, 1434, 2724, 1413, 2724, 1411, 1399, 2724, 1391,
     1397, 1390, 1684, 1378, 1685, 1688, 1689, 1700, 1736, 1701,
     1760, 1761, 1764, 1767, 1382, 1779, 1776, 1783, 1788, 1792,

     1795, 1799, 1359, 1359, 1352, 1339, 1352, 2724, 1827, 1348,
     1338, 1835, 2724, 1360, 1317, 2724, 2724, 1843, 1333, 1313,
     2724, 2724, 1312, 1299, 1282, 1280, 2724, 1273, 2724, 1280,
     2724, 1260, 1259, 1254, 1244, 1241, 2724, 1171, 1160, 1165,
     1836, 1164, 1840, 1841, 1845, 1852, 1880, 1154, 1912, 1150,
     1873, 1874, 1877, 1878, 1906, 1158, 1907, 1912, 1913, 1919,
     1141, 1126, 1133, 2724, 1129,    0, 1109, 1112,    0, 2724,
     1125,    0, 1102, 2724, 1105, 1092, 1095, 1096, 1085, 1084,
     1070, 1079, 1070, 1071, 1043, 1060, 1049, 1034, 1038, 1924,
     1928, 1931,  451, 1018, 1940, 1944, 1947, 1026, 1951, 1958,

     1962, 1029, 1019, 1016,  973, 2724,  961, 2724, 2724,  953,
      950,  931,  934,  928,  943, 2724,  919,  926,  906,  898,
      896,  882,  897,  887, 1971, 1965, 1976,  454,  874, 1977,
     2019, 1982,  875, 2043, 2044, 2048,  871,  853,  858,  848,
     2724,  847, 2724,  820,  822,  839,  843,  834,  826,  799,
      781,  779, 2724,  731,  722,  721, 2055, 2059, 2060,  495,
      721, 2064, 2106, 2129, 2152, 2167,    0,  718, 2085, 2108,
     2161,    0,  697,  698, 2724, 2724, 2724,  684,  682,  705,
      703,  678,  680, 2724,  669,  668,  673,    0, 2111, 2162,
      575,  651, 2165, 2207, 2246, 2255,  650, 2249, 2166, 2250,

      636,  638, 2724,  631,  628, 2724,  602,  574,  549, 2254,
      450,  512, 2261,    0, 2295,  502, 2319, 2320,  501,  472,
      452, 2724,  446, 2724,  612,  432, 2323,    0, 2324,  412,
        0,  377,  384,  578,  352, 2335,  349, 2724,  282,  250,
        0, 2338,  249, 2724,    0, 2724, 2372, 2381, 2390, 2399,
     2404, 2408, 2414, 2420, 2429, 2438, 2447, 2456, 2461, 2468,
     2477, 2482,  260, 2485, 2489, 2492, 2496, 2499, 2506, 2511,
     2514, 2518, 2523, 2526,  250, 2529,  233,  184, 2532,  153,
     2535,  141, 2542,   90, 2551, 2554, 2563, 2572, 2581, 2590
    } ;

static yyconst short int yy_def[991] =
    {   0,
      946,    1,  946,    3,    1,    1,    1,    7,    7,    7,
        7,    7,  947,  947,    7,    7,  948,  948,    7,    7,
        7,   21,    7,    7,    7,    7,  949,  949,  946,   29,
        7,    7,    7,    7,   29,   29,  946,  946,  946,  946,
      950,  951,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  952,  953,
      952,  954,  954,   63,   63,   63,   63,   63,   63,   63,
       63,   63,   63,   63,   63,   63,   63,  946,  946,  946,
      946,  946,  955,  955,  956,  955,  955,  946,  946,  946,
      946,  957,  958,  957,  957,  946,  946,  946,  946,  946,

      946,  959,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  960,  961,  960,  960,  962,  946,  946,  946,
      946,  946,  946,  950,  950,  963,  964,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  952,  953,  965,  953,   61,   61,  966,
       63,   63,   63,   63,   63,   63,   63,   63,   63,   63,
       63,   63,   63,   63,   63,   63,   63,   63,   63,   63,
       63,   63,   63,   63,   63,   63,   63,  946,  946,  946,
      946,  955,  955,  956,  956,  955,  955,  946,  946,  946,

      946,  946,  957,  958,  957,   94,  946,  946,  946,  946,
      946,  946,  967,  946,  946,  946,  946,  960,  961,  960,
      115,  968,  969,  118,  946,  946,  946,  946,  970,  971,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  965,
      972,  965,   61,   63,   63,   63,   63,   63,   63,   63,
       63,   63,   63,   63,   63,   63,   63,   63,   63,   63,
       63,   63,   63,   63,   63,   63,   63,   63,   63,   63,
       63,   63,   63,  946,  946,  946,  946,  955,  955,  946,

      946,  946,  946,  946,   94,   94,  946,  946,  946,  946,
      946,  973,  946,  946,  946,  115,  115,  974,  946,  946,
      946,  946,  946,  975,  976,  971,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  972,  262,  263,
       63,   63,   63,   63,   63,   63,   63,   63,   63,   63,
       63,   63,   63,   63,   63,   63,   63,   63,   63,   63,
      953,   63,   63,   63,   63,   63,   63,   63,   63,   63,
       63,   63,  946,  946,  946,  946,  946,  955,  955,  955,

      946,  946,  946,  946,  946,  957,  305,  957,  946,  946,
      946,  946,  977,  946,  946,  946,  960,  316,  960,  978,
      946,  946,  946,  979,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  260,   63,   63,   63,   63,   63,   63,
       63,   63,   63,   63,   63,   63,   63,   63,   63,   63,
       63,   63,  260,   63,   63,   63,   63,   63,   63,   63,
       63,   63,  953,  946,  946,  946,  946,  955,  955,  946,
      946,  946,  946,  957,  957,  946,  946,  946,  971,  946,

      946,  946,  960,  960,  971,  946,  946,  980,  981,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,   63,  953,   63,   63,
       63,   63,   63,   63,   63,   63,   63,   63,   63,   63,
       63,   63,  260,   63,   63,   63,   63,   63,   63,   63,
       63,  260,  260,  260,  946,  946,  946,  946,  955,  955,
      946,  946,  946,  957,  494,  946,  946,  946,  946,  946,
      946,  960,  503,  946,  946,  982,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,

      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,   63,  260,   63,   63,   63,   63,   63,
       63,   63,   63,   63,   63,   63,   63,  260,   63,   63,
       63,   63,   63,   63,   63,   63,  260,  260,  260,  946,
      946,  946,  946,  955,  955,  946,  946,  946,  957,  957,
      946,  983,  946,  946,  960,  960,  946,  946,  984,  946,
      946,  946,  946,  946,  946,  985,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,   63,  260,   63,   63,   63,   63,  946,   63,
       63,   63,   63,   63,  260,   63,   63,   63,   63,   63,

       63,   63,  260,  260,  260,  946,  946,  946,  955,  946,
      946,  957,  946,  946,  946,  946,  946,  960,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
       63,  260,   63,   63,   63,   63,  263,  953,  747,  986,
       63,   63,   63,   63,   63,  260,   63,   63,   63,   63,
      260,  260,  260,  946,  946,  955,  946,  946,  957,  946,
      946,  960,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  260,   63,
       63,   63,  747,  260,   63,   63,   63,  260,   63,   63,

       63,  260,  260,  260,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  987,  946,  946,  946,  946,  946,
      946,  946,  946,  260,   63,   63,   63,  747,  260,   63,
      946,   63,  260,   63,   63,   63,  260,  260,  260,  946,
      946,  946,  946,  946,  946,  946,  987,  988,  946,  946,
      946,  946,  946,  946,  946,  260,   63,   63,   63,  747,
      260,   63,  989,  990,  989,  988,  831,  260,   63,   63,
       63,  260,  260,  260,  946,  946,  946,  946,  946,  988,
      988,  946,  946,  946,  946,  946,  946,  260,   63,   63,
      747,  260,   63,  946,  988,  988,  260,   63,   63,   63,

      260,  260,  946,  946,  946,  946,  946,  946,  946,   63,
      747,  260,   63,  894,  946,  260,   63,   63,  260,  260,
      946,  946,  946,  946,  747,  260,   63,  260,   63,  260,
      260,  946,  946,  747,  260,   63,  260,  946,  946,  747,
      260,   63,  260,  946,  260,    0,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946
    } ;

static yyconst short int yy_nxt[2772] =
    {   0,
       38,   39,   40,   38,   41,   38,   38,   38,   42,   42,
       42,   42,   42,   42,   42,   42,   38,   38,   38,   38,
       38,   43,   38,   38,   44,   45,   46,   47,   48,   38,
       38,   49,   38,   50,   51,   52,   38,   53,   38,   54,
       55,   56,   57,   58,   38,   38,   38,   38,   39,   40,
       38,   41,   59,   60,   38,   61,   61,   61,   61,   61,
       61,   61,   61,   38,   38,   38,   38,   62,   43,   38,
       62,   63,   64,   65,   66,   67,   62,   62,   68,   62,
       69,   70,   71,   62,   72,   62,   73,   74,   75,   76,
       77,   62,   62,   62,   79,  123,  721,   38,  124,   38,

      138,  139,   38,   38,   38,   38,   38,   80,   81,   38,
       38,   38,   38,   38,   38,   38,  119,   38,   38,   38,
       38,   38,   80,   81,   38,   82,  142,  140,  129,  119,
      143,   38,  141,   88,   89,   90,  130,  147,  131,   91,
       82,   84,   40,  120,   85,  125,  148,  659,   86,   86,
       86,   86,   86,   86,   86,   86,  121,  122,  199,  586,
      125,   87,   84,   40,  145,   85,  200,  212,   38,   86,
       86,   86,   86,   86,   86,   86,   86,   88,   89,   90,
      146,  212,   87,   91,   39,   40,  149,   93,  236,  237,
      505,   94,   94,   94,   94,   94,   94,   94,   94,   38,

      193,  249,  150,  194,   95,   39,   40,  250,   93,   38,
       38,  125,   94,   94,   94,   94,   94,   94,   94,   94,
       38,  132,   96,   96,  133,   95,  125,  134,   97,   97,
       98,   98,   99,   99,  244,  100,  100,  101,  245,  499,
       38,   38,  102,  102,  102,  102,  102,  102,  102,  102,
       38,  103,  104,  105,  110,  110,  424,  123,  111,  111,
      124,  106,   38,  107,  112,  112,  229,  108,  319,  109,
       39,   40,  212,  114,  120,  945,  320,  115,  115,  115,
      115,  115,  115,  115,  115,   38,  212,  121,  122,  154,
      116,   39,   40,  252,  114,  125,  716,  717,  115,  115,

      115,  115,  115,  115,  115,  115,   38,  253,  944,  254,
      125,  116,   38,   39,   40,   38,   41,   38,   38,   38,
      117,  117,  117,  117,  117,  117,  117,  117,   38,   38,
       38,   38,  118,   43,   38,  118,  118,  118,  118,  118,
      118,  118,  118,  118,  118,  118,  118,  118,  118,  118,
      118,  118,  118,  118,  118,  118,  118,  118,  118,   42,
       42,   42,   42,   42,   42,   42,   42,   42,   42,   42,
       42,   42,   42,   42,   42,  157,  943,  158,  158,  158,
      158,  158,  158,  158,  158,  154,  155,  941,  159,  159,
      159,  159,  159,  159,  159,  159,  160,  154,  155,  346,

      159,  159,  159,  159,  159,  159,  159,  159,  160,  161,
      161,  939,  938,  125,  168,  162,  165,  161,  169,  166,
      161,  161,  167,  163,  161,  164,  145,  193,  125,  161,
      194,  161,  161,  347,  161,  332,  161,  161,  333,  188,
      171,  937,  146,  170,  161,  174,  161,  161,  172,  173,
      175,  176,  161,  349,  434,  177,  179,  350,  435,  161,
      161,  161,  161,  161,  161,  178,  161,  181,  935,  183,
      161,  161,  180,  161,  161,  933,  182,  161,  161,  161,
      161,  925,  161,  185,  161,  184,  161,  828,  932,  154,
      154,  186,  396,  154,  187,  860,  161,  196,  931,  197,

      197,  197,  197,  197,  197,  197,  197,  205,  397,  206,
      206,  206,  206,  206,  206,  206,  206,  220,  891,  221,
      221,  221,  221,  221,  221,  221,  221,  223,  930,  928,
      223,  223,  223,  223,  154,  223,  223,  223,  223,  223,
      223,  223,  223,  926,  223,  223,  223,  224,  223,  223,
      224,  224,  224,  224,  224,  224,  224,  224,  224,  224,
      224,  224,  224,  224,  224,  224,  224,  224,  224,  224,
      224,  224,  224,  224,  261,  924,  156,  156,  156,  156,
      156,  156,  156,  156,  262,  262,  262,  262,  262,  262,
      262,  262,  263,  263,  263,  263,  263,  263,  263,  263,

      155,  923,  159,  159,  159,  159,  159,  159,  159,  159,
      160,  161,  161,  940,  154,  161,  911,  154,  161,  161,
      161,  161,  161,  161,  264,  161,  161,  265,  161,  161,
      161,  266,  534,  161,  535,  922,  536,  267,  268,  161,
      161,  161,  161,  161,  269,  270,  161,  271,  934,  161,
      161,  154,  161,  161,  161,  906,  161,  161,  272,  161,
      161,  161,  921,  161,  161,  920,  274,  273,  161,  919,
      161,  161,  161,  278,  161,  161,  277,  279,  275,  161,
      161,  161,  276,  161,  916,  161,  161,  161,  161,  562,
      161,  563,  912,  564,  161,  161,  161,  161,  161,  282,

      909,  908,  280,  161,  281,  907,  161,  906,  161,  283,
      161,  161,  905,  161,  161,  284,  285,  286,  161,  881,
      161,  881,  161,  904,  161,  903,  161,  902,  901,  289,
      161,  287,  291,  288,  161,  161,  161,  290,  161,  293,
      161,  897,  161,  161,  892,  161,  292,  161,  888,  161,
      161,  887,  161,  298,  298,  298,  298,  298,  298,  298,
      298,  196,  886,  299,  299,  299,  299,  299,  299,  299,
      299,  305,  305,  305,  305,  305,  305,  305,  305,  306,
      306,  306,  306,  306,  306,  306,  306,  316,  316,  316,
      316,  316,  316,  316,  316,  317,  317,  317,  317,  317,

      317,  317,  317,  261,  885,  156,  156,  156,  156,  156,
      156,  156,  156,  358,  884,  359,  359,  359,  359,  359,
      359,  359,  359,  360,  360,  360,  360,  360,  360,  360,
      360,  161,  161,  883,  361,  362,  161,  161,  363,  161,
      161,  161,  161,  161,  161,  161,  161,  364,  161,  882,
      881,  161,  365,  161,  366,  161,  161,  367,  161,  848,
      161,  161,  879,  161,  878,  161,  877,  368,  161,  374,
      161,  161,  161,  161,  876,  875,  370,  371,  161,  369,
      161,  161,  161,  161,  161,  874,  161,  161,  161,  372,
      376,  373,  161,  161,  161,  161,  873,  161,  161,  161,

      161,  161,  381,  161,  161,  375,  377,  161,  872,  161,
      868,  379,  161,  161,  161,  861,  378,  380,  161,  161,
      856,  161,  161,  161,  855,  854,  161,  161,  161,  161,
      161,  161,  161,  853,  852,  383,  382,  161,  161,  386,
      384,  161,  851,  161,  385,  161,  161,  161,  161,  850,
      387,  161,  161,  161,  849,  388,  390,  161,  161,  848,
      161,  389,  161,  161,  391,  161,  161,  161,  161,  846,
      845,  161,  844,  161,  392,  398,  843,  399,  399,  399,
      399,  399,  399,  399,  399,  196,  842,  400,  400,  400,
      400,  400,  400,  400,  400,  406,  841,  407,  407,  407,

      407,  407,  407,  407,  407,  408,  408,  408,  408,  408,
      408,  408,  408,  417,  840,  418,  418,  418,  418,  418,
      418,  418,  418,  419,  419,  419,  419,  419,  419,  419,
      419,  424,  424,  424,  424,  424,  424,  424,  424,  454,
      454,  454,  454,  454,  454,  454,  454,  161,  161,  839,
      838,  161,  837,  833,  829,  161,  161,  161,  161,  161,
      456,  161,  161,  161,  824,  457,  459,  823,  455,  460,
      161,  161,  161,  161,  161,  458,  161,  161,  161,  161,
      822,  161,  461,  821,  820,  161,  161,  462,  161,  161,
      161,  161,  463,  161,  161,  161,  819,  464,  161,  161,

      161,  465,  161,  161,  161,  818,  817,  161,  161,  161,
      816,  161,  161,  161,  467,  466,  161,  161,  161,  815,
      161,  814,  469,  813,  468,  161,  812,  161,  811,  161,
      161,  810,  809,  471,  161,  808,  470,  161,  161,  161,
      161,  161,  161,  472,  161,  474,  161,  161,  807,  161,
      806,  161,  805,  161,  161,  161,  161,  161,  161,  161,
      475,  161,  161,  161,  804,  803,  161,  161,  161,  478,
      537,  161,  161,  483,  477,  479,  476,  161,  161,  161,
      802,  161,  480,  798,  161,  161,  161,  161,  161,  779,
      161,  481,  161,  794,  161,  789,  788,  482,  161,  787,

      161,  488,  488,  488,  488,  488,  488,  488,  488,  398,
      786,  489,  489,  489,  489,  489,  489,  489,  489,  400,
      400,  400,  400,  400,  400,  400,  400,  494,  494,  494,
      494,  494,  494,  494,  494,  495,  495,  495,  495,  495,
      495,  495,  495,  408,  408,  408,  408,  408,  408,  408,
      408,  503,  503,  503,  503,  503,  503,  503,  503,  504,
      504,  504,  504,  504,  504,  504,  504,  419,  419,  419,
      419,  419,  419,  419,  419,  161,  538,  785,  161,  161,
      784,  783,  161,  161,  782,  161,  161,  161,  161,  161,
      161,  540,  161,  161,  161,  781,  539,  161,  161,  542,

      541,  161,  161,  161,  161,  161,  161,  161,  161,  161,
      161,  780,  779,  161,  778,  777,  543,  161,  161,  161,
      161,  161,  545,  161,  161,  546,  544,  548,  547,  776,
      161,  161,  161,  549,  161,  161,  161,  161,  161,  161,
      161,  161,  161,  775,  161,  552,  161,  161,  774,  550,
      161,  161,  161,  551,  161,  161,  555,  161,  773,  161,
      771,  161,  161,  554,  161,  556,  161,  161,  770,  768,
      557,  559,  161,  767,  161,  161,  161,  161,  161,  161,
      161,  161,  161,  765,  161,  764,  161,  558,  161,  161,
      161,  560,  161,  614,  161,  763,  762,  618,  161,  161,

      161,  561,  569,  761,  570,  570,  570,  570,  570,  570,
      570,  570,  574,  756,  575,  575,  575,  575,  575,  575,
      575,  575,  582,  742,  583,  583,  583,  583,  583,  583,
      583,  583,  161,  740,  739,  738,  161,  161,  737,  617,
      161,  161,  161,  616,  161,  161,  161,  161,  161,  161,
      736,  161,  621,  622,  735,  619,  620,  161,  161,  734,
      161,  161,  161,  161,  161,  161,  733,  161,  732,  161,
      623,  731,  161,  161,  161,  730,  161,  161,  624,  161,
      161,  161,  625,  161,  161,  729,  161,  626,  161,  161,
      161,  727,  161,  627,  726,  725,  161,  161,  724,  161,

      161,  723,  161,  161,  161,  630,  161,  633,  161,  629,
      632,  161,  631,  161,  161,  161,  161,  634,  161,  161,
      722,  720,  161,  161,  161,  161,  161,  161,  719,  161,
      685,  635,  582,  715,  161,  713,  161,  636,  644,  644,
      644,  644,  644,  644,  644,  644,  569,  574,  645,  645,
      645,  645,  645,  645,  645,  645,  649,  649,  649,  649,
      649,  649,  649,  649,  650,  650,  650,  650,  650,  650,
      650,  650,  655,  655,  655,  655,  655,  655,  655,  655,
      656,  656,  656,  656,  656,  656,  656,  656,  161,  161,
      711,  710,  161,  686,  569,  161,  161,  161,  161,  161,

      161,  161,  161,  161,  708,  161,  683,  161,  161,  161,
      707,  161,  161,  687,  688,  161,  161,  689,  690,  161,
      161,  706,  161,  705,  161,  704,  703,  161,  161,  161,
      695,  691,  161,  161,  161,  692,  161,  684,  161,  682,
      161,  694,  681,  161,  161,  161,  680,  693,  696,  161,
      161,  679,  161,  161,  697,  161,  161,  161,  698,  161,
      678,  161,  677,  676,  161,  161,  161,  699,  701,  161,
      700,  161,  161,  161,  675,  161,  674,  673,  672,  702,
      161,  671,  161,  709,  709,  709,  709,  709,  709,  709,
      709,  712,  712,  712,  712,  712,  712,  712,  712,  718,

      718,  718,  718,  718,  718,  718,  718,  161,  161,  670,
      669,  161,  161,  668,  741,  161,  161,  161,  161,  744,
      745,  161,  161,  161,  161,  667,  743,  666,  665,  664,
      663,  161,  161,  161,  161,  746,  728,  728,  662,  728,
      728,  747,  748,  728,  749,  749,  749,  749,  749,  749,
      749,  749,  750,  728,  728,  728,  751,  728,  728,  751,
      751,  751,  751,  751,  751,  751,  751,  751,  751,  751,
      751,  751,  751,  751,  751,  751,  751,  751,  751,  751,
      751,  751,  751,  161,  753,  661,  660,  161,  508,  658,
      161,  161,  161,  161,  161,  161,  657,  161,  161,  161,

      161,  752,  161,  755,  757,  754,  161,  161,  654,  161,
      161,  161,  161,  653,  161,  161,  161,  652,  161,  161,
      651,  161,  161,  161,  758,  161,  161,  648,  161,  647,
      161,  759,  161,  646,  760,  766,  766,  766,  766,  766,
      766,  766,  766,  769,  769,  769,  769,  769,  769,  769,
      769,  772,  772,  772,  772,  772,  772,  772,  772,  161,
      643,  642,  641,  161,  161,  640,  639,  161,  161,  161,
      790,  161,  161,  161,  791,  161,  161,  638,  161,  792,
      637,  628,  615,  161,  613,  161,  155,  612,  154,  154,
      154,  154,  154,  154,  154,  154,  161,  161,  611,  610,

      161,  161,  609,  608,  161,  161,  161,  161,  796,  161,
      161,  161,  795,  607,  606,  605,  604,  603,  602,  793,
      159,  159,  159,  159,  159,  159,  159,  159,  160,  161,
      161,  601,  600,  599,  799,  161,  161,  161,  161,  161,
      161,  797,  161,  161,  161,  161,  161,  161,  800,  801,
      161,  161,  161,  598,  161,  161,  597,  161,  827,  826,
      825,  161,  161,  161,  161,  596,  595,  161,  594,  593,
      161,  161,  592,  161,  161,  161,  830,  161,  161,  831,
      161,  161,  161,  835,  161,  161,  834,  832,  161,  161,
      591,  161,  590,  161,  161,  161,  161,  857,  161,  161,

      161,  589,  161,  836,  161,  161,  858,  161,  161,  161,
      161,  588,  859,  161,  508,  161,  585,  584,  862,  847,
      847,  946,  847,  847,  863,  864,  847,  865,  865,  865,
      865,  865,  865,  865,  865,  866,  847,  847,  847,  867,
      847,  847,  867,  867,  867,  867,  867,  867,  867,  867,
      867,  867,  867,  867,  867,  867,  867,  867,  867,  867,
      867,  867,  867,  867,  867,  867,  869,  161,  417,  581,
      580,  161,  579,  946,  161,  161,  161,  161,  161,  161,
      870,  161,  161,  161,  871,  578,  161,  893,  161,  577,
      161,  161,  161,  161,  576,  161,  406,  161,  573,  572,

      571,  398,  890,  568,  567,  889,  847,  847,  161,  847,
      847,  566,  864,  847,  565,  553,  161,  358,  161,  898,
      533,  532,  848,  847,  847,  847,  531,  847,  847,  847,
      847,  161,  847,  847,  161,  847,  847,  530,  529,  161,
      528,  899,  161,  527,  161,  848,  847,  847,  847,  526,
      847,  847,  847,  847,  525,  847,  847,  524,  864,  847,
      865,  865,  865,  865,  865,  865,  865,  865,  866,  847,
      847,  847,  523,  847,  847,  895,  895,  895,  895,  895,
      895,  895,  895,  896,  161,  161,  900,  522,  161,  161,
      521,  520,  161,  161,  161,  161,  161,  161,  161,  161,

      519,  518,  517,  910,  516,  515,  913,  847,  847,  514,
      847,  847,  914,  915,  847,  894,  894,  894,  894,  894,
      894,  894,  894,  848,  847,  847,  847,  914,  847,  847,
      914,  914,  914,  914,  914,  914,  914,  914,  914,  914,
      914,  914,  914,  914,  914,  914,  914,  914,  914,  914,
      914,  914,  914,  914,  895,  895,  895,  895,  895,  895,
      895,  895,  896,  895,  895,  895,  895,  895,  895,  895,
      895,  896,  161,  161,  513,  512,  917,  161,  511,  510,
      161,  161,  161,  161,  161,  161,  918,  161,  324,  508,
      507,  506,  927,  502,  161,  847,  847,  501,  847,  847,

      915,  915,  847,  847,  847,  847,  847,  847,  847,  847,
      847,  848,  847,  847,  847,  915,  847,  847,  915,  915,
      915,  915,  915,  915,  915,  915,  915,  915,  915,  915,
      915,  915,  915,  915,  915,  915,  915,  915,  915,  915,
      915,  915,  161,  161,  500,  498,  161,  161,  497,  496,
      161,  161,  161,  929,  161,  161,  161,  161,  161,  936,
      493,  161,  492,  491,  490,  487,  161,  486,  161,  161,
      942,  161,   83,   83,   83,   83,   83,   83,   83,   83,
       83,   92,   92,   92,   92,   92,   92,   92,   92,   92,
      113,  113,  113,  113,  113,  113,  113,  113,  113,  125,

      125,  485,  125,  125,  125,  125,  125,  125,  127,  484,
      127,  154,  154,  473,  154,  155,  154,  156,  453,  452,
      156,  451,  156,  161,  161,  450,  161,  161,  161,  192,
      192,  449,  192,  192,  192,  192,  192,  192,  195,  195,
      448,  195,  195,  195,  195,  195,  195,  203,  447,  446,
      203,  203,  203,  203,  445,  203,  204,  204,  444,  204,
      204,  204,  204,  204,  204,  213,  443,  213,  218,  442,
      441,  218,  218,  218,  218,  440,  218,  219,  219,  439,
      219,  219,  219,  219,  219,  219,  222,  438,  222,  230,
      437,  230,  260,  260,  436,  260,  433,  260,  160,  160,

      312,  432,  312,  318,  431,  318,  223,  430,  429,  223,
      223,  428,  223,  427,  223,  325,  426,  325,  326,  946,
      326,  261,  261,  324,  423,  422,  261,  413,  421,  413,
      420,  126,  420,  425,  416,  425,  509,  415,  509,  587,
      414,  587,  714,  714,  126,  714,  714,  714,  714,  714,
      714,  728,  728,  412,  728,  728,  728,  728,  728,  728,
      160,  160,  160,  847,  847,  411,  847,  847,  847,  847,
      847,  847,  880,  880,  410,  880,  880,  880,  880,  880,
      880,  863,  863,  409,  863,  863,  863,  863,  863,  863,
      894,  894,  405,  894,  894,  894,  894,  894,  894,  404,

      403,  402,  401,  395,  394,  393,  357,  356,  355,  354,
      353,  352,  351,  348,  345,  344,  343,  342,  341,  340,
      339,  338,  337,  336,  335,  334,  331,  330,  329,  328,
      327,  126,  324,  323,  322,  321,  126,  315,  314,  313,
      212,  126,  311,  310,  309,  308,  307,  304,  303,  302,
      301,  300,  297,  296,  295,  294,  155,  259,  258,  257,
      256,  255,  251,  248,  247,  246,  243,  242,  241,  240,
      239,  238,  235,  234,  233,  232,  231,  126,  228,  227,
      226,  225,  126,  128,  217,  216,  215,  214,  212,  212,
      212,  126,  212,  211,  210,  209,  208,  207,  128,  202,

      201,  198,  128,  191,  190,  189,  155,  153,  152,  151,
      144,  137,  136,  135,  128,  126,  946,   38,   38,   38,
       38,   78,   78,   37,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946
    } ;

static yyconst short int yy_chk[2772] =
    {   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,    3,    3,    3,
        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
        3,    3,    3,    3,    3,    3,    3,    3,    3,    3,
        3,    3,    3,    3,    7,   39,  984,   31,   39,    9,

       49,   49,    7,    7,    7,    7,    7,    9,    9,    7,
       32,    7,    7,    7,   10,    7,   31,    7,    7,    7,
        7,    7,   10,   10,   15,    9,   51,   50,   44,   32,
       51,   33,   50,   15,   15,   15,   44,   54,   44,   15,
       10,   13,   13,   33,   13,   93,   54,  982,   13,   13,
       13,   13,   13,   13,   13,   13,   33,   33,   89,  980,
       93,   13,   14,   14,   53,   14,   89,  107,   16,   14,
       14,   14,   14,   14,   14,   14,   14,   16,   16,   16,
       53,  107,   14,   16,   17,   17,   55,   17,  134,  134,
      978,   17,   17,   17,   17,   17,   17,   17,   17,   17,

       84,  145,   55,   84,   17,   18,   18,  145,   18,   19,
       20,  114,   18,   18,   18,   18,   18,   18,   18,   18,
       18,   45,   19,   20,   45,   18,  114,   45,   19,   20,
       19,   20,   19,   20,  141,   19,   20,   21,  141,  977,
       25,   26,   21,   21,   21,   21,   21,   21,   21,   21,
       21,   21,   21,   21,   25,   26,  975,  123,   25,   26,
      123,   21,   34,   21,   25,   26,  963,   21,  225,   21,
       27,   27,  108,   27,   34,  943,  225,   27,   27,   27,
       27,   27,   27,   27,   27,   27,  108,   34,   34,  940,
       27,   28,   28,  147,   28,  204,  654,  654,   28,   28,

       28,   28,   28,   28,   28,   28,   28,  147,  939,  147,
      204,   28,   29,   29,   29,   29,   29,   29,   29,   29,
       29,   29,   29,   29,   29,   29,   29,   29,   29,   29,
       29,   29,   29,   29,   29,   29,   29,   29,   29,   29,
       29,   29,   29,   29,   29,   29,   29,   29,   29,   29,
       29,   29,   29,   29,   29,   29,   29,   29,   29,   35,
       35,   35,   35,   35,   35,   35,   35,   36,   36,   36,
       36,   36,   36,   36,   36,   61,  937,   61,   61,   61,
       61,   61,   61,   61,   61,   62,   62,  935,   62,   62,
       62,   62,   62,   62,   62,   62,   62,   63,   63,  249,

       63,   63,   63,   63,   63,   63,   63,   63,   63,   64,
       65,  933,  932,  219,   65,   63,   64,   64,   65,   64,
       65,   66,   64,   63,   67,   63,   78,  193,  219,   66,
      193,   66,   67,  249,   67,  236,   68,   69,  236,   78,
       67,  930,   78,   66,   68,   69,   68,   69,   68,   68,
       69,   70,   71,  251,  336,   70,   72,  251,  336,   70,
       71,   70,   71,   73,   72,   71,   72,   73,  926,   74,
       75,   73,   72,   73,   76,  923,   73,   74,   75,   74,
       75,  911,   76,   75,   76,   74,   77,  793,  921,  911,
      793,   76,  297,  828,   77,  828,   77,   86,  920,   86,

       86,   86,   86,   86,   86,   86,   86,   94,  297,   94,
       94,   94,   94,   94,   94,   94,   94,  115,  860,  115,
      115,  115,  115,  115,  115,  115,  115,  118,  919,  916,
      118,  118,  118,  118,  860,  118,  118,  118,  118,  118,
      118,  118,  118,  912,  118,  118,  118,  118,  118,  118,
      118,  118,  118,  118,  118,  118,  118,  118,  118,  118,
      118,  118,  118,  118,  118,  118,  118,  118,  118,  118,
      118,  118,  118,  118,  156,  909,  156,  156,  156,  156,
      156,  156,  156,  156,  157,  157,  157,  157,  157,  157,
      157,  157,  158,  158,  158,  158,  158,  158,  158,  158,

      159,  908,  159,  159,  159,  159,  159,  159,  159,  159,
      159,  161,  162,  934,  891,  163,  891,  934,  164,  161,
      162,  161,  162,  163,  162,  163,  164,  163,  164,  165,
      166,  164,  453,  167,  453,  907,  453,  165,  166,  165,
      166,  167,  169,  167,  167,  167,  168,  168,  925,  170,
      169,  925,  169,  171,  168,  905,  168,  170,  169,  170,
      172,  171,  904,  171,  173,  902,  171,  170,  172,  901,
      172,  175,  173,  175,  173,  174,  174,  175,  172,  175,
      176,  175,  173,  174,  897,  174,  177,  178,  176,  483,
      176,  483,  892,  483,  177,  178,  177,  178,  179,  178,

      887,  886,  176,  180,  177,  885,  179,  883,  179,  179,
      182,  180,  882,  180,  181,  179,  180,  181,  182,  881,
      182,  880,  181,  879,  181,  878,  183,  874,  873,  182,
      184,  181,  184,  181,  183,  185,  183,  183,  184,  187,
      184,  868,  186,  185,  861,  185,  186,  187,  856,  187,
      186,  855,  186,  196,  196,  196,  196,  196,  196,  196,
      196,  197,  854,  197,  197,  197,  197,  197,  197,  197,
      197,  205,  205,  205,  205,  205,  205,  205,  205,  206,
      206,  206,  206,  206,  206,  206,  206,  220,  220,  220,
      220,  220,  220,  220,  220,  221,  221,  221,  221,  221,

      221,  221,  221,  260,  852,  260,  260,  260,  260,  260,
      260,  260,  260,  262,  851,  262,  262,  262,  262,  262,
      262,  262,  262,  263,  263,  263,  263,  263,  263,  263,
      263,  264,  265,  850,  264,  265,  266,  267,  266,  264,
      265,  264,  265,  269,  266,  267,  266,  267,  268,  849,
      848,  269,  268,  269,  269,  270,  268,  269,  268,  847,
      271,  276,  846,  270,  845,  270,  844,  270,  271,  276,
      271,  276,  272,  273,  842,  840,  272,  273,  274,  271,
      272,  273,  272,  273,  277,  839,  274,  275,  274,  274,
      278,  275,  277,  279,  277,  275,  838,  275,  278,  280,

      278,  279,  283,  279,  281,  277,  279,  280,  837,  280,
      833,  281,  281,  282,  281,  829,  280,  282,  284,  283,
      824,  282,  285,  282,  823,  822,  284,  283,  284,  283,
      285,  286,  285,  821,  820,  284,  283,  287,  288,  286,
      285,  286,  819,  289,  285,  287,  288,  287,  288,  818,
      287,  289,  290,  289,  817,  288,  290,  291,  292,  815,
      290,  289,  290,  293,  291,  291,  292,  291,  292,  814,
      813,  293,  812,  293,  292,  298,  811,  298,  298,  298,
      298,  298,  298,  298,  298,  299,  810,  299,  299,  299,
      299,  299,  299,  299,  299,  305,  807,  305,  305,  305,

      305,  305,  305,  305,  305,  306,  306,  306,  306,  306,
      306,  306,  306,  316,  805,  316,  316,  316,  316,  316,
      316,  316,  316,  317,  317,  317,  317,  317,  317,  317,
      317,  358,  358,  358,  358,  358,  358,  358,  358,  359,
      359,  359,  359,  359,  359,  359,  359,  361,  362,  804,
      803,  363,  802,  798,  794,  361,  362,  361,  362,  363,
      363,  363,  364,  365,  789,  364,  366,  788,  361,  367,
      364,  365,  364,  365,  366,  365,  366,  367,  368,  367,
      787,  369,  368,  786,  785,  371,  368,  369,  368,  369,
      370,  369,  370,  371,  372,  371,  784,  371,  370,  373,

      370,  371,  372,  374,  372,  783,  782,  373,  375,  373,
      781,  374,  376,  374,  374,  373,  375,  377,  375,  780,
      376,  779,  376,  778,  375,  377,  777,  377,  776,  378,
      379,  775,  773,  378,  380,  771,  377,  378,  379,  378,
      379,  382,  380,  379,  380,  382,  383,  384,  768,  382,
      767,  382,  765,  385,  383,  384,  383,  384,  386,  387,
      384,  385,  455,  385,  763,  762,  386,  387,  386,  387,
      455,  388,  455,  392,  386,  388,  385,  390,  389,  388,
      761,  388,  389,  756,  391,  390,  389,  390,  389,  750,
      392,  390,  391,  748,  391,  742,  740,  391,  392,  739,

      392,  398,  398,  398,  398,  398,  398,  398,  398,  399,
      738,  399,  399,  399,  399,  399,  399,  399,  399,  400,
      400,  400,  400,  400,  400,  400,  400,  406,  406,  406,
      406,  406,  406,  406,  406,  407,  407,  407,  407,  407,
      407,  407,  407,  408,  408,  408,  408,  408,  408,  408,
      408,  417,  417,  417,  417,  417,  417,  417,  417,  418,
      418,  418,  418,  418,  418,  418,  418,  419,  419,  419,
      419,  419,  419,  419,  419,  456,  457,  736,  458,  459,
      735,  734,  460,  456,  733,  456,  458,  459,  458,  459,
      460,  459,  460,  457,  462,  732,  458,  461,  463,  461,

      460,  457,  462,  457,  462,  461,  463,  461,  463,  464,
      465,  730,  728,  466,  726,  725,  463,  464,  465,  464,
      465,  466,  465,  466,  467,  466,  464,  468,  467,  724,
      469,  470,  467,  469,  467,  468,  471,  468,  469,  470,
      469,  470,  472,  723,  471,  472,  471,  474,  720,  470,
      472,  476,  472,  471,  475,  474,  475,  474,  719,  476,
      715,  476,  475,  474,  475,  476,  477,  478,  714,  711,
      477,  479,  480,  710,  477,  478,  477,  478,  481,  479,
      480,  479,  480,  707,  482,  706,  481,  478,  481,  541,
      537,  481,  482,  537,  482,  705,  704,  541,  537,  541,

      537,  482,  488,  703,  488,  488,  488,  488,  488,  488,
      488,  488,  494,  695,  494,  494,  494,  494,  494,  494,
      494,  494,  503,  684,  503,  503,  503,  503,  503,  503,
      503,  503,  539,  682,  681,  680,  540,  542,  678,  540,
      539,  543,  539,  539,  540,  542,  540,  542,  544,  543,
      677,  543,  545,  546,  675,  542,  544,  547,  544,  673,
      545,  546,  545,  546,  548,  547,  672,  547,  671,  549,
      547,  670,  548,  550,  548,  669,  551,  549,  548,  549,
      552,  550,  549,  550,  551,  668,  551,  550,  552,  554,
      552,  665,  555,  551,  664,  663,  556,  554,  662,  554,

      555,  661,  555,  558,  556,  555,  556,  558,  557,  554,
      557,  558,  556,  558,  559,  560,  557,  559,  557,  561,
      660,  658,  559,  560,  559,  560,  616,  561,  657,  561,
      616,  560,  656,  653,  616,  651,  616,  561,  569,  569,
      569,  569,  569,  569,  569,  569,  570,  650,  570,  570,
      570,  570,  570,  570,  570,  570,  574,  574,  574,  574,
      574,  574,  574,  574,  575,  575,  575,  575,  575,  575,
      575,  575,  582,  582,  582,  582,  582,  582,  582,  582,
      583,  583,  583,  583,  583,  583,  583,  583,  614,  617,
      648,  647,  618,  618,  645,  619,  614,  617,  614,  617,

      618,  620,  618,  619,  643,  619,  614,  621,  622,  620,
      642,  620,  623,  619,  620,  621,  622,  621,  622,  624,
      623,  640,  623,  639,  625,  638,  637,  624,  626,  624,
      628,  623,  625,  627,  625,  625,  626,  615,  626,  613,
      629,  627,  612,  627,  630,  631,  611,  626,  629,  632,
      629,  609,  630,  631,  630,  631,  633,  632,  631,  632,
      608,  635,  607,  606,  633,  634,  633,  632,  634,  635,
      633,  635,  636,  634,  605,  634,  604,  603,  602,  635,
      636,  601,  636,  644,  644,  644,  644,  644,  644,  644,
      644,  649,  649,  649,  649,  649,  649,  649,  649,  655,

      655,  655,  655,  655,  655,  655,  655,  683,  685,  600,
      599,  686,  687,  597,  683,  683,  685,  683,  685,  686,
      687,  686,  687,  688,  690,  596,  685,  595,  594,  593,
      592,  688,  690,  688,  690,  688,  689,  689,  590,  689,
      689,  689,  689,  689,  689,  689,  689,  689,  689,  689,
      689,  689,  689,  689,  689,  689,  689,  689,  689,  689,
      689,  689,  689,  689,  689,  689,  689,  689,  689,  689,
      689,  689,  689,  689,  689,  689,  689,  689,  689,  689,
      689,  689,  689,  691,  692,  589,  588,  693,  587,  585,
      694,  691,  692,  691,  692,  693,  584,  693,  694,  697,

      694,  691,  696,  694,  696,  693,  698,  697,  581,  697,
      696,  699,  696,  580,  698,  700,  698,  579,  701,  699,
      578,  699,  702,  700,  698,  700,  701,  573,  701,  572,
      702,  700,  702,  571,  701,  709,  709,  709,  709,  709,
      709,  709,  709,  712,  712,  712,  712,  712,  712,  712,
      712,  718,  718,  718,  718,  718,  718,  718,  718,  741,
      568,  567,  566,  743,  744,  565,  564,  741,  745,  741,
      743,  743,  744,  743,  744,  746,  745,  563,  745,  745,
      562,  553,  538,  746,  536,  746,  747,  535,  747,  747,
      747,  747,  747,  747,  747,  747,  751,  752,  534,  533,

      753,  754,  532,  531,  751,  752,  751,  752,  753,  754,
      753,  754,  751,  530,  529,  528,  527,  526,  525,  747,
      749,  749,  749,  749,  749,  749,  749,  749,  749,  755,
      757,  523,  522,  521,  757,  758,  759,  755,  757,  755,
      757,  755,  760,  758,  759,  758,  759,  790,  758,  759,
      760,  791,  760,  520,  792,  790,  519,  790,  792,  791,
      790,  791,  792,  795,  792,  518,  517,  796,  516,  515,
      797,  795,  514,  795,  799,  796,  795,  796,  797,  796,
      797,  800,  799,  800,  799,  801,  799,  797,  826,  800,
      513,  800,  512,  801,  825,  801,  826,  825,  826,  827,

      830,  511,  825,  801,  825,  832,  826,  827,  830,  827,
      830,  510,  827,  832,  509,  832,  507,  506,  830,  831,
      831,  505,  831,  831,  831,  831,  831,  831,  831,  831,
      831,  831,  831,  831,  831,  831,  831,  831,  831,  831,
      831,  831,  831,  831,  831,  831,  831,  831,  831,  831,
      831,  831,  831,  831,  831,  831,  831,  831,  831,  831,
      831,  831,  831,  831,  831,  831,  834,  835,  504,  502,
      501,  836,  500,  499,  834,  835,  834,  835,  857,  836,
      835,  836,  858,  859,  836,  498,  857,  862,  857,  497,
      858,  859,  858,  859,  496,  862,  495,  862,  493,  491,

      490,  489,  859,  487,  486,  858,  863,  863,  869,  863,
      863,  485,  863,  863,  484,  473,  869,  454,  869,  869,
      452,  451,  863,  863,  863,  863,  449,  863,  863,  864,
      864,  870,  864,  864,  889,  864,  864,  448,  447,  870,
      446,  870,  889,  445,  889,  864,  864,  864,  864,  444,
      864,  864,  865,  865,  443,  865,  865,  442,  865,  865,
      865,  865,  865,  865,  865,  865,  865,  865,  865,  865,
      865,  865,  441,  865,  865,  866,  866,  866,  866,  866,
      866,  866,  866,  866,  871,  890,  871,  440,  893,  899,
      439,  438,  871,  890,  871,  890,  893,  899,  893,  899,

      437,  436,  435,  890,  434,  432,  893,  894,  894,  431,
      894,  894,  894,  894,  894,  894,  894,  894,  894,  894,
      894,  894,  894,  894,  894,  894,  894,  894,  894,  894,
      894,  894,  894,  894,  894,  894,  894,  894,  894,  894,
      894,  894,  894,  894,  894,  894,  894,  894,  894,  894,
      894,  894,  894,  894,  895,  895,  895,  895,  895,  895,
      895,  895,  895,  896,  896,  896,  896,  896,  896,  896,
      896,  896,  898,  900,  430,  429,  898,  910,  428,  426,
      898,  900,  898,  900,  913,  910,  900,  910,  425,  424,
      422,  421,  913,  416,  913,  915,  915,  415,  915,  915,

      915,  915,  915,  915,  915,  915,  915,  915,  915,  915,
      915,  915,  915,  915,  915,  915,  915,  915,  915,  915,
      915,  915,  915,  915,  915,  915,  915,  915,  915,  915,
      915,  915,  915,  915,  915,  915,  915,  915,  915,  915,
      915,  915,  917,  918,  414,  412,  927,  929,  411,  409,
      917,  918,  917,  918,  927,  929,  927,  929,  936,  927,
      405,  942,  404,  403,  401,  397,  936,  396,  936,  942,
      936,  942,  947,  947,  947,  947,  947,  947,  947,  947,
      947,  948,  948,  948,  948,  948,  948,  948,  948,  948,
      949,  949,  949,  949,  949,  949,  949,  949,  949,  950,

      950,  395,  950,  950,  950,  950,  950,  950,  951,  394,
      951,  952,  952,  381,  952,  360,  952,  953,  357,  356,
      953,  355,  953,  954,  954,  354,  954,  954,  954,  955,
      955,  353,  955,  955,  955,  955,  955,  955,  956,  956,
      352,  956,  956,  956,  956,  956,  956,  957,  351,  350,
      957,  957,  957,  957,  349,  957,  958,  958,  347,  958,
      958,  958,  958,  958,  958,  959,  346,  959,  960,  344,
      343,  960,  960,  960,  960,  342,  960,  961,  961,  341,
      961,  961,  961,  961,  961,  961,  962,  340,  962,  964,
      339,  964,  965,  965,  338,  965,  335,  965,  966,  966,

      967,  334,  967,  968,  333,  968,  969,  332,  331,  969,
      969,  330,  969,  329,  969,  970,  327,  970,  971,  326,
      971,  972,  972,  325,  321,  320,  972,  973,  319,  973,
      974,  318,  974,  976,  315,  976,  979,  314,  979,  981,
      313,  981,  983,  983,  312,  983,  983,  983,  983,  983,
      983,  985,  985,  311,  985,  985,  985,  985,  985,  985,
      986,  986,  986,  987,  987,  310,  987,  987,  987,  987,
      987,  987,  988,  988,  308,  988,  988,  988,  988,  988,
      988,  989,  989,  307,  989,  989,  989,  989,  989,  989,
      990,  990,  304,  990,  990,  990,  990,  990,  990,  303,

      302,  301,  300,  296,  295,  294,  258,  257,  256,  255,
      254,  253,  252,  250,  248,  247,  246,  245,  244,  243,
      242,  241,  240,  239,  238,  237,  235,  234,  233,  232,
      231,  230,  229,  228,  227,  226,  222,  217,  216,  215,
      214,  213,  211,  210,  209,  208,  207,  202,  201,  200,
      199,  198,  191,  190,  189,  188,  154,  153,  152,  150,
      149,  148,  146,  144,  143,  142,  140,  139,  138,  137,
      136,  135,  133,  132,  131,  130,  129,  127,  122,  121,
      120,  119,  117,  116,  112,  111,  110,  109,  106,  105,
      103,  102,  101,  100,   99,   98,   97,   96,   95,   91,

       90,   88,   87,   82,   81,   80,   59,   58,   57,   56,
       52,   48,   47,   46,   43,   42,   37,   24,   23,   12,
       11,    6,    5,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946,  946,  946,  946,  946,  946,  946,  946,  946,  946,
      946
    } ;

static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
static char *yy_full_match;
static int yy_lp;
#define REJECT \
{ \
*yy_cp = yy_hold_char; /* undo effects of setting up yytext */ \
yy_cp = yy_full_match; /* restore poss. backed-over text */ \
++yy_lp; \
goto find_rule; \
}
#define yymore() yymore_used_but_not_detected
#define YY_MORE_ADJ 0
#define YY_RESTORE_YY_MORE_OFFSET
char *yytext;
#line 1 "../lib/config_scan.l"
#define INITIAL 0
/*
 * Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2004
 *      Inferno Nettverk A/S, Norway.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. The above copyright notice, this list of conditions and the following
 *    disclaimer must appear in all copies of the software, derivative works
 *    or modified versions, and any portions thereof, aswell as in all
 *    supporting documentation.
 * 2. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 *      This product includes software developed by
 *      Inferno Nettverk A/S, Norway.
 * 3. The name of the author may not be used to endorse or promote products
 *    derived from this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 * Inferno Nettverk A/S requests users of this software to return to
 *
 *  Software Distribution Coordinator  or  sdc@inet.no
 *  Inferno Nettverk A/S
 *  Oslo Research Park
 *  Gaustadalléen 21
 *  NO-0349 Oslo
 *  Norway
 *
 * any improvements or extensions that they make and grant Inferno Nettverk A/S
 * the rights to redistribute these changes.
 *
 */
#line 45 "../lib/config_scan.l"

#include "common.h"

#include "yacconfig.h"
#include "config_parse.h"

extern int socks_parseinit;
extern const int socks_configtype;

static const char rcsid[] =
"$Id: config_scan.l,v 1.76 2005/12/19 14:22:13 michaels Exp $";

#define YY_STACK_USED 0
#define YY_ALWAYS_INTERACTIVE 0
#define YY_NEVER_INTERACTIVE 1
#define YY_MAIN 0

/*%option debug             */
/* non-exclusive startconditions. */
#define start_address 1

#define start_port 2

/* exclusive startconditions */
#define lineprefix 3

#define start_command 4

#define start_compatibility 5

#define start_line 6

#define start_log 7

#define start_logoutput 8

#define start_method 9

#define start_operator 10

#define start_option 11

#define start_proxyprotocol 12

#define start_username 13

#define start_portnumber 14

#define start_srchost 15

#define start_protocol 16

#define start_servicename 17

#line 1507 "config_scan.c"

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

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

#ifndef YY_NO_UNPUT
static void yyunput YY_PROTO(( int c, char *buf_ptr ));
#endif

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

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

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

#if YY_STACK_USED
static int yy_start_stack_ptr = 0;
static int yy_start_stack_depth = 0;
static int *yy_start_stack = 0;
#ifndef YY_NO_PUSH_STATE
static void yy_push_state YY_PROTO(( int new_state ));
#endif
#ifndef YY_NO_POP_STATE
static void yy_pop_state YY_PROTO(( void ));
#endif
#ifndef YY_NO_TOP_STATE
static int yy_top_state YY_PROTO(( void ));
#endif

#else
#define YY_NO_PUSH_STATE 1
#define YY_NO_POP_STATE 1
#define YY_NO_TOP_STATE 1
#endif

#ifdef YY_MALLOC_DECL
YY_MALLOC_DECL
#else
#ifdef __STDC__
#ifndef __cplusplus
#include <stdlib.h>
#endif
#else
/* Just try to get by without declaring the routines.  This will fail
 * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
 * or sizeof(void*) != sizeof(int).
 */
#endif
#endif

/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#define YY_READ_BUF_SIZE 8192
#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 (void) fwrite( yytext, yyleng, 1, yyout )
#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->yy_is_interactive ) \
		{ \
		int c = '*', 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 if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
		  && ferror( yyin ) ) \
		YY_FATAL_ERROR( "input in flex scanner failed" );
#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

/* Default declaration of generated scanner - a define so the user can
 * easily add parameters.
 */
#ifndef YY_DECL
#define YY_DECL int yylex YY_PROTO(( void ))
#endif

/* 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 break;
#endif

#define YY_RULE_SETUP \
	YY_USER_ACTION

YY_DECL
	{
	register yy_state_type yy_current_state;
	register char *yy_cp, *yy_bp;
	register int yy_act;

#line 91 "../lib/config_scan.l"



	/*
	 * we can operate in more than one mode, find out which it is and
	 * let the parser know.
	 */



	if (!socks_parseinit) {
		socks_parseinit = 1;

		switch (socks_configtype) {
			case CONFIGTYPE_SERVER:
				return SERVERCONFIG;

			case CONFIGTYPE_CLIENT:
				return CLIENTCONFIG;

			default:
				SERRX(socks_configtype);
		}
	}


	/* start-condition dependent stuff. */


#line 1688 "config_scan.c"

	if ( yy_init )
		{
		yy_init = 0;

#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 )
			yy_current_buffer =
				yy_create_buffer( yyin, YY_BUF_SIZE );

		yy_load_buffer_state();
		}

	while ( 1 )		/* loops until end-of-file is reached */
		{
		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_state_ptr = yy_state_buf;
		*yy_state_ptr++ = yy_current_state;
yy_match:
		do
			{
			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*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 >= 947 )
					yy_c = yy_meta[(unsigned int) yy_c];
				}
			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
			*yy_state_ptr++ = yy_current_state;
			++yy_cp;
			}
		while ( yy_base[yy_current_state] != 2724 );

yy_find_action:
		yy_current_state = *--yy_state_ptr;
		yy_lp = yy_accept[yy_current_state];
find_rule: /* we branch to this label when backing up */
		for ( ; ; ) /* until we find what rule we matched */
			{
			if ( yy_lp && yy_lp < yy_accept[yy_current_state + 1] )
				{
				yy_act = yy_acclist[yy_lp];
					{
					yy_full_match = yy_cp;
					break;
					}
				}
			--yy_cp;
			yy_current_state = *--yy_state_ptr;
			yy_lp = yy_accept[yy_current_state];
			}

		YY_DO_BEFORE_ACTION;

		if ( yy_act != YY_END_OF_BUFFER )
			{
			int yyl;
			for ( yyl = 0; yyl < yyleng; ++yyl )
				if ( yytext[yyl] == '\n' )
					++yylineno;
			}

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


		switch ( yy_act )
	{ /* beginning of action switch */
case 1:
YY_RULE_SETUP
#line 120 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return PROXYPROTOCOL_SOCKS_V4;
}
	YY_BREAK
case 2:
YY_RULE_SETUP
#line 125 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return PROXYPROTOCOL_SOCKS_V5;
}
	YY_BREAK
case 3:
YY_RULE_SETUP
#line 130 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return DEPRECATED;
}
	YY_BREAK
case 4:
YY_RULE_SETUP
#line 135 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return PROXYPROTOCOL_HTTP_V1_0;
}
	YY_BREAK
case 5:
YY_RULE_SETUP
#line 140 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return COMMAND_BIND;
}
	YY_BREAK
case 6:
YY_RULE_SETUP
#line 145 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return COMMAND_CONNECT;
}
	YY_BREAK
case 7:
YY_RULE_SETUP
#line 150 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return COMMAND_UDPASSOCIATE;
}
	YY_BREAK
case 8:
YY_RULE_SETUP
#line 155 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return COMMAND_BINDREPLY;
}
	YY_BREAK
case 9:
YY_RULE_SETUP
#line 160 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return COMMAND_UDPREPLY;
}
	YY_BREAK
case 10:
YY_RULE_SETUP
#line 166 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return DIRECT;
}
	YY_BREAK
case 11:
YY_RULE_SETUP
#line 172 "../lib/config_scan.l"
{
	BEGIN(start_operator);

	yylval.string = yytext;
	return PORT;
}
	YY_BREAK
case 12:
YY_RULE_SETUP
#line 179 "../lib/config_scan.l"
{
	BEGIN(start_portnumber);

	yylval.string = yytext;
	return OPERATOR;
}
	YY_BREAK
case 13:
YY_RULE_SETUP
#line 187 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return LOG_CONNECT;
}
	YY_BREAK
case 14:
YY_RULE_SETUP
#line 192 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return LOG_DATA;
}
	YY_BREAK
case 15:
YY_RULE_SETUP
#line 197 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return LOG_DISCONNECT;
}
	YY_BREAK
case 16:
YY_RULE_SETUP
#line 202 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return LOG_ERROR;
}
	YY_BREAK
case 17:
YY_RULE_SETUP
#line 207 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return LOG_IOOPERATION;
}
	YY_BREAK
case 18:
YY_RULE_SETUP
#line 212 "../lib/config_scan.l"
{
	BEGIN(INITIAL);

	yylval.string = yytext;
	return SERVICENAME;
}
	YY_BREAK
case 19:
YY_RULE_SETUP
#line 219 "../lib/config_scan.l"
{
	BEGIN(start_portnumber); /* no operator, first port in range then. */

	yylval.string = yytext;
	return PORTNUMBER;
}
	YY_BREAK
case 20:
YY_RULE_SETUP
#line 226 "../lib/config_scan.l"
{
	BEGIN(INITIAL);

	yylval.string = yytext;
	return PORTNUMBER;
}
	YY_BREAK
case 21:
YY_RULE_SETUP
#line 233 "../lib/config_scan.l"
{
	BEGIN(start_port);

	yylval.string = yytext;
	return DOMAINNAME;
}
	YY_BREAK
case 22:
YY_RULE_SETUP
#line 240 "../lib/config_scan.l"
{
	BEGIN(start_port);

	yylval.string = yytext;
	return IFNAME;
}
	YY_BREAK
case 23:
YY_RULE_SETUP
#line 247 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return LOGFILE;
}
	YY_BREAK
case 24:
YY_RULE_SETUP
#line 252 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return USERNAME;
}
	YY_BREAK
case 25:
YY_RULE_SETUP
#line 257 "../lib/config_scan.l"
{
	BEGIN(start_line);

	yylval.string = yytext;
	return *yytext;
}
	YY_BREAK
case 26:
YY_RULE_SETUP
#line 264 "../lib/config_scan.l"
{
	BEGIN(INITIAL);

	yylval.string = yytext;
	return LINE;
}
	YY_BREAK
case 27:
YY_RULE_SETUP
#line 271 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return NOMISMATCH;
}
	YY_BREAK
case 28:
YY_RULE_SETUP
#line 276 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return NOUNKNOWN;
}
	YY_BREAK
case 29:
YY_RULE_SETUP
#line 281 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return PROTOCOL_TCP;
}
	YY_BREAK
case 30:
YY_RULE_SETUP
#line 286 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return PROTOCOL_UDP;
}
	YY_BREAK
case 31:
YY_RULE_SETUP
#line 291 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return PROTOCOL_FAKE;
}
	YY_BREAK
/* non-startcondition dependents. */
case 32:
YY_RULE_SETUP
#line 299 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return DEBUGING;
}
	YY_BREAK
case 33:
YY_RULE_SETUP
#line 304 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return ROUTE;
}
	YY_BREAK
case 34:
YY_RULE_SETUP
#line 309 "../lib/config_scan.l"
{
	BEGIN(start_protocol);

	yylval.string = yytext;
	return RESOLVEPROTOCOL;
}
	YY_BREAK
case 35:
YY_RULE_SETUP
#line 316 "../lib/config_scan.l"
{
	BEGIN(start_srchost);

	yylval.string = yytext;
	return SRCHOST;
}
	YY_BREAK
case 36:
YY_RULE_SETUP
#line 323 "../lib/config_scan.l"
{
	BEGIN(start_proxyprotocol);

	yylval.string = yytext;
	return PROXYPROTOCOL;
}
	YY_BREAK
case 37:
YY_RULE_SETUP
#line 330 "../lib/config_scan.l"
{
	BEGIN(start_logoutput);

	yylval.string = yytext;
	return LOGOUTPUT;
}
	YY_BREAK
case 38:
YY_RULE_SETUP
#line 337 "../lib/config_scan.l"
{
	BEGIN(start_protocol);

	yylval.string = yytext;
	return PROTOCOL;
}
	YY_BREAK
case 39:
YY_RULE_SETUP
#line 344 "../lib/config_scan.l"
{
	BEGIN(start_command);

	yylval.string = yytext;
	return COMMAND;
}
	YY_BREAK
case 40:
YY_RULE_SETUP
#line 351 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return REDIRECT;
}
	YY_BREAK
case 41:
YY_RULE_SETUP
#line 356 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return BANDWIDTH;
}
	YY_BREAK
case 42:
YY_RULE_SETUP
#line 361 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return MAXSESSIONS;
}
	YY_BREAK
case 43:
YY_RULE_SETUP
#line 366 "../lib/config_scan.l"
{
	BEGIN(start_address);

	yylval.string = yytext;
	return FROM;
}
	YY_BREAK
case 44:
YY_RULE_SETUP
#line 373 "../lib/config_scan.l"
{
	BEGIN(start_address);

	yylval.string = yytext;
	return TO;
}
	YY_BREAK
case 45:
YY_RULE_SETUP
#line 380 "../lib/config_scan.l"
{
	BEGIN(start_address);

	yylval.string = yytext;
	return VIA;
}
	YY_BREAK
/* server configstuff */
case 46:
YY_RULE_SETUP
#line 388 "../lib/config_scan.l"
{
	BEGIN(start_address);

	yylval.string = yytext;
	return INTERNAL;
}
	YY_BREAK
case 47:
YY_RULE_SETUP
#line 395 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return EXTERNAL_ROTATION;
}
	YY_BREAK
case 48:
YY_RULE_SETUP
#line 400 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return ROUTE;
}
	YY_BREAK
case 49:
YY_RULE_SETUP
#line 405 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return NONE;
}
	YY_BREAK
case 50:
YY_RULE_SETUP
#line 411 "../lib/config_scan.l"
{
	BEGIN(start_address);

	yylval.string = yytext;
	return EXTERNAL;
}
	YY_BREAK
case 51:
YY_RULE_SETUP
#line 418 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return CHILD_MAXIDLE;
}
	YY_BREAK
case 52:
YY_RULE_SETUP
#line 423 "../lib/config_scan.l"
{
	BEGIN(start_username);

	yylval.string = yytext;
	return USER;
}
	YY_BREAK
case 53:
YY_RULE_SETUP
#line 430 "../lib/config_scan.l"
{
	BEGIN(start_username);

	yylval.string = yytext;
	return USER_PRIVILEGED;
}
	YY_BREAK
case 54:
YY_RULE_SETUP
#line 437 "../lib/config_scan.l"
{
	BEGIN(start_username);

	yylval.string = yytext;
	return USER_UNPRIVILEGED;
}
	YY_BREAK
case 55:
YY_RULE_SETUP
#line 444 "../lib/config_scan.l"
{
	BEGIN(start_username);

	yylval.string = yytext;
	return USER_LIBWRAP;
}
	YY_BREAK
case 56:
YY_RULE_SETUP
#line 451 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return IOTIMEOUT;
}
	YY_BREAK
case 57:
YY_RULE_SETUP
#line 456 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return COMPATIBILITY;
}
	YY_BREAK
case 58:
YY_RULE_SETUP
#line 461 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return REUSEADDR;
}
	YY_BREAK
case 59:
YY_RULE_SETUP
#line 466 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return SAMEPORT;
}
	YY_BREAK
case 60:
YY_RULE_SETUP
#line 472 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return CONNECTTIMEOUT;
}
	YY_BREAK
case 61:
YY_RULE_SETUP
#line 477 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return EXTENSION;
}
	YY_BREAK
case 62:
YY_RULE_SETUP
#line 482 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return BIND;
}
	YY_BREAK
case 63:
YY_RULE_SETUP
#line 489 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return CLIENTRULE;
}
	YY_BREAK
case 64:
YY_RULE_SETUP
#line 495 "../lib/config_scan.l"
{
	BEGIN(start_method);

	yylval.string = yytext;
	return METHOD;
}
	YY_BREAK
case 65:
YY_RULE_SETUP
#line 502 "../lib/config_scan.l"
{
	BEGIN(start_method);

	yylval.string = yytext;
	return CLIENTMETHOD;
}
	YY_BREAK
case 66:
YY_RULE_SETUP
#line 509 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return NONE;
}
	YY_BREAK
case 67:
YY_RULE_SETUP
#line 514 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return GSSAPI;
}
	YY_BREAK
case 68:
YY_RULE_SETUP
#line 519 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return UNAME;
}
	YY_BREAK
case 69:
YY_RULE_SETUP
#line 524 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return RFC931;
}
	YY_BREAK
case 70:
YY_RULE_SETUP
#line 529 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return PAM;
}
	YY_BREAK
/* filterrules */
/*
	 * verdicts
	 */
case 71:
YY_RULE_SETUP
#line 541 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return VERDICT_BLOCK;
}
	YY_BREAK
case 72:
YY_RULE_SETUP
#line 546 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return VERDICT_PASS;
}
	YY_BREAK
/*
	 * logging
	 */
case 73:
YY_RULE_SETUP
#line 557 "../lib/config_scan.l"
{
	BEGIN(start_log);

	yylval.string = yytext;
	return LOG;
}
	YY_BREAK
case 74:
YY_RULE_SETUP
#line 565 "../lib/config_scan.l"
{
	BEGIN(lineprefix);

	yylval.string = yytext;
	return LIBWRAPSTART;
}
	YY_BREAK
case 75:
YY_RULE_SETUP
#line 572 "../lib/config_scan.l"
{
	BEGIN(start_servicename);

	yylval.string = yytext;
	return PAMSERVICENAME;
}
	YY_BREAK
/*
  * Old keywords that are no longer used.
  */
case 76:
YY_RULE_SETUP
#line 584 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return DEPRECATED;
}
	YY_BREAK
/* misc. generic stuff. */
case 77:
YY_RULE_SETUP
#line 593 "../lib/config_scan.l"
{
	BEGIN(start_port);

	yylval.string = yytext;
	return IPADDRESS;
}
	YY_BREAK
case 78:
YY_RULE_SETUP
#line 601 "../lib/config_scan.l"
{
	yylval.string = yytext;
	return NUMBER;
}
	YY_BREAK
/* ignored */
case 79:
YY_RULE_SETUP
#line 608 "../lib/config_scan.l"
{
	;
}
	YY_BREAK
/* shell style comment */
case 80:
YY_RULE_SETUP
#line 613 "../lib/config_scan.l"
{
	;
}
	YY_BREAK
/* state always ends at eol. */
case 81:
YY_RULE_SETUP
#line 618 "../lib/config_scan.l"
{
	BEGIN(INITIAL);
}
	YY_BREAK
/* unless it's escaped. */
case 82:
YY_RULE_SETUP
#line 623 "../lib/config_scan.l"
{
	;
}
	YY_BREAK
case 83:
YY_RULE_SETUP
#line 627 "../lib/config_scan.l"
{
	return *yytext;
}
	YY_BREAK
case 84:
YY_RULE_SETUP
#line 630 "../lib/config_scan.l"
ECHO;
	YY_BREAK
#line 2520 "config_scan.c"
			case YY_STATE_EOF(INITIAL):
			case YY_STATE_EOF(start_address):
			case YY_STATE_EOF(start_port):
			case YY_STATE_EOF(lineprefix):
			case YY_STATE_EOF(start_command):
			case YY_STATE_EOF(start_compatibility):
			case YY_STATE_EOF(start_line):
			case YY_STATE_EOF(start_log):
			case YY_STATE_EOF(start_logoutput):
			case YY_STATE_EOF(start_method):
			case YY_STATE_EOF(start_operator):
			case YY_STATE_EOF(start_option):
			case YY_STATE_EOF(start_proxyprotocol):
			case YY_STATE_EOF(start_username):
			case YY_STATE_EOF(start_portnumber):
			case YY_STATE_EOF(start_srchost):
			case YY_STATE_EOF(start_protocol):
			case YY_STATE_EOF(start_servicename):
				yyterminate();

	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->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->yy_n_chars;
			yy_current_buffer->yy_input_file = yyin;
			yy_current_buffer->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->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->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 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()
	{
	register char *dest = yy_current_buffer->yy_ch_buf;
	register char *source = yytext_ptr;
	register int number_to_move, i;
	int ret_val;

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

	if ( yy_current_buffer->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 = (int) (yy_c_buf_p - yytext_ptr) - 1;

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

	if ( yy_current_buffer->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->yy_n_chars = yy_n_chars = 0;

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

		while ( num_to_read <= 0 )
			{ /* Not enough room in the buffer - grow it. */
#ifdef YY_USES_REJECT
			YY_FATAL_ERROR(
"input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
#else

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

			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. */
					yy_flex_realloc( (void *) b->yy_ch_buf,
							 b->yy_buf_size + 2 );
				}
			else
				/* Can't grow it, we don't own it. */
				b->yy_ch_buf = 0;

			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->yy_buf_size -
						number_to_move - 1;
#endif
			}

		if ( num_to_read > YY_READ_BUF_SIZE )
			num_to_read = YY_READ_BUF_SIZE;

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

		yy_current_buffer->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->yy_buffer_status =
				YY_BUFFER_EOF_PENDING;
			}
		}

	else
		ret_val = EOB_ACT_CONTINUE_SCAN;

	yy_n_chars += number_to_move;
	yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
	yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;

	yytext_ptr = &yy_current_buffer->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()
	{
	register yy_state_type yy_current_state;
	register char *yy_cp;

	yy_current_state = yy_start;
	yy_state_ptr = yy_state_buf;
	*yy_state_ptr++ = yy_current_state;

	for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
		{
		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
		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 >= 947 )
				yy_c = yy_meta[(unsigned int) yy_c];
			}
		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
		*yy_state_ptr++ = yy_current_state;
		}

	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 );
 */

#ifdef YY_USE_PROTOS
static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
#else
static yy_state_type yy_try_NUL_trans( yy_current_state )
yy_state_type yy_current_state;
#endif
	{
	register int yy_is_jam;

	register YY_CHAR yy_c = 1;
	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 >= 947 )
			yy_c = yy_meta[(unsigned int) yy_c];
		}
	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
	yy_is_jam = (yy_current_state == 946);
	if ( ! yy_is_jam )
		*yy_state_ptr++ = yy_current_state;

	return yy_is_jam ? 0 : yy_current_state;
	}


#ifndef YY_NO_UNPUT
#ifdef YY_USE_PROTOS
static void yyunput( int c, register char *yy_bp )
#else
static void yyunput( c, yy_bp )
int c;
register char *yy_bp;
#endif
	{
	register char *yy_cp = yy_c_buf_p;

	/* undo effects of setting up yytext */
	*yy_cp = yy_hold_char;

	if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
		{ /* need to shift things up to make room */
		/* +2 for EOB chars. */
		register int number_to_move = yy_n_chars + 2;
		register char *dest = &yy_current_buffer->yy_ch_buf[
					yy_current_buffer->yy_buf_size + 2];
		register char *source =
				&yy_current_buffer->yy_ch_buf[number_to_move];

		while ( source > yy_current_buffer->yy_ch_buf )
			*--dest = *--source;

		yy_cp += (int) (dest - source);
		yy_bp += (int) (dest - source);
		yy_current_buffer->yy_n_chars =
			yy_n_chars = yy_current_buffer->yy_buf_size;

		if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
			YY_FATAL_ERROR( "flex scanner push-back overflow" );
		}

	*--yy_cp = (char) c;

	if ( c == '\n' )
		--yylineno;

	yytext_ptr = yy_bp;
	yy_hold_char = *yy_cp;
	yy_c_buf_p = yy_cp;
	}
#endif	/* ifndef YY_NO_UNPUT */


#ifdef __cplusplus
static int yyinput()
#else
static int input()
#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->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 );

					/* fall through */

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

					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;

	if ( c == '\n' )
		++yylineno;

	return c;
	}


#ifdef YY_USE_PROTOS
void yyrestart( FILE *input_file )
#else
void yyrestart( input_file )
FILE *input_file;
#endif
	{
	if ( ! yy_current_buffer )
		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );

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


#ifdef YY_USE_PROTOS
void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
#else
void yy_switch_to_buffer( new_buffer )
YY_BUFFER_STATE new_buffer;
#endif
	{
	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->yy_buf_pos = yy_c_buf_p;
		yy_current_buffer->yy_n_chars = yy_n_chars;
		}

	yy_current_buffer = 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;
	}


#ifdef YY_USE_PROTOS
void yy_load_buffer_state( void )
#else
void yy_load_buffer_state()
#endif
	{
	yy_n_chars = yy_current_buffer->yy_n_chars;
	yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
	yyin = yy_current_buffer->yy_input_file;
	yy_hold_char = *yy_c_buf_p;
	}


#ifdef YY_USE_PROTOS
YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
#else
YY_BUFFER_STATE yy_create_buffer( file, size )
FILE *file;
int size;
#endif
	{
	YY_BUFFER_STATE b;

	b = (YY_BUFFER_STATE) yy_flex_alloc( 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 *) yy_flex_alloc( 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;
	}


#ifdef YY_USE_PROTOS
void yy_delete_buffer( YY_BUFFER_STATE b )
#else
void yy_delete_buffer( b )
YY_BUFFER_STATE b;
#endif
	{
	if ( ! b )
		return;

	if ( b == yy_current_buffer )
		yy_current_buffer = (YY_BUFFER_STATE) 0;

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

	yy_flex_free( (void *) b );
	}


#ifndef YY_ALWAYS_INTERACTIVE
#ifndef YY_NEVER_INTERACTIVE
#include <unistd.h>
#endif
#endif

#ifdef YY_USE_PROTOS
void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
#else
void yy_init_buffer( b, file )
YY_BUFFER_STATE b;
FILE *file;
#endif


	{
	int oerrno = errno;

	yy_flush_buffer( b );

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

#if YY_ALWAYS_INTERACTIVE
	b->yy_is_interactive = 1;
#else
#if YY_NEVER_INTERACTIVE
	b->yy_is_interactive = 0;
#else
	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
#endif
#endif
	errno = oerrno;
	}


#ifdef YY_USE_PROTOS
void yy_flush_buffer( YY_BUFFER_STATE b )
#else
void yy_flush_buffer( b )
YY_BUFFER_STATE b;
#endif

	{
	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();
	}


#ifndef YY_NO_SCAN_BUFFER
#ifdef YY_USE_PROTOS
YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
#else
YY_BUFFER_STATE yy_scan_buffer( base, size )
char *base;
yy_size_t size;
#endif
	{
	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 0;

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

	b->yy_buf_size = 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 = 0;
	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;
	}
#endif


#ifndef YY_NO_SCAN_STRING
#ifdef YY_USE_PROTOS
YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
#else
YY_BUFFER_STATE yy_scan_string( yy_str )
yyconst char *yy_str;
#endif
	{
	int len;
	for ( len = 0; yy_str[len]; ++len )
		;

	return yy_scan_bytes( yy_str, len );
	}
#endif


#ifndef YY_NO_SCAN_BYTES
#ifdef YY_USE_PROTOS
YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
#else
YY_BUFFER_STATE yy_scan_bytes( bytes, len )
yyconst char *bytes;
int len;
#endif
	{
	YY_BUFFER_STATE b;
	char *buf;
	yy_size_t n;
	int i;

	/* Get memory for full buffer, including space for trailing EOB's. */
	n = len + 2;
	buf = (char *) yy_flex_alloc( n );
	if ( ! buf )
		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );

	for ( i = 0; i < len; ++i )
		buf[i] = bytes[i];

	buf[len] = buf[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;
	}
#endif


#ifndef YY_NO_PUSH_STATE
#ifdef YY_USE_PROTOS
static void yy_push_state( int new_state )
#else
static void yy_push_state( new_state )
int new_state;
#endif
	{
	if ( yy_start_stack_ptr >= yy_start_stack_depth )
		{
		yy_size_t new_size;

		yy_start_stack_depth += YY_START_STACK_INCR;
		new_size = yy_start_stack_depth * sizeof( int );

		if ( ! yy_start_stack )
			yy_start_stack = (int *) yy_flex_alloc( new_size );

		else
			yy_start_stack = (int *) yy_flex_realloc(
					(void *) yy_start_stack, new_size );

		if ( ! yy_start_stack )
			YY_FATAL_ERROR(
			"out of memory expanding start-condition stack" );
		}

	yy_start_stack[yy_start_stack_ptr++] = YY_START;

	BEGIN(new_state);
	}
#endif


#ifndef YY_NO_POP_STATE
static void yy_pop_state()
	{
	if ( --yy_start_stack_ptr < 0 )
		YY_FATAL_ERROR( "start-condition stack underflow" );

	BEGIN(yy_start_stack[yy_start_stack_ptr]);
	}
#endif


#ifndef YY_NO_TOP_STATE
static int yy_top_state()
	{
	return yy_start_stack[yy_start_stack_ptr - 1];
	}
#endif

#ifndef YY_EXIT_FAILURE
#define YY_EXIT_FAILURE 2
#endif

#ifdef YY_USE_PROTOS
static void yy_fatal_error( yyconst char msg[] )
#else
static void yy_fatal_error( msg )
char msg[];
#endif
	{
	(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. */ \
		yytext[yyleng] = yy_hold_char; \
		yy_c_buf_p = yytext + n; \
		yy_hold_char = *yy_c_buf_p; \
		*yy_c_buf_p = '\0'; \
		yyleng = n; \
		} \
	while ( 0 )


/* Internal utility routines. */

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

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

	return n;
	}
#endif


#ifdef YY_USE_PROTOS
static void *yy_flex_alloc( yy_size_t size )
#else
static void *yy_flex_alloc( size )
yy_size_t size;
#endif
	{
	return (void *) malloc( size );
	}

#ifdef YY_USE_PROTOS
static void *yy_flex_realloc( void *ptr, yy_size_t size )
#else
static void *yy_flex_realloc( ptr, size )
void *ptr;
yy_size_t size;
#endif
	{
	/* 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 (void *) realloc( (char *) ptr, size );
	}

#ifdef YY_USE_PROTOS
static void yy_flex_free( void *ptr )
#else
static void yy_flex_free( ptr )
void *ptr;
#endif
	{
	free( ptr );
	}

#if YY_MAIN
int main()
	{
	yylex();
	return 0;
	}
#endif
#line 630 "../lib/config_scan.l"
