This file is indexed.

/usr/include/lighttpd/server.h is in lighttpd-dev 1.4.45-1ubuntu3.

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
#ifndef _SERVER_H_
#define _SERVER_H_
#include "first.h"

#include "base.h"

int config_read(server *srv, const char *fn);
int config_set_defaults(server *srv);

#endif