/usr/include/player-3.0/playerconfig.h is in libplayercommon3.0-dev 3.0.2+dfsg-3ubuntu2.
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 30 31 32 33 34 35 36 37 38 39 40 | /* playerconfig.h. Generated by CMake for Player. */
/* Player version string */
#define PLAYER_VERSION "3.0.2"
#define HAVE_GEOS 1
#define HAVE_CFMAKERAW 1
#define HAVE_DIRNAME 1
/* #undef HAVE_LIBLTDL */
/* #undef HAVE_PLAYERSD */
#define HAVE_POLL 1
#define HAVE_POLLFD 1
#define HAVE_POLLIN 1
#define HAVE_ROUND 1
#define HAVE_RINT 1
#define HAVE_STDINT_H 1
#define HAVE_COMPRESSBOUND 1
#define INCLUDE_RTK 1
/* #undef INCLUDE_RTKGUI */
#define HAVE_CLOCK_GETTIME 1
#define HAVE_XDR 1
#define HAVE_XDR_LONGLONG_T 1
#define HAVE_STL 1
#define HAVE_M 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_USLEEP 1
#define HAVE_NANOSLEEP 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_GETOPT 1
#if defined HAVE_STDINT_H
#include <stdint.h>
#endif
#include <sys/types.h>
#if defined WIN32
#include <rpc/types.h>
#endif
/* Logging level to console and system log */
#define DEBUG_LEVEL NONE
|