This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/condef.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.

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
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
object CondForm: TCondForm
  Left = 305
  Height = 326
  Top = 265
  Width = 356
  ActiveControl = FirstTest
  BorderIcons = [biSystemMenu]
  Caption = 'Conditional Defines'
  ClientHeight = 326
  ClientWidth = 356
  OnClose = CondFormCLOSE
  OnCreate = CondFormCREATE
  OnShow = FormShow
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object NewTestGroupBox: TGroupBox
    Left = 6
    Height = 137
    Top = 6
    Width = 344
    Align = alTop
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'NewTestGroupBox'
    ClientHeight = 119
    ClientWidth = 340
    TabOrder = 0
    object FirstLabel: TLabel
      Left = 6
      Height = 14
      Top = 6
      Width = 328
      Align = alTop
      BorderSpacing.Left = 6
      BorderSpacing.Top = 6
      BorderSpacing.Right = 6
      Caption = '&First test'
      ParentColor = False
    end
    object SecondLabel: TLabel
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 14
      Top = 47
      Width = 328
      Align = alTop
      BorderSpacing.Left = 6
      BorderSpacing.Top = 6
      BorderSpacing.Right = 6
      Caption = '&Second test'
      ParentColor = False
    end
    object FirstTest: TComboBox
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 21
      Top = 20
      Width = 328
      Align = alTop
      AutoComplete = False
      BorderSpacing.Left = 6
      BorderSpacing.Right = 6
      BorderSpacing.Bottom = 6
      ItemHeight = 13
      ItemIndex = 0
      Items.Strings = (
        'MSWINDOWS'
        'UNIX'
        'LINUX'
        'WIN32'
        'CLX_'
        'LCL_'
        'VCL_'
        'FPC'
        'KYLIX'
        'VER1_0'
      )
      ItemWidth = 0
      TabOrder = 0
      Text = 'MSWINDOWS'
    end
    object SecondTest: TComboBox
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 21
      Top = 61
      Width = 328
      Align = alTop
      AutoComplete = False
      BorderSpacing.Left = 6
      BorderSpacing.Right = 6
      BorderSpacing.Bottom = 6
      ItemHeight = 13
      ItemIndex = 0
      Items.Strings = (
        'NONE'
        'ELSE'
      )
      ItemWidth = 0
      TabOrder = 1
      Text = 'NONE'
    end
    object AddBtn: TBitBtn
      AnchorSideLeft.Control = NewTestGroupBox
      AnchorSideTop.Control = SecondTest
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = AddInverse
      Left = 89
      Height = 25
      Top = 88
      Width = 75
      Anchors = [akTop, akRight]
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = '&Add'
      Constraints.MinHeight = 25
      Constraints.MinWidth = 75
      NumGlyphs = 0
      OnClick = AddBtnClick
      TabOrder = 2
    end
    object AddInverse: TButton
      AnchorSideLeft.Control = AddBtn
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = SecondTest
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = RemoveBtn
      Left = 170
      Height = 25
      Top = 88
      Width = 83
      HelpType = htKeyword
      Anchors = [akTop, akRight]
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = 'Add Inverse'
      Constraints.MinHeight = 25
      Constraints.MinWidth = 75
      OnClick = AddInverseCLICK
      TabOrder = 3
    end
    object RemoveBtn: TBitBtn
      AnchorSideLeft.Control = AddInverse
      AnchorSideLeft.Side = asrBottom
      AnchorSideTop.Control = SecondTest
      AnchorSideTop.Side = asrBottom
      AnchorSideRight.Control = NewTestGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 259
      Height = 25
      Top = 88
      Width = 75
      Anchors = [akTop, akRight]
      AutoSize = True
      BorderSpacing.Around = 6
      Caption = '&Remove'
      Constraints.MinHeight = 25
      Constraints.MinWidth = 75
      NumGlyphs = 0
      OnClick = RemoveBtnClick
      TabOrder = 4
    end
  end
  object ListBox: TListBox
    AnchorSideTop.Side = asrBottom
    Left = 6
    Height = 139
    Top = 149
    Width = 344
    Align = alClient
    Anchors = [akTop, akBottom]
    BorderSpacing.Around = 6
    ItemHeight = 0
    OnDblClick = ListBoxDblClick
    OnKeyDown = ListBoxKeyDown
    TabOrder = 1
  end
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 26
    Top = 294
    Width = 344
    TabOrder = 2
    ShowButtons = [pbOK, pbCancel, pbHelp]
    ShowBevel = False
  end
end