00001 /* A Bison parser, made by GNU Bison 2.3. */ 00002 00003 /* Skeleton interface for Bison's Yacc-like parsers in C 00004 00005 $Id: Svc_Conf_Token_Table.h 81336 2008-04-11 06:50:58Z johnnyw $ 00006 00007 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 00008 Free Software Foundation, Inc. 00009 00010 This program is free software; you can redistribute it and/or modify 00011 it under the terms of the GNU General Public License as published by 00012 the Free Software Foundation; either version 2, or (at your option) 00013 any later version. 00014 00015 This program is distributed in the hope that it will be useful, 00016 but WITHOUT ANY WARRANTY; without even the implied warranty of 00017 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00018 GNU General Public License for more details. 00019 00020 You should have received a copy of the GNU General Public License 00021 along with this program; if not, write to the Free Software 00022 Foundation, Inc., 51 Franklin Street, Fifth Floor, 00023 Boston, MA 02110-1301, USA. */ 00024 00025 /* As a special exception, you may create a larger work that contains 00026 part or all of the Bison parser skeleton and distribute that work 00027 under terms of your choice, so long as that work isn't itself a 00028 parser generator using the skeleton or a modified version thereof 00029 as a parser skeleton. Alternatively, if you modify or redistribute 00030 the parser skeleton itself, you may (at your option) remove this 00031 special exception, which will cause the skeleton and the resulting 00032 Bison output files to be licensed under the GNU General Public 00033 License without this special exception. 00034 00035 This special exception was added by the Free Software Foundation in 00036 version 2.2 of Bison. */ 00037 00038 /* Tokens. */ 00039 #ifndef YYTOKENTYPE 00040 # define YYTOKENTYPE 00041 /* Put the tokens into the symbol table, so that GDB and other debuggers 00042 know about them. */ 00043 enum ace_yytokentype { 00044 ACE_DYNAMIC = 258, 00045 ACE_STATIC = 259, 00046 ACE_SUSPEND = 260, 00047 ACE_RESUME = 261, 00048 ACE_REMOVE = 262, 00049 ACE_USTREAM = 263, 00050 ACE_MODULE_T = 264, 00051 ACE_STREAM_T = 265, 00052 ACE_SVC_OBJ_T = 266, 00053 ACE_ACTIVE = 267, 00054 ACE_INACTIVE = 268, 00055 ACE_PATHNAME = 269, 00056 ACE_IDENT = 270, 00057 ACE_STRING = 271 00058 }; 00059 #endif 00060 /* Tokens. */ 00061 #define ACE_DYNAMIC 258 00062 #define ACE_STATIC 259 00063 #define ACE_SUSPEND 260 00064 #define ACE_RESUME 261 00065 #define ACE_REMOVE 262 00066 #define ACE_USTREAM 263 00067 #define ACE_MODULE_T 264 00068 #define ACE_STREAM_T 265 00069 #define ACE_SVC_OBJ_T 266 00070 #define ACE_ACTIVE 267 00071 #define ACE_INACTIVE 268 00072 #define ACE_PATHNAME 269 00073 #define ACE_IDENT 270 00074 #define ACE_STRING 271 00075 00076 00077 00078 00079 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED 00080 typedef int YYSTYPE; 00081 # define ace_yystype YYSTYPE /* obsolescent; will be withdrawn */ 00082 # define YYSTYPE_IS_DECLARED 1 00083 # define YYSTYPE_IS_TRIVIAL 1 00084 #endif 00085