/usr/include/libvisual-0.4/libvisual/lvconfig.h is in libvisual-0.4-dev 0.4.0-10.
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 | /* lvconfig.h
*
* This is a generated file. Please modify 'configure.ac'
*/
#ifndef __LV_CONFIG_H__
#define __LV_CONFIG_H__
#ifndef __cplusplus
# define LV_HAVE_ISO_VARARGS (1)
#endif
/* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
* is passed ISO vararg support is turned off, and there is no work
* around to turn it on, so we unconditionally turn it off.
*/
#if __GNUC__ == 2 && __GNUC_MINOR__ == 95
# undef LV_HAVE_ISO_VARARGS
#endif
#define LV_HAVE_GNUC_VARARGS (1)
#define VISUAL_BIG_ENDIAN (0)
#define VISUAL_LITTLE_ENDIAN (1)
typedef unsigned long visual_size_t;
#define VISUAL_SIZE_T_FORMAT "lu"
#define VISUAL_OS_LINUX
#define VISUAL_HAVE_THREADS
#define VISUAL_THREAD_MODEL_POSIX
#endif /* LV_CONFIG_H */
|