/usr/include/libprelude/prelude-config.h is in libprelude-dev 1.0.0-7build1.
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 | /* Used from libprelude headers */
#define HAVE_VARIADIC_MACROS 1
/* #undef PRELUDE_ALIGNED_ACCESS */
/* #undef PRELUDE_WORDS_BIGENDIAN */
#define __PRELUDE_FUNC__ __func__
#ifndef TIME_WITH_SYS_TIME
#define TIME_WITH_SYS_TIME 1
#endif
#ifndef HAVE_UID_T
#define HAVE_UID_T 1
#endif
#ifndef HAVE_GID_T
#define HAVE_GID_T 1
#endif
|