/usr/include/hyantesite/options.h is in libhyantes-dev 1.3.0-1.
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 | /**
* @file options.h
* @brief options.c header
* @author Sebastien Martinez and Serge Guelton
* @date 2011-06-01
*
* This file is part of hyantes.
*
* hyantes is free software; you can redistribute it and/or modify
* it under the terms of the CeCILL-C License
*
* You should have received a copy of the CeCILL-C License
* along with this program. If not, see <http://www.cecill.info/licences>.
*/
#include "hyantes.h"
extern hs_config_t g_config;
extern char const * const func_names[];
|