This file is indexed.

/usr/include/giza-shared.h is in giza-dev 0.9.4-3.

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#include "giza-version.h"

#define GIZA_LEFT_CLICK 'A'
#define GIZA_MIDDLE_CLICK 'D'
#define GIZA_RIGHT_CLICK 'X'
#define GIZA_SHIFT_CLICK 15
#define GIZA_SCROLL_UP 21
#define GIZA_SCROLL_DOWN 4
#define GIZA_SCROLL_LEFT 12
#define GIZA_SCROLL_RIGHT 18
#define GIZA_OTHER_CLICK 'X'

#define GIZA_LS_SOLID      1
#define GIZA_LS_SHORT_DASH 2
#define GIZA_LS_DASHED     2
#define GIZA_LS_LONG_DASH  3
#define GIZA_LS_DOT        4
#define GIZA_LS_DOTTED     4
#define GIZA_LS_DASH_DOT   5
#define GIZA_LS_DASH_DOT_DOT_DOT 6

#define GIZA_NUMBER_FORMAT_AUTO 0
#define GIZA_NUMBER_FORMAT_DEC  1
#define GIZA_NUMBER_FORMAT_EXP  2

#define GIZA_UNITS_NORMALIZED 0
#define GIZA_UNITS_NORMALISED 0
#define GIZA_UNITS_INCHES 1
#define GIZA_UNITS_MM 2
#define GIZA_UNITS_PIXELS 3
#define GIZA_UNITS_WORLD 4
#define GIZA_UNITS_DEVICE 5

#define GIZA_BAND_NONE 0
#define GIZA_BAND_LINE 1
#define GIZA_BAND_RECTANGLE 2
#define GIZA_BAND_HORZLINES 3
#define GIZA_BAND_VERTLINES 4
#define GIZA_BAND_HORZLINE 5
#define GIZA_BAND_VERTLINE 6
#define GIZA_BAND_CROSSHAIR 7
#define GIZA_BAND_CIRCLE 8

#define GIZA_BACKGROUND_COLOUR 0
#define GIZA_BACKGROUND_COLOR 0
#define GIZA_BACKGROUND 0
#define GIZA_FOREGROUND_COLOUR 1
#define GIZA_FOREGROUND_COLOR 1
#define GIZA_FOREGROUND 1

#define GIZA_COLOUR_INDEX_MIN 0
#define GIZA_COLOUR_INDEX_MAX 271

#define GIZA_COLOUR_PALETTE_DEFAULT 0
#define GIZA_COLOR_PALETTE_DEFAULT 0
#define GIZA_COLOUR_PALETTE_PGPLOT 1
#define GIZA_COLOR_PALETTE_PGPLOT 1

#define GIZA_FILL_SOLID  1
#define GIZA_FILL_HOLLOW 2
#define GIZA_FILL_HATCH 3
#define GIZA_FILL_CROSSHATCH 4

#define GIZA_MAX_FILL_STYLES 4

#define GIZA_EXTEND_NONE 0
#define GIZA_EXTEND_REPEAT 1
#define GIZA_EXTEND_REFLECT 2
#define GIZA_EXTEND_PAD 3