/usr/include/polybori.h is in libpolybori-dev 0.8.3-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 | // -*- c++ -*-
//*****************************************************************************
/** @file include/polybori.h
*
* @author Alexander Dreyer
* @date 2006-03-06
*
* This file includes all header files, which are necessary
* for using the polybori lib.
*
* @par Copyright:
* (c) 2006 by The PolyBoRi Team
**/
//*****************************************************************************
#ifndef polybori_h_
#define polybori_h_
#include <polybori/polybori.h>
#endif // of #ifndef polybori_h_
|