This file is indexed.

/usr/share/ada/adainclude/ncursesada/ncurses_def.h is in libncursesada5-dev 6.0.20170708-2.

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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
/*
 * This file is generated by ./MKncurses_def.sh
 */

#ifndef NC_DEFINE_H
#define NC_DEFINE_H 1

#ifndef BROKEN_LINKER
#define BROKEN_LINKER 0
#endif

#ifndef BSD_TPUTS
#define BSD_TPUTS 0
#endif

#ifndef CPP_HAS_PARAM_INIT
#define CPP_HAS_PARAM_INIT 0
#endif

#ifndef CURSES_ACS_ARRAY
#define CURSES_ACS_ARRAY acs_map
#endif

#ifndef CURSES_WACS_ARRAY
#define CURSES_WACS_ARRAY _nc_wacs
#endif

#ifndef DECL_ERRNO
#define DECL_ERRNO 0
#endif

#ifndef ETIP_NEEDS_MATH_H
#define ETIP_NEEDS_MATH_H 0
#endif

#ifndef GCC_NORETURN
#define GCC_NORETURN /* nothing */
#endif

#ifndef GCC_UNUSED
#define GCC_UNUSED /* nothing */
#endif

#ifndef HAVE_BIG_CORE
#define HAVE_BIG_CORE 0
#endif

#ifndef HAVE_BSD_CGETENT
#define HAVE_BSD_CGETENT 0
#endif

#ifndef HAVE_BSD_SIGNAL_H
#define HAVE_BSD_SIGNAL_H 0
#endif

#ifndef HAVE_BTOWC
#define HAVE_BTOWC 0
#endif

#ifndef HAVE_BUILTIN_H
#define HAVE_BUILTIN_H 0
#endif

#ifndef HAVE_CHGAT
#define HAVE_CHGAT 1
#endif

#ifndef HAVE_COLOR_SET
#define HAVE_COLOR_SET 1
#endif

#ifndef HAVE_DIRENT_H
#define HAVE_DIRENT_H 0
#endif

#ifndef HAVE_ERRNO
#define HAVE_ERRNO 0
#endif

#ifndef HAVE_FCNTL_H
#define HAVE_FCNTL_H 0
#endif

#ifndef HAVE_FILTER
#define HAVE_FILTER 1
#endif

#ifndef HAVE_FORM_H
#define HAVE_FORM_H 0
#endif

#ifndef HAVE_GETBEGX
#define HAVE_GETBEGX 1
#endif

#ifndef HAVE_GETCURX
#define HAVE_GETCURX 1
#endif

#ifndef HAVE_GETCWD
#define HAVE_GETCWD 0
#endif

#ifndef HAVE_GETEGID
#define HAVE_GETEGID 0
#endif

#ifndef HAVE_GETEUID
#define HAVE_GETEUID 0
#endif

#ifndef HAVE_GETMAXX
#define HAVE_GETMAXX 1
#endif

#ifndef HAVE_GETNSTR
#define HAVE_GETNSTR 0
#endif

#ifndef HAVE_GETOPT_H
#define HAVE_GETOPT_H 0
#endif

#ifndef HAVE_GETPARX
#define HAVE_GETPARX 1
#endif

#ifndef HAVE_GETTIMEOFDAY
#define HAVE_GETTIMEOFDAY 0
#endif

#ifndef HAVE_GETTTYNAM
#define HAVE_GETTTYNAM 0
#endif

#ifndef HAVE_GETWIN
#define HAVE_GETWIN 1
#endif

#ifndef HAVE_GPM_H
#define HAVE_GPM_H 0
#endif

#ifndef HAVE_GPP_BUILTIN_H
#define HAVE_GPP_BUILTIN_H 0
#endif

#ifndef HAVE_GXX_BUILTIN_H
#define HAVE_GXX_BUILTIN_H 0
#endif

#ifndef HAVE_HAS_KEY
#define HAVE_HAS_KEY 0
#endif

#ifndef HAVE_IOSTREAM
#define HAVE_IOSTREAM 0
#endif

#ifndef HAVE_ISASCII
#define HAVE_ISASCII 0
#endif

#ifndef HAVE_ISSETUGID
#define HAVE_ISSETUGID 0
#endif

#ifndef HAVE_LANGINFO_CODESET
#define HAVE_LANGINFO_CODESET 0
#endif

#ifndef HAVE_LIBC_H
#define HAVE_LIBC_H 0
#endif

#ifndef HAVE_LIBDBMALLOC
#define HAVE_LIBDBMALLOC 0
#endif

#ifndef HAVE_LIBDMALLOC
#define HAVE_LIBDMALLOC 0
#endif

#ifndef HAVE_LIBFORM
#define HAVE_LIBFORM 0
#endif

#ifndef HAVE_LIBGPM
#define HAVE_LIBGPM 0
#endif

#ifndef HAVE_LIBMENU
#define HAVE_LIBMENU 0
#endif

#ifndef HAVE_LIBMPATROL
#define HAVE_LIBMPATROL 0
#endif

#ifndef HAVE_LIBPANEL
#define HAVE_LIBPANEL 0
#endif

#ifndef HAVE_LIMITS_H
#define HAVE_LIMITS_H 0
#endif

#ifndef HAVE_LINK
#define HAVE_LINK 0
#endif

#ifndef HAVE_LOCALE_H
#define HAVE_LOCALE_H 0
#endif

#ifndef HAVE_LONG_FILE_NAMES
#define HAVE_LONG_FILE_NAMES 0
#endif

#ifndef HAVE_MBLEN
#define HAVE_MBLEN 0
#endif

#ifndef HAVE_MBRLEN
#define HAVE_MBRLEN 0
#endif

#ifndef HAVE_MBRTOWC
#define HAVE_MBRTOWC 0
#endif

#ifndef HAVE_MBSRTOWCS
#define HAVE_MBSRTOWCS 0
#endif

#ifndef HAVE_MBSTOWCS
#define HAVE_MBSTOWCS 0
#endif

#ifndef HAVE_MBTOWC
#define HAVE_MBTOWC 0
#endif

#ifndef HAVE_MENU_H
#define HAVE_MENU_H 0
#endif

#ifndef HAVE_MKSTEMP
#define HAVE_MKSTEMP 0
#endif

#ifndef HAVE_MVVLINE
#define HAVE_MVVLINE 1
#endif

#ifndef HAVE_MVWVLINE
#define HAVE_MVWVLINE 1
#endif

#ifndef HAVE_NANOSLEEP
#define HAVE_NANOSLEEP 0
#endif

#ifndef HAVE_NC_ALLOC_H
#define HAVE_NC_ALLOC_H 0
#endif

#ifndef HAVE_PANEL_H
#define HAVE_PANEL_H 0
#endif

#ifndef HAVE_POLL
#define HAVE_POLL 0
#endif

#ifndef HAVE_POLL_H
#define HAVE_POLL_H 0
#endif

#ifndef HAVE_PURIFY
#define HAVE_PURIFY 0
#endif

#ifndef HAVE_PUTWC
#define HAVE_PUTWC 0
#endif

#ifndef HAVE_PUTWIN
#define HAVE_PUTWIN 1
#endif

#ifndef HAVE_REGEXPR_H_FUNCS
#define HAVE_REGEXPR_H_FUNCS 0
#endif

#ifndef HAVE_REGEXP_H_FUNCS
#define HAVE_REGEXP_H_FUNCS 0
#endif

#ifndef HAVE_REGEX_H_FUNCS
#define HAVE_REGEX_H_FUNCS 0
#endif

#ifndef HAVE_REMOVE
#define HAVE_REMOVE 0
#endif

#ifndef HAVE_RESIZETERM
#define HAVE_RESIZETERM 0
#endif

#ifndef HAVE_RESIZE_TERM
#define HAVE_RESIZE_TERM 0
#endif

#ifndef HAVE_RIPOFFLINE
#define HAVE_RIPOFFLINE 1
#endif

#ifndef HAVE_SELECT
#define HAVE_SELECT 0
#endif

#ifndef HAVE_SETBUF
#define HAVE_SETBUF 0
#endif

#ifndef HAVE_SETBUFFER
#define HAVE_SETBUFFER 0
#endif

#ifndef HAVE_SETUPTERM
#define HAVE_SETUPTERM 1
#endif

#ifndef HAVE_SETVBUF
#define HAVE_SETVBUF 0
#endif

#ifndef HAVE_SIGACTION
#define HAVE_SIGACTION 0
#endif

#ifndef HAVE_SIGVEC
#define HAVE_SIGVEC 0
#endif

#ifndef HAVE_SIZECHANGE
#define HAVE_SIZECHANGE 0
#endif

#ifndef HAVE_SLK_COLOR
#define HAVE_SLK_COLOR 0
#endif

#ifndef HAVE_SLK_INIT
#define HAVE_SLK_INIT 1
#endif

#ifndef HAVE_STRSTR
#define HAVE_STRSTR 0
#endif

#ifndef HAVE_SYMLINK
#define HAVE_SYMLINK 0
#endif

#ifndef HAVE_SYS_BSDTYPES_H
#define HAVE_SYS_BSDTYPES_H 0
#endif

#ifndef HAVE_SYS_IOCTL_H
#define HAVE_SYS_IOCTL_H 0
#endif

#ifndef HAVE_SYS_PARAM_H
#define HAVE_SYS_PARAM_H 0
#endif

#ifndef HAVE_SYS_POLL_H
#define HAVE_SYS_POLL_H 0
#endif

#ifndef HAVE_SYS_SELECT_H
#define HAVE_SYS_SELECT_H 0
#endif

#ifndef HAVE_SYS_TERMIO_H
#define HAVE_SYS_TERMIO_H 0
#endif

#ifndef HAVE_SYS_TIMES_H
#define HAVE_SYS_TIMES_H 0
#endif

#ifndef HAVE_SYS_TIME_H
#define HAVE_SYS_TIME_H 0
#endif

#ifndef HAVE_SYS_TIME_SELECT
#define HAVE_SYS_TIME_SELECT 0
#endif

#ifndef HAVE_TCGETATTR
#define HAVE_TCGETATTR 0
#endif

#ifndef HAVE_TCGETPGRP
#define HAVE_TCGETPGRP 0
#endif

#ifndef HAVE_TELL
#define HAVE_TELL 0
#endif

#ifndef HAVE_TERMATTRS
#define HAVE_TERMATTRS 1
#endif

#ifndef HAVE_TERMIOS_H
#define HAVE_TERMIOS_H 0
#endif

#ifndef HAVE_TERMIO_H
#define HAVE_TERMIO_H 0
#endif

#ifndef HAVE_TERMNAME
#define HAVE_TERMNAME 1
#endif

#ifndef HAVE_TERM_H
#define HAVE_TERM_H 1
#endif

#ifndef HAVE_TGETENT
#define HAVE_TGETENT 1
#endif

#ifndef HAVE_TIGETNUM
#define HAVE_TIGETNUM 1
#endif

#ifndef HAVE_TIGETSTR
#define HAVE_TIGETSTR 1
#endif

#ifndef HAVE_TIMES
#define HAVE_TIMES 0
#endif

#ifndef HAVE_TTYENT_H
#define HAVE_TTYENT_H 0
#endif

#ifndef HAVE_TYPEAHEAD
#define HAVE_TYPEAHEAD 1
#endif

#ifndef HAVE_TYPEINFO
#define HAVE_TYPEINFO 0
#endif

#ifndef HAVE_TYPE_ATTR_T
#define HAVE_TYPE_ATTR_T 0
#endif

#ifndef HAVE_TYPE_SIGACTION
#define HAVE_TYPE_SIGACTION 0
#endif

#ifndef HAVE_UNISTD_H
#define HAVE_UNISTD_H 0
#endif

#ifndef HAVE_UNLINK
#define HAVE_UNLINK 0
#endif

#ifndef HAVE_USE_DEFAULT_COLORS
#define HAVE_USE_DEFAULT_COLORS 0
#endif

#ifndef HAVE_VFSCANF
#define HAVE_VFSCANF 0
#endif

#ifndef HAVE_VSNPRINTF
#define HAVE_VSNPRINTF 0
#endif

#ifndef HAVE_VSSCANF
#define HAVE_VSSCANF 0
#endif

#ifndef HAVE_WCSRTOMBS
#define HAVE_WCSRTOMBS 0
#endif

#ifndef HAVE_WCSTOMBS
#define HAVE_WCSTOMBS 0
#endif

#ifndef HAVE_WCTOB
#define HAVE_WCTOB 0
#endif

#ifndef HAVE_WCTOMB
#define HAVE_WCTOMB 0
#endif

#ifndef HAVE_WCTYPE_H
#define HAVE_WCTYPE_H 0
#endif

#ifndef HAVE_WINSSTR
#define HAVE_WINSSTR 1
#endif

#ifndef HAVE_WORKING_POLL
#define HAVE_WORKING_POLL 0
#endif

#ifndef HAVE_WRESIZE
#define HAVE_WRESIZE 0
#endif

#ifndef HAVE__DOSCAN
#define HAVE__DOSCAN 0
#endif

#ifndef MIXEDCASE_FILENAMES
#define MIXEDCASE_FILENAMES 0
#endif

#ifndef NCURSES_CHAR_EQ
#define NCURSES_CHAR_EQ 0
#endif

#ifndef NCURSES_EXPANDED
#define NCURSES_EXPANDED 0
#endif

#ifndef NCURSES_EXT_COLORS
#define NCURSES_EXT_COLORS 0
#endif

#ifndef NCURSES_EXT_FUNCS
#define NCURSES_EXT_FUNCS 0
#endif

#ifndef NCURSES_NO_PADDING
#define NCURSES_NO_PADDING 0
#endif

#ifndef NCURSES_PATHSEP
#define NCURSES_PATHSEP ':'
#endif

#ifndef NEED_PTEM_H
#define NEED_PTEM_H 0
#endif

#ifndef NO_LEAKS
#define NO_LEAKS 0
#endif

#ifndef PURE_TERMINFO
#define PURE_TERMINFO 0
#endif

#ifndef STDC_HEADERS
#define STDC_HEADERS 0
#endif

#ifndef SVR4_ACTION
#define SVR4_ACTION 0
#endif

#ifndef SVR4_TERMIO
#define SVR4_TERMIO 0
#endif

#ifndef SYSTEM_NAME
#define SYSTEM_NAME "unknown"
#endif

#ifndef TERMINFO
#define TERMINFO "none"
#endif

#ifndef TERMPATH
#define TERMPATH "none"
#endif

#ifndef TIME_WITH_SYS_TIME
#define TIME_WITH_SYS_TIME 0
#endif

#ifndef TYPEOF_CHTYPE
#define TYPEOF_CHTYPE 0
#endif

#ifndef USE_COLORFGBG
#define USE_COLORFGBG 0
#endif

#ifndef USE_DATABASE
#define USE_DATABASE 0
#endif

#ifndef USE_GETCAP
#define USE_GETCAP 0
#endif

#ifndef USE_GETCAP_CACHE
#define USE_GETCAP_CACHE 0
#endif

#ifndef USE_HARD_TABS
#define USE_HARD_TABS 0
#endif

#ifndef USE_HASHED_DB
#define USE_HASHED_DB 0
#endif

#ifndef USE_HASHMAP
#define USE_HASHMAP 0
#endif

#ifndef USE_HOME_TERMINFO
#define USE_HOME_TERMINFO 0
#endif

#ifndef USE_LINKS
#define USE_LINKS 0
#endif

#ifndef USE_MY_MEMMOVE
#define USE_MY_MEMMOVE 0
#endif

#ifndef USE_OK_BCOPY
#define USE_OK_BCOPY 0
#endif

#ifndef USE_RCS_IDS
#define USE_RCS_IDS 0
#endif

#ifndef USE_REENTRANT
#define USE_REENTRANT 0
#endif

#ifndef USE_SAFE_SPRINTF
#define USE_SAFE_SPRINTF 0
#endif

#ifndef USE_SCROLL_HINTS
#define USE_SCROLL_HINTS 0
#endif

#ifndef USE_SIGWINCH
#define USE_SIGWINCH 0
#endif

#ifndef USE_SYMLINKS
#define USE_SYMLINKS 0
#endif

#ifndef USE_SYSMOUSE
#define USE_SYSMOUSE 0
#endif

#ifndef USE_TERMCAP
#define USE_TERMCAP 0
#endif

#ifndef USE_WEAK_SYMBOLS
#define USE_WEAK_SYMBOLS 0
#endif

#ifndef USE_WIDEC_SUPPORT
#define USE_WIDEC_SUPPORT 0
#endif

#ifndef USE_XMC_SUPPORT
#define USE_XMC_SUPPORT 0
#endif

#endif /* NC_DEFINE_H */