This file is indexed.

/usr/include/soundio/config.h is in libsoundio-dev 1.0.2-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
/*
 * Copyright (c) 2015 Andrew Kelley
 *
 * This file is part of libsoundio, which is MIT licensed.
 * See http://opensource.org/licenses/MIT
 */

#ifndef SOUNDIO_CONFIG_H
#define SOUNDIO_CONFIG_H

#define SOUNDIO_VERSION_MAJOR 1
#define SOUNDIO_VERSION_MINOR 0
#define SOUNDIO_VERSION_PATCH 2
#define SOUNDIO_VERSION_STRING "1.0.2"

#define SOUNDIO_HAVE_JACK
#define SOUNDIO_HAVE_PULSEAUDIO
#define SOUNDIO_HAVE_ALSA
/* #undef SOUNDIO_HAVE_COREAUDIO */
/* #undef SOUNDIO_HAVE_WASAPI */

#endif