2 //====================================================================
4 * @file Svc_Conf_Tokens.h
6 * $Id: Svc_Conf_Tokens.h 81335 2008-04-11 01:53:36Z iliyan $
8 * @author Iliyan Jeliazkov <iliyan@ociweb.com>
10 //====================================================================
13 #ifndef BISON_SVC_CONF_TAB_H
14 # define BISON_SVC_CONF_TAB_H
16 /// This file "wraps" around the one produced by yacc(1) and ensures
17 /// that various symbols do not polute the global namespace. This
18 /// allows ACE-based applications to incorporate other yacc(1)-derived
21 # if !defined (YYSTYPE_IS_DECLARED)
22 # define YYSTYPE_IS_DECLARED 1
25 # include "ace/Svc_Conf_Token_Table.h"
27 # undef YYSTYPE_IS_DECLARED
29 #endif /* ifndef BISON_SVC_CONF_TAB_H */