/usr/include/allegro5/platform/alraspberrypicfg.h is in liballegro5-dev 2:5.2.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 20 21 22 23 24 25 26 27 28 29 | /* ______ ___ ___
* /\ _ \ /\_ \ /\_ \
* \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
* \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
* \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
* \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
* \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
* /\____/
* \_/__/
*
* Configuration defines for use on Raspberry Pi platforms.
*
* By Trent Gamblin.
*
* See readme.txt for copyright information.
*/
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
/* Describe this platform. */
#define ALLEGRO_PLATFORM_STR "RaspberryPi"
#define ALLEGRO_EXTRA_HEADER "allegro5/platform/alraspberrypi.h"
#define ALLEGRO_INTERNAL_HEADER "allegro5/platform/aintraspberrypi.h"
#define ALLEGRO_INTERNAL_THREAD_HEADER "allegro5/platform/aintuthr.h"
#define ALLEGRO_EXCLUDE_GLX
|