/usr/include/ace/Svc_Conf_Tokens.h is in libace-dev 6.0.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | // -*- C++ -*-
//====================================================================
/**
* @file Svc_Conf_Tokens.h
*
* $Id: Svc_Conf_Tokens.h 81335 2008-04-11 01:53:36Z iliyan $
*
* @author Iliyan Jeliazkov <iliyan@ociweb.com>
*/
//====================================================================
#ifndef BISON_SVC_CONF_TAB_H
# define BISON_SVC_CONF_TAB_H
/// This file "wraps" around the one produced by yacc(1) and ensures
/// that various symbols do not polute the global namespace. This
/// allows ACE-based applications to incorporate other yacc(1)-derived
/// parsers.
# if !defined (YYSTYPE_IS_DECLARED)
# define YYSTYPE_IS_DECLARED 1
# endif
# include "ace/Svc_Conf_Token_Table.h"
# undef YYSTYPE_IS_DECLARED
#endif /* ifndef BISON_SVC_CONF_TAB_H */
|