This file is indexed.

/usr/lib/gcc/x86_64-linux-gnu/5/include/d/core/sys/freebsd/sys/cdefs.d is in libphobos-5-dev 5.5.0-12ubuntu1.

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
/**
 * D header file for FreeBSD
 *
 * Authors: Martin Nowak
 */
module core.sys.freebsd.sys.cdefs;

version (FreeBSD):

public import core.sys.posix.config;

// https://svnweb.freebsd.org/base/head/sys/sys/cdefs.h?revision=271155&view=markup
enum __POSIX_VISIBLE = 200112;
enum __XSI_VISIBLE = 700;
enum __BSD_VISIBLE = true;
enum __ISO_C_VISIBLE = 1999;