This file is indexed.

/usr/include/SDL/sge.h is in libsdl-sge-dev 030809dfsg-4.

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
20
21
22
23
24
25
26
27
28
29
30
31
/*
*	SDL Graphics Extension
*
*	Started 990815
*
*	License: LGPL v2+ (see the file LICENSE)
*	(c)1999-2003 Anders Lindström
*/

/*********************************************************************
 *  This library is free software; you can redistribute it and/or    *
 *  modify it under the terms of the GNU Library General Public      *
 *  License as published by the Free Software Foundation; either     *
 *  version 2 of the License, or (at your option) any later version. *
 *********************************************************************/

#ifndef sge_H
#define sge_H

#include "sge_surface.h"
#include "sge_primitives.h"
#include "sge_misc.h"
#include "sge_tt_text.h"
#include "sge_bm_text.h"
#include "sge_textpp.h"
#include "sge_blib.h"
#include "sge_shape.h"
#include "sge_collision.h"
#include "sge_rotation.h"

#endif /* sge_H */