This file is indexed.

/usr/lib/xemacs-21.4.22/x86_64-linux-gnu/include/s/darwin.h is in xemacs21-bin 21.4.22-14~deb8u1.

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
/* s/ file for Darwin/MacOS X systems */

#define SYSTEM_TYPE "darwin"

/* Defines this as a BSD system, used in fakemail, for example */
#ifndef NOT_C_CODE
#include <sys/param.h>
#endif

/* The builtin malloc is broken in the sense that replacing it
   with a user implementation is impossible. */
#define SYSTEM_MALLOC

#define HAVE_PTYS

/* TAB3 is defined in Unix98, but darwin doesn't have it. 
   OXTABS is the traditional BSD equivalent. */
#define TAB3 OXTABS