This file is indexed.

/usr/lib/xemacs-21.4.24/x86_64-linux-gnu/include/s/openbsd.h is in xemacs21-bin 21.4.24-5ubuntu1.

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
/* s/ file for openbsd systems. */

/* Get most of the stuff from bsd4.3 */
#include "bsd4-3.h"

/* OpenBSD alpha has no shared libs yet. */
#if defined (__alpha__) && !defined (__ELF__)
#define NO_SHARED_LIBS
#endif

/* Get the rest of the stuff from NetBSD */
#include "netbsd.h"