This file is indexed.

/usr/include/fontforge/carbon.h is in libfontforge-dev 1:20170731~dfsg-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
#ifdef __Mac

#ifdef __GNUC_STDC_INLINE__
#undef __GNUC_STDC_INLINE__
#endif

#define AnchorPoint MacAnchorPoint
#define FontInfo    MacFontInfo
#define KernPair    MacKernPair

#include <Carbon/Carbon.h>

#undef FontInfo
#undef KernPair
#undef AnchorPoint



#endif /* __Mac */