]> ncurses.scripts.mit.edu Git - ncurses.git/blob - test/test.priv.h
ncurses 6.4 - patch 20231111
[ncurses.git] / test / test.priv.h
1 /****************************************************************************
2  * Copyright 2018-2022,2023 Thomas E. Dickey                                *
3  * Copyright 1998-2017,2018 Free Software Foundation, Inc.                  *
4  *                                                                          *
5  * Permission is hereby granted, free of charge, to any person obtaining a  *
6  * copy of this software and associated documentation files (the            *
7  * "Software"), to deal in the Software without restriction, including      *
8  * without limitation the rights to use, copy, modify, merge, publish,      *
9  * distribute, distribute with modifications, sublicense, and/or sell       *
10  * copies of the Software, and to permit persons to whom the Software is    *
11  * furnished to do so, subject to the following conditions:                 *
12  *                                                                          *
13  * The above copyright notice and this permission notice shall be included  *
14  * in all copies or substantial portions of the Software.                   *
15  *                                                                          *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
17  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
18  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
19  * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
20  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
21  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
22  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
23  *                                                                          *
24  * Except as contained in this notice, the name(s) of the above copyright   *
25  * holders shall not be used in advertising or otherwise to promote the     *
26  * sale, use or other dealings in this Software without prior written       *
27  * authorization.                                                           *
28  ****************************************************************************/
29
30 /****************************************************************************
31  *  Author: Thomas E. Dickey                    1996-on                     *
32  ****************************************************************************/
33 /* $Id: test.priv.h,v 1.217 2023/11/11 00:23:26 tom Exp $ */
34
35 #ifndef __TEST_PRIV_H
36 #define __TEST_PRIV_H 1
37
38 #include <ncurses_cfg.h>
39
40 /*
41  * Fix ifdef's that look for the form/menu/panel libraries, if we are building
42  * with wide-character ncurses.
43  */
44 #ifdef  HAVE_LIBFORMW
45 #define HAVE_LIBFORMW 1
46 #define HAVE_LIBFORM 1
47 #endif
48
49 #ifdef  HAVE_LIBMENUW
50 #define HAVE_LIBMENUW 1
51 #define HAVE_LIBMENU 1
52 #endif
53
54 #ifdef  HAVE_LIBPANELW
55 #define HAVE_LIBPANELW 1
56 #define HAVE_LIBPANEL 1
57 #endif
58
59 /*
60  * Fallback definitions to accommodate broken compilers.
61  */
62 #ifndef HAVE_ALLOC_PAIR
63 #define HAVE_ALLOC_PAIR 0
64 #endif
65
66 #ifndef HAVE_ASSUME_DEFAULT_COLORS
67 #define HAVE_ASSUME_DEFAULT_COLORS 0
68 #endif
69
70 #ifndef HAVE_CFMAKERAW
71 #define HAVE_CFMAKERAW 0
72 #endif
73
74 #ifndef HAVE_CHGAT
75 #define HAVE_CHGAT 0
76 #endif
77
78 #ifndef HAVE_CLOCK_GETTIME
79 #define HAVE_CLOCK_GETTIME 0
80 #endif
81
82 #ifndef HAVE_COLOR_CONTENT
83 #define HAVE_COLOR_CONTENT 0
84 #endif
85
86 #ifndef HAVE_COPYWIN
87 #define HAVE_COPYWIN 0
88 #endif
89
90 #ifndef HAVE_COLOR_SET
91 #define HAVE_COLOR_SET 0
92 #endif
93
94 #ifndef HAVE_BSD_STRING_H
95 #define HAVE_BSD_STRING_H 0
96 #endif
97
98 #ifndef HAVE_CURSES_VERSION
99 #define HAVE_CURSES_VERSION 0
100 #endif
101
102 #ifndef HAVE_CURSCR
103 #define HAVE_CURSCR 0
104 #endif
105
106 #ifndef HAVE_DELSCREEN
107 #define HAVE_DELSCREEN 0
108 #endif
109
110 #ifndef HAVE_DUPWIN
111 #define HAVE_DUPWIN 0
112 #endif
113
114 #ifndef HAVE_FILTER
115 #define HAVE_FILTER 0
116 #endif
117
118 #ifndef HAVE_FORM_H
119 #define HAVE_FORM_H 0
120 #endif
121
122 #ifndef HAVE_GETBEGX
123 #define HAVE_GETBEGX 0
124 #endif
125
126 #ifndef HAVE_GETCURX
127 #define HAVE_GETCURX 0
128 #endif
129
130 #ifndef HAVE_GETMAXX
131 #define HAVE_GETMAXX 0
132 #endif
133
134 #ifndef HAVE_GETTIMEOFDAY
135 #define HAVE_GETTIMEOFDAY 0
136 #endif
137
138 #ifndef HAVE_GETOPT_H
139 #define HAVE_GETOPT_H 0
140 #endif
141
142 #ifndef HAVE_GETPARX
143 #define HAVE_GETPARX 0
144 #endif
145
146 #ifndef HAVE_GETWIN
147 #define HAVE_GETWIN 0
148 #endif
149
150 #ifndef HAVE_HALFDELAY
151 #define HAVE_HALFDELAY 0
152 #endif
153
154 #ifndef HAVE_INIT_EXTENDED_COLOR
155 #define HAVE_INIT_EXTENDED_COLOR 0
156 #endif
157
158 #ifndef HAVE_LIBFORM
159 #define HAVE_LIBFORM 0
160 #endif
161
162 #ifndef HAVE_LIBMENU
163 #define HAVE_LIBMENU 0
164 #endif
165
166 #ifndef HAVE_LIBPANEL
167 #define HAVE_LIBPANEL 0
168 #endif
169
170 #ifndef HAVE_LANGINFO_CODESET
171 #define HAVE_LANGINFO_CODESET 0
172 #endif
173
174 #ifndef HAVE_LOCALE_H
175 #define HAVE_LOCALE_H 0
176 #endif
177
178 #ifndef HAVE_MATH_FUNCS
179 #define HAVE_MATH_FUNCS 0
180 #endif
181
182 #ifndef HAVE_MATH_H
183 #define HAVE_MATH_H 0
184 #endif
185
186 #ifndef HAVE_MENU_H
187 #define HAVE_MENU_H 0
188 #endif
189
190 #ifndef HAVE_MVDERWIN
191 #define HAVE_MVDERWIN 0
192 #endif
193
194 #ifndef HAVE_MVVLINE
195 #define HAVE_MVVLINE 0
196 #endif
197
198 #ifndef HAVE_MVWIN
199 #define HAVE_MVWIN 0
200 #endif
201
202 #ifndef HAVE_MVWVLINE
203 #define HAVE_MVWVLINE 0
204 #endif
205
206 #ifndef HAVE_NAPMS
207 #define HAVE_NAPMS 1
208 #endif
209
210 #ifndef HAVE_NC_ALLOC_H
211 #define HAVE_NC_ALLOC_H 0
212 #endif
213
214 #ifndef HAVE_NEWPAD
215 #define HAVE_NEWPAD 0
216 #endif
217
218 #ifndef HAVE_PANEL_H
219 #define HAVE_PANEL_H 0
220 #endif
221
222 #ifndef HAVE_PUTWIN
223 #define HAVE_PUTWIN 0
224 #endif
225
226 #ifndef HAVE_RESET_COLOR_PAIRS
227 #define HAVE_RESET_COLOR_PAIRS 0
228 #endif
229
230 #ifndef HAVE_RESIZE_TERM
231 #define HAVE_RESIZE_TERM 0
232 #endif
233
234 #ifndef HAVE_RESTARTTERM
235 #define HAVE_RESTARTTERM 0
236 #endif
237
238 #ifndef HAVE_RIPOFFLINE
239 #define HAVE_RIPOFFLINE 0
240 #endif
241
242 #ifndef HAVE_SCR_DUMP
243 #define HAVE_SCR_DUMP 0
244 #endif
245
246 #ifndef HAVE_SETUPTERM
247 #define HAVE_SETUPTERM 0
248 #endif
249
250 #ifndef HAVE_SLK_COLOR
251 #define HAVE_SLK_COLOR 0
252 #endif
253
254 #ifndef HAVE_SLK_INIT
255 #define HAVE_SLK_INIT 0
256 #endif
257
258 #ifndef HAVE_STDINT_H
259 #define HAVE_STDINT_H 0
260 #endif
261
262 #ifndef HAVE_STDNORETURN_H
263 #define HAVE_STDNORETURN_H 0
264 #endif
265
266 #ifndef HAVE_STRSTR
267 #define HAVE_STRSTR 0
268 #endif
269
270 #ifndef HAVE_SYS_IOCTL_H
271 #define HAVE_SYS_IOCTL_H 0
272 #endif
273
274 #ifndef HAVE_SYS_SELECT_H
275 #define HAVE_SYS_SELECT_H 0
276 #endif
277
278 #ifndef HAVE_TERMATTRS
279 #define HAVE_TERMATTRS 0
280 #endif
281
282 #ifndef HAVE_TERMIOS_H
283 #define HAVE_TERMIOS_H 0
284 #endif
285
286 #ifndef HAVE_TERMNAME
287 #define HAVE_TERMNAME 0
288 #endif
289
290 #ifndef HAVE_TERM_ENTRY_H
291 #define HAVE_TERM_ENTRY_H 0
292 #endif
293
294 #ifndef HAVE_TGETENT
295 #define HAVE_TGETENT 0
296 #endif
297
298 #ifndef HAVE_TIGETNUM
299 #define HAVE_TIGETNUM 0
300 #endif
301
302 #ifndef HAVE_TIGETSTR
303 #define HAVE_TIGETSTR 0
304 #endif
305
306 #ifndef HAVE_TIPARM
307 #define HAVE_TIPARM 0
308 #endif
309
310 #ifndef HAVE_TIPARM_S
311 #define HAVE_TIPARM_S 0
312 #endif
313
314 #ifndef HAVE_TISCAN_S
315 #define HAVE_TISCAN_S 0
316 #endif
317
318 #ifndef HAVE_TPUTS_SP
319 #define HAVE_TPUTS_SP 0
320 #endif
321
322 #ifndef HAVE_TSEARCH
323 #define HAVE_TSEARCH 0
324 #endif
325
326 #ifndef HAVE_TYPEAHEAD
327 #define HAVE_TYPEAHEAD 0
328 #endif
329
330 #ifndef HAVE_WINSSTR
331 #define HAVE_WINSSTR 0
332 #endif
333
334 #ifndef HAVE_UNGET_WCH
335 #define HAVE_UNGET_WCH 0
336 #endif
337
338 #ifndef HAVE_USE_DEFAULT_COLORS
339 #define HAVE_USE_DEFAULT_COLORS 0
340 #endif
341
342 #ifndef HAVE_USE_ENV
343 #define HAVE_USE_ENV 0
344 #endif
345
346 #ifndef HAVE_USE_EXTENDED_NAMES
347 #define HAVE_USE_EXTENDED_NAMES 0
348 #endif
349
350 #ifndef HAVE_USE_SCREEN
351 #define HAVE_USE_SCREEN 0
352 #endif
353
354 #ifndef HAVE_USE_WINDOW
355 #define HAVE_USE_WINDOW 0
356 #endif
357
358 #ifndef HAVE_VIDPUTS
359 #define HAVE_VIDPUTS 0
360 #endif
361
362 #ifndef HAVE_VID_PUTS
363 #define HAVE_VID_PUTS 0
364 #endif
365
366 #ifndef HAVE_WINSDELLN
367 #define HAVE_WINSDELLN 0
368 #endif
369
370 #ifndef HAVE_WRESIZE
371 #define HAVE_WRESIZE 0
372 #endif
373
374 #ifndef HAVE__TRACEF
375 #define HAVE__TRACEF 0
376 #endif
377
378 #ifndef NCURSES_EXT_FUNCS
379 #define NCURSES_EXT_FUNCS 0
380 #endif
381
382 #ifndef NEED_PTEM_H
383 #define NEED_PTEM_H 0
384 #endif
385
386 #ifndef NEED_WCHAR_H
387 #define NEED_WCHAR_H 0
388 #endif
389
390 #ifndef NO_LEAKS
391 #define NO_LEAKS 0
392 #endif
393
394 #ifndef HAVE__NC_TPARM_ANALYZE
395 #define HAVE__NC_TPARM_ANALYZE 0
396 #endif
397
398 /*
399  * Workaround for HPUX
400  */
401 #if defined(__hpux) && !defined(NCURSES_VERSION)
402 #define _ACS_COMPAT_CODE        /* needed for acs_map vs __acs_map */
403 #endif
404
405 #include <stdlib.h>
406 #include <stdarg.h>
407 #include <string.h>
408 #include <sys/types.h>
409 #include <errno.h>
410
411 #if HAVE_UNISTD_H
412 #include <unistd.h>
413 #endif
414
415 #include <signal.h>             /* include before curses.h to work around glibc bug */
416
417 #if NEED_WCHAR_H
418 #include <wchar.h>
419 #ifdef HAVE_LIBUTF8_H
420 #include <libutf8.h>
421 #endif
422 #endif
423
424 #if defined(HAVE_XCURSES)
425 #include <xcurses.h>
426 #elif defined(HAVE_NCURSESW_NCURSES_H)
427 #include <ncursesw/curses.h>
428 #elif defined(HAVE_NCURSES_NCURSES_H)
429 #include <ncurses/curses.h>
430 #else
431 #include <curses.h>
432 #endif
433
434 #if HAVE_STDNORETURN_H && !defined(NCURSES_VERSION)
435 #include <stdnoreturn.h>
436 #undef GCC_NORETURN
437 #define GCC_NORETURN _Noreturn
438 #endif
439
440 #if !(defined(NCURSES_WGETCH_EVENTS) && defined(NEED_KEY_EVENT))
441 #undef KEY_EVENT                /* reduce compiler-warnings with Visual C++ */
442 #endif
443
444 #if defined(HAVE_XCURSES) || defined(PDCURSES)
445 /* no other headers */
446 #undef  HAVE_SETUPTERM          /* nonfunctional */
447 #define HAVE_SETUPTERM 0
448 #undef  HAVE_TGETENT            /* nonfunctional */
449 #define HAVE_TGETENT 0
450 #undef  HAVE_TIGETSTR           /* nonfunctional */
451 #define HAVE_TIGETSTR 0
452 #elif defined(HAVE_NCURSESW_TERM_H)
453 #include <ncursesw/term.h>
454 #elif defined(HAVE_NCURSES_TERM_H)
455 #include <ncurses/term.h>
456 #elif defined(HAVE_TERM_H)
457 #include <term.h>
458 #endif
459
460 /*
461  * Not all curses.h implementations include unctrl.h,
462  */
463 #if defined(HAVE_NCURSESW_UNCTRL_H)
464 #include <ncursesw/unctrl.h>
465 #elif defined(HAVE_NCURSES_UNCTRL_H)
466 #include <ncurses/unctrl.h>
467 #elif defined(HAVE_UNCTRL_H)
468 #include <unctrl.h>
469 #endif
470
471 #if HAVE_GETOPT_H
472 #include <getopt.h>
473 #elif !defined(HAVE_GETOPT_HEADER)
474 /* 'getopt()' may be prototyped in <stdlib.h>, but declaring its variables
475  * doesn't hurt.
476  */
477 extern char *optarg;
478 extern int optind;
479 #endif /* HAVE_GETOPT_H */
480
481 #if HAVE_LOCALE_H
482 #include <locale.h>
483 #else
484 #define setlocale(name,string)  /* nothing */
485 #endif
486
487 #include <assert.h>
488 #include <ctype.h>
489
490 #if HAVE_STDINT_H
491 #include <stdint.h>
492 #define my_intptr_t     intptr_t
493 #else
494 #define my_intptr_t     long
495 #endif
496
497 #if defined(_MSC_VER)
498 #undef popen
499 #define popen(s,n) _popen(s,n)
500 #undef pclose
501 #define pclose(s) _pclose(s)
502 #endif
503
504 #ifndef GCC_NORETURN
505 #define GCC_NORETURN            /* nothing */
506 #endif
507 #ifndef GCC_PRINTFLIKE
508 #define GCC_PRINTFLIKE(a,b)     /* nothing */
509 #endif
510 #ifndef GCC_SCANFLIKE
511 #define GCC_SCANFLIKE(a,b)      /* nothing */
512 #endif
513 #ifndef GCC_UNUSED
514 #define GCC_UNUSED              /* nothing */
515 #endif
516
517 #ifndef HAVE_GETNSTR
518 #define getnstr(s,n) getstr(s)
519 #endif
520
521 #if HAVE_INIT_EXTENDED_COLOR
522 #define USE_EXTENDED_COLOR 1
523 #else
524 #define USE_EXTENDED_COLOR 0
525 #endif
526
527 #ifndef USE_SOFTKEYS
528 #if HAVE_SLK_INIT
529 #define USE_SOFTKEYS 1
530 #else
531 #define USE_SOFTKEYS 0
532 #endif
533 #endif
534
535 #if !USE_SOFTKEYS
536 #define slk_init()              /* nothing */
537 #define slk_restore()           /* nothing */
538 #define slk_clear()             /* nothing */
539 #endif
540
541 #ifndef HAVE_CURSES_DATA_TABSIZE
542 #define HAVE_CURSES_DATA_TABSIZE 0
543 #endif
544
545 #if !NCURSES_EXT_FUNCS
546 #if HAVE_CURSES_DATA_TABSIZE
547 #define set_tabsize(n)  TABSIZE = (n)
548 #else
549 #define set_tabsize(n)          /* nothing */
550 #endif
551 #endif
552
553 #if HAVE_TPUTS_SP
554 #define USE_SP_FUNCS 1
555 #else
556 #define USE_SP_FUNCS 0
557 #endif
558
559 #ifndef HAVE_WSYNCDOWN
560 #define wsyncdown(win)          /* nothing */
561 #endif
562
563 #ifndef USE_WIDEC_SUPPORT
564 #if (defined(_XOPEN_SOURCE_EXTENDED) \
565   || (defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE - 0 >= 500)) \
566   || (defined(NCURSES_WIDECHAR) && (NCURSES_WIDECHAR - 0 < 1))) \
567   && defined(WACS_ULCORNER)
568 #define USE_WIDEC_SUPPORT 1
569 #else
570 #define USE_WIDEC_SUPPORT 0
571 #endif
572 #endif
573
574 #if HAVE_PANEL_H && HAVE_LIBPANEL
575 #define USE_LIBPANEL 1
576 #else
577 #define USE_LIBPANEL 0
578 #endif
579
580 #if HAVE_MENU_H && HAVE_LIBMENU
581 #define USE_LIBMENU 1
582 #else
583 #define USE_LIBMENU 0
584 #endif
585
586 #if HAVE_FORM_H && HAVE_LIBFORM
587 #define USE_LIBFORM 1
588 #else
589 #define USE_LIBFORM 0
590 #endif
591
592 /* workaround, to build against NetBSD's variant of the form library */
593 #ifdef HAVE_NETBSD_FORM_H
594 #define form_getyx(form, y, x) y = (int)current_field(form)->cursor_ypos, x = (int)current_field(form)->cursor_xpos
595 #define form_field_row(field) (field)->form_row
596 #define form_field_col(field) (field)->form_col
597 #else /* e.g., SVr4, ncurses */
598 #define form_getyx(form, y, x) y = (int)(form)->currow, x = (int)(form)->curcol
599 #define form_field_row(field) (field)->frow
600 #define form_field_col(field) (field)->fcol
601 #endif
602
603 /* workaround, to build against NetBSD's variant of the form library */
604 #ifdef HAVE_NETBSD_MENU_H
605 #define menu_itemwidth(menu) (menu)->max_item_width
606 #else
607 #define menu_itemwidth(menu) (menu)->itemlen
608 #endif
609
610 #ifndef HAVE_TYPE_ATTR_T
611 #if !USE_WIDEC_SUPPORT && !defined(attr_t)
612 #define attr_t chtype
613 #endif
614 #endif
615
616 #undef NCURSES_CH_T
617 #if !USE_WIDEC_SUPPORT
618 #define NCURSES_CH_T chtype
619 #else
620 #define NCURSES_CH_T cchar_t
621 #endif
622
623 #ifndef NCURSES_COLOR_T
624 #define NCURSES_COLOR_T short
625 #endif
626
627 #ifndef NCURSES_PAIRS_T
628 #define NCURSES_PAIRS_T short
629 #endif
630
631 #ifndef CCHARW_MAX
632 #define CCHARW_MAX 5
633 #endif
634
635 #if defined(NCURSES_VERSION) && defined(CURSES_WACS_ARRAY) && !defined(CURSES_WACS_SYMBOLS)
636 #define CURSES_WACS_SYMBOLS
637 #endif
638
639 #if defined(CURSES_WACS_ARRAY) && !defined(CURSES_WACS_SYMBOLS)
640 /* NetBSD 5.1 defines these incorrectly */
641 #undef  WACS_RARROW
642 #undef  WACS_LARROW
643 #undef  WACS_UARROW
644 #undef  WACS_DARROW
645 #undef  WACS_BLOCK
646 #undef  WACS_DIAMOND
647 #undef  WACS_CKBOARD
648 #undef  WACS_DEGREE
649 #undef  WACS_PLMINUS
650 #undef  WACS_BOARD
651 #undef  WACS_LANTERN
652 #undef  WACS_LRCORNER
653 #undef  WACS_URCORNER
654 #undef  WACS_ULCORNER
655 #undef  WACS_LLCORNER
656 #undef  WACS_PLUS
657 #undef  WACS_HLINE
658 #undef  WACS_S1
659 #undef  WACS_S9
660 #undef  WACS_LTEE
661 #undef  WACS_RTEE
662 #undef  WACS_BTEE
663 #undef  WACS_TTEE
664 #undef  WACS_VLINE
665 #undef  WACS_BULLET
666 #undef  WACS_S3
667 #undef  WACS_S7
668 #undef  WACS_LEQUAL
669 #undef  WACS_GEQUAL
670 #undef  WACS_PI
671 #undef  WACS_NEQUAL
672 #undef  WACS_STERLING
673
674 #define WACS_RARROW     &(CURSES_WACS_ARRAY['+'])
675 #define WACS_LARROW     &(CURSES_WACS_ARRAY[','])
676 #define WACS_UARROW     &(CURSES_WACS_ARRAY['-'])
677 #define WACS_DARROW     &(CURSES_WACS_ARRAY['.'])
678 #define WACS_BLOCK      &(CURSES_WACS_ARRAY['0'])
679 #define WACS_DIAMOND    &(CURSES_WACS_ARRAY['`'])
680 #define WACS_CKBOARD    &(CURSES_WACS_ARRAY['a'])
681 #define WACS_DEGREE     &(CURSES_WACS_ARRAY['f'])
682 #define WACS_PLMINUS    &(CURSES_WACS_ARRAY['g'])
683 #define WACS_BOARD      &(CURSES_WACS_ARRAY['h'])
684 #define WACS_LANTERN    &(CURSES_WACS_ARRAY['i'])
685 #define WACS_LRCORNER   &(CURSES_WACS_ARRAY['j'])
686 #define WACS_URCORNER   &(CURSES_WACS_ARRAY['k'])
687 #define WACS_ULCORNER   &(CURSES_WACS_ARRAY['l'])
688 #define WACS_LLCORNER   &(CURSES_WACS_ARRAY['m'])
689 #define WACS_PLUS       &(CURSES_WACS_ARRAY['n'])
690 #define WACS_HLINE      &(CURSES_WACS_ARRAY['q'])
691 #define WACS_S1         &(CURSES_WACS_ARRAY['o'])
692 #define WACS_S9         &(CURSES_WACS_ARRAY['s'])
693 #define WACS_LTEE       &(CURSES_WACS_ARRAY['t'])
694 #define WACS_RTEE       &(CURSES_WACS_ARRAY['u'])
695 #define WACS_BTEE       &(CURSES_WACS_ARRAY['v'])
696 #define WACS_TTEE       &(CURSES_WACS_ARRAY['w'])
697 #define WACS_VLINE      &(CURSES_WACS_ARRAY['x'])
698 #define WACS_BULLET     &(CURSES_WACS_ARRAY['~'])
699 #define WACS_S3         &(CURSES_WACS_ARRAY['p'])
700 #define WACS_S7         &(CURSES_WACS_ARRAY['r'])
701 #define WACS_LEQUAL     &(CURSES_WACS_ARRAY['y'])
702 #define WACS_GEQUAL     &(CURSES_WACS_ARRAY['z'])
703 #define WACS_PI         &(CURSES_WACS_ARRAY['{'])
704 #define WACS_NEQUAL     &(CURSES_WACS_ARRAY['|'])
705 #define WACS_STERLING   &(CURSES_WACS_ARRAY['}'])
706 #endif
707
708 #ifndef WA_NORMAL
709 #define WA_NORMAL       A_NORMAL
710 #endif
711 #ifndef WA_BOLD
712 #define WA_BOLD         A_BOLD
713 #endif
714 #ifndef WA_REVERSE
715 #define WA_REVERSE      A_REVERSE
716 #endif
717 #ifndef WA_UNDERLINE
718 #define WA_UNDERLINE    A_UNDERLINE
719 #endif
720 #ifndef WA_BLINK
721 #define WA_BLINK        A_BLINK
722 #endif
723
724 #ifndef OK
725 #define OK (0)
726 #endif
727
728 #ifndef ERR
729 #define ERR (-1)
730 #endif
731
732 #undef CTRL
733 #define CTRL(x) ((x) & 0x1f)
734
735 #define QUIT            CTRL('Q')
736 #define ESCAPE          CTRL('[')
737
738 #ifndef KEY_MIN
739 #define KEY_MIN 256             /* not defined in Solaris 8 */
740 #endif
741
742 #define HELP_KEY_1      '?'
743 #define HELP_KEY_2      KEY_F(1)
744
745 /* our "standard" options for getopt, needed for help2man */
746 #define OPTS_USAGE      'h'
747 #define OPTS_VERSION    'V'
748 #define OPTS_COMMON     "hV"
749 #define USAGE_COMMON    \
750  "Common options:"\
751 ," -h       show this message"\
752 ," -V       show version of curses"
753
754 #if HAVE_CURSES_VERSION
755 #define format_version(buffer) strcpy(buffer, curses_version())
756 #elif defined(NCURSES_VERSION_MAJOR) && defined(NCURSES_VERSION_MINOR) && defined(NCURSES_VERSION_PATCH)
757 #define format_version(buffer) sprintf(buffer, "ncurses %d.%d.%d", \
758         NCURSES_VERSION_MAJOR, \
759         NCURSES_VERSION_MINOR, \
760         NCURSES_VERSION_PATCH)
761 #else
762 #define format_version(buffer) strcpy(buffer, "ncurses-examples")
763 #endif
764
765 #define VERSION_COMMON() \
766 static char *version_common(char **argv) { \
767         char *base = argv[0]; \
768         char *part = strrchr(base, '/'); \
769         char *result = malloc(strlen(base) + 80); \
770         if (result != NULL) { \
771             if (part++ == NULL) part = base; \
772             sprintf(result, "%.20s: ", part); \
773             format_version(result + strlen(result)); \
774         } \
775         return result; \
776 } \
777 static void show_version(char **argv) { \
778         char *value = version_common(argv); \
779         if (value != NULL) { \
780             puts(value); \
781             free(value); \
782         } \
783 }
784
785 /* from nc_string.h, to make this stand alone */
786 #if HAVE_BSD_STRING_H
787 #include <bsd/string.h>
788 #endif
789
790 #ifdef __cplusplus
791 #define NCURSES_VOID            /* nothing */
792 #else
793 #define NCURSES_VOID (void)
794 #endif
795
796 #ifndef HAVE_STRLCAT
797 #define HAVE_STRLCAT 0
798 #endif
799
800 #ifndef HAVE_STRLCPY
801 #define HAVE_STRLCPY 0
802 #endif
803
804 #ifndef HAVE_SNPRINTF
805 #define HAVE_SNPRINTF 0
806 #endif
807
808 #ifndef HAVE_STRDUP
809 #define HAVE_STRDUP 0
810 #endif
811
812 #ifndef USE_STRING_HACKS
813 #define USE_STRING_HACKS 0
814 #endif
815
816 #ifndef HAVE_STRSTR
817 #define HAVE_STRSTR 0
818 #endif
819
820 #ifndef NCURSES_CAST
821 #ifdef __cplusplus
822 extern "C" {
823 #define NCURSES_CAST(type,value) static_cast<type>(value)
824 #else
825 #define NCURSES_CAST(type,value) (type)(value)
826 #endif
827 #endif
828
829 #if USE_STRING_HACKS && HAVE_STRLCAT
830 #define _nc_STRCAT(d,s,n)       NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n))
831 #define _nc_STRNCAT(d,s,m,n)    NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,m))
832 #else
833 #define _nc_STRCAT(d,s,n)       NCURSES_VOID strcat((d),(s))
834 #define _nc_STRNCAT(d,s,m,n)    NCURSES_VOID strncat((d),(s),(n))
835 #endif
836
837 #if USE_STRING_HACKS && HAVE_STRLCPY
838 #define _nc_STRCPY(d,s,n)       NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n))
839 #define _nc_STRNCPY(d,s,n)      NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n))
840 #else
841 #define _nc_STRCPY(d,s,n)       NCURSES_VOID strcpy((d),(s))
842 #define _nc_STRNCPY(d,s,n)      NCURSES_VOID strncpy((d),(s),(n))
843 #endif
844
845 #if USE_STRING_HACKS && HAVE_SNPRINTF
846 #define _nc_SPRINTF             NCURSES_VOID (snprintf)
847 #define _nc_SLIMIT(n)           NCURSES_CAST(size_t,n),
848 #else
849 #define _nc_SPRINTF             NCURSES_VOID (sprintf)
850 #define _nc_SLIMIT(n)           /* nothing */
851 #endif
852
853 /*
854  * X/Open Curses does not define the arrays of terminfo/termcap names as SVr4
855  * curses did, and some implementations provide them anyway, but undeclared.
856  */
857 #ifdef DECL_CURSES_DATA_BOOLNAMES
858 extern char *boolnames[], *boolcodes[], *boolfnames[];
859 extern char *numnames[], *numcodes[], *numfnames[];
860 extern char *strnames[], *strcodes[], *strfnames[];
861 #endif
862
863 /*
864  * Again, an SVr4 curses feature latent in the libraries but not in headers.
865  */
866 #ifndef DECL_CURSES_DATA_TABSIZE
867 #define DECL_CURSES_DATA_TABSIZE 0
868 #endif
869
870 #if DECL_CURSES_DATA_TABSIZE
871 extern int TABSIZE;
872 #undef  HAVE_CURSES_DATA_TABSIZE
873 #define HAVE_CURSES_DATA_TABSIZE 1
874 #endif
875
876 #ifndef HAVE_CURSES_DATA_TABSIZE
877 #define HAVE_CURSES_DATA_TABSIZE 0
878 #endif
879
880 /*
881  * X/Open Curses provides termname(), whose return value is analogous to the
882  * SVr4 curses variable ttytype[].
883  */
884 #ifndef HAVE_CURSES_DATA_TTYTYPE
885 #define HAVE_CURSES_DATA_TTYTYPE 0
886 #endif
887
888 #ifndef DECL_CURSES_DATA_TTYTYPE
889 #define DECL_CURSES_DATA_TTYTYPE 0
890 #endif
891
892 #if !defined(ttytype) && (!HAVE_CURSES_DATA_TTYTYPE || DECL_CURSES_DATA_TTYTYPE)
893 #define ttytype termname()
894 #endif
895
896 #define colored_chtype(ch, attr, pair) \
897         ((chtype) (ch) | (chtype) (attr) | (chtype) COLOR_PAIR(pair))
898
899 /*
900  * Workaround for HPUX
901  */
902 #if defined(__hpux) && !defined(NCURSES_VERSION)
903 #define getbegx(w) __getbegx(w)
904 #define getbegy(w) __getbegy(w)
905 #define getcurx(w) __getcurx(w)
906 #define getcury(w) __getcury(w)
907 #define getmaxx(w) __getmaxx(w)
908 #define getmaxy(w) __getmaxy(w)
909 #define getparx(w) __getparx(w)
910 #define getpary(w) __getpary(w)
911 #endif
912
913 /*
914  * Workaround in case getcchar() returns a positive value when the source
915  * string produces only a L'\0'.
916  */
917 #define TEST_CCHAR(s, count, then_stmt, else_stmt) \
918         if ((count = getcchar(s, NULL, NULL, NULL, NULL)) > 0) { \
919             wchar_t test_wch[CCHARW_MAX + 2]; \
920             attr_t test_attrs; \
921             NCURSES_PAIRS_T test_pair; \
922             \
923             if (getcchar( s, test_wch, &test_attrs, &test_pair, NULL) == OK \
924                 && test_wch[0] != L'\0') { \
925                 then_stmt \
926             } else { \
927                 else_stmt \
928             } \
929         } else { \
930             else_stmt \
931         }
932 /*
933  * These usually are implemented as macros, but may be functions.
934  */
935 #if !defined(getcurx) && !HAVE_GETCURX
936 #define getcurx(win)            ((win) ? ((int)(win)->_curx) : ERR)
937 #define getcury(win)            ((win) ? ((int)(win)->_cury) : ERR)
938 #endif
939
940 #if !defined(getbegx) && !HAVE_GETBEGX
941 #define getbegx(win)            ((win) ? ((int)(win)->_begx) : ERR)
942 #define getbegy(win)            ((win) ? ((int)(win)->_begy) : ERR)
943 #endif
944
945 #if !defined(getmaxx) && !HAVE_GETMAXX
946 #define getmaxx(win)            ((win) ? ((int)(win)->_maxx + 1) : ERR)
947 #define getmaxy(win)            ((win) ? ((int)(win)->_maxy + 1) : ERR)
948 #endif
949
950 /*
951  * Solaris 10 xpg4:
952 #define __m_getparx(w)          ((w)->_parent == (WINDOW *) 0 ? -1 \
953                                 : (w)->_begx - (w)->_parent->_begx)
954  */
955 #if !defined(getparx) && !HAVE_GETPARX
956 #ifdef __m_getparx
957 #define getparx(win)            __m_getparx(win)
958 #define getpary(win)            __m_getpary(win)
959 #else
960 #define getparx(win)            ((win)?((win)->_parx + 1):ERR)
961 #define getpary(win)            ((win)?((win)->_pary + 1):ERR)
962 #endif
963 #endif
964
965 #if !defined(mvwvline) && !HAVE_MVWVLINE
966 #define mvwvline(w,y,x,ch,n)    (move(y,x) == ERR ? ERR : wvline(w,ch,n))
967 #define mvwhline(w,y,x,ch,n)    (move(y,x) == ERR ? ERR : whline(w,ch,n))
968 #endif
969
970 #if !defined(mvvline) && !HAVE_MVVLINE
971 #define mvvline(y,x,ch,n)       (move(y,x) == ERR ? ERR : vline(ch,n))
972 #define mvhline(y,x,ch,n)       (move(y,x) == ERR ? ERR : hline(ch,n))
973 #endif
974
975 /*
976  * Try to accommodate curses implementations that have no terminfo support.
977  */
978 #if HAVE_TIGETNUM
979 #define TIGETNUM(ti,tc) tigetnum(ti)
980 #else
981 #define TIGETNUM(ti,tc) tgetnum(tc)
982 #endif
983
984 #if HAVE_TIGETSTR
985 #define TIGETSTR(ti,tc) tigetstr(ti)
986 #else
987 #define TIGETSTR(ti,tc) tgetstr(tc,&area_pointer)
988 #endif
989
990 /*
991  * So far (2013 - more than ten years), only ncurses implements
992  * use_extended_names().
993  */
994 #if defined(NCURSES_XNAMES)
995 #elif defined(NCURSES_VERSION) && defined(HAVE_TERM_ENTRY_H) && HAVE_TERM_ENTRY_H
996 #define NCURSES_XNAMES 1
997 #else
998 #define NCURSES_XNAMES 0
999 #endif
1000
1001 /*
1002  * ncurses restores the cursor in endwin().  Other libraries may not.
1003  */
1004 #ifdef NCURSES_VERSION
1005 #define stop_curses() endwin()
1006 #else
1007 #define stop_curses() do { endwin(); curs_set(1); } while (0)
1008 #endif
1009
1010 /* ncurses implements tparm() with varargs, X/Open with a fixed-parameter list
1011  * (which is incompatible with legacy usage, doesn't solve any problems).
1012  */
1013 #define tparm3(a,b,c) tparm(a,b,c,0,0,0,0,0,0,0)
1014 #define tparm2(a,b)   tparm(a,b,0,0,0,0,0,0,0,0)
1015
1016 #define UChar(c)    ((unsigned char)(c))
1017
1018 #ifndef SIZEOF
1019 #define SIZEOF(table)   (sizeof(table)/sizeof(table[0]))
1020 #endif
1021
1022 #if defined(NCURSES_VERSION) && HAVE_NC_ALLOC_H
1023 #include <nc_alloc.h>
1024 #if HAVE_EXIT_TERMINFO && !defined(USE_CURSES) && (defined(USE_TERMINFO) || defined(USE_TINFO))
1025 #undef ExitProgram
1026 #define ExitProgram(code) exit_terminfo(code)
1027 #elif HAVE_EXIT_CURSES
1028 #undef ExitProgram
1029 #define ExitProgram(code) exit_curses(code)
1030 #endif
1031 #else /* not ncurses-tree */
1032 #define typeMalloc(type,n) (type *) malloc((size_t)(n) * sizeof(type))
1033 #define typeCalloc(type,elts) (type *) calloc((size_t)(elts), sizeof(type))
1034 #define typeRealloc(type,n,p) (type *) realloc(p, (size_t)(n) * sizeof(type))
1035 #endif
1036
1037 #ifndef ExitProgram
1038 #define ExitProgram(code) exit(code)
1039 #endif
1040
1041 #ifndef EXIT_SUCCESS
1042 #define EXIT_SUCCESS 0
1043 #endif
1044 #ifndef EXIT_FAILURE
1045 #define EXIT_FAILURE 1
1046 #endif
1047
1048 #undef _NC_WINDOWS
1049 #if (defined(_WIN32) || defined(_WIN64))
1050 #define _NC_WINDOWS 1
1051 #endif
1052
1053 #if defined(_NC_WINDOWS) || defined(USE_WIN32CON_DRIVER)
1054
1055 #if defined(PDCURSES)
1056 #ifdef WINVER
1057 #  if WINVER < 0x0501
1058 #    error WINVER must at least be 0x0501
1059 #  endif
1060 #else
1061 #  define WINVER 0x0501
1062 #endif
1063 #include <windows.h>
1064 #include <sys/time.h>           /* for struct timeval */
1065 #undef sleep
1066 #define sleep(n) Sleep((n) * 1000)
1067 #define SIGHUP  1
1068 #define SIGKILL 9
1069 #define getlogin() "username"
1070
1071 #elif defined(EXP_WIN32_DRIVER)
1072
1073 #if defined(HAVE_NCURSESW_NCURSES_H)
1074 #include <ncursesw/nc_win32.h>
1075 #elif defined(HAVE_NCURSES_NCURSES_H)
1076 #include <ncurses/nc_win32.h>
1077 #else
1078 #include <nc_win32.h>
1079 #endif
1080
1081 #else
1082
1083 #if defined(HAVE_NCURSESW_NCURSES_H)
1084 #include <ncursesw/nc_mingw.h>
1085 #elif defined(HAVE_NCURSES_NCURSES_H)
1086 #include <ncurses/nc_mingw.h>
1087 #else
1088 #include <nc_mingw.h>
1089 #endif
1090
1091 #endif
1092
1093 /* conflicts in test/firstlast.c */
1094 #undef large
1095 #undef small
1096
1097 #endif
1098
1099 #ifdef NEED_TIME_H
1100 #if TIME_WITH_SYS_TIME
1101 # include <sys/time.h>
1102 # include <time.h>
1103 #else
1104 # if HAVE_SYS_TIME_H
1105 #  include <sys/time.h>
1106 # else
1107 #  include <time.h>
1108 # endif
1109 #endif
1110 #endif
1111
1112 #if HAVE_CLOCK_GETTIME
1113 # define GetClockTime(t) clock_gettime(CLOCK_REALTIME, t)
1114 # define TimeType struct timespec
1115 # define TimeScale 1000000000L          /* 1e9 */
1116 # define ElapsedSeconds(b,e) \
1117             (double) (((e)->tv_sec - (b)->tv_sec) \
1118                     + ((e)->tv_nsec - (b)->tv_nsec) / TimeScale)
1119 #elif HAVE_GETTIMEOFDAY
1120 # define GetClockTime(t) gettimeofday(t, 0)
1121 # define TimeType struct timeval
1122 # define TimeScale 1000000L             /* 1e6 */
1123 # define ElapsedSeconds(b,e) \
1124             (double) (((e)->tv_sec - (b)->tv_sec) \
1125                     + ((e)->tv_usec - (b)->tv_usec) / TimeScale)
1126 #else
1127 # define TimeType time_t
1128 # define GetClockTime(t) time((time_t*)0)
1129 # define ElapsedSeconds(b,e) (double)((e) - (b))
1130 #endif
1131
1132 /*
1133  * Ultrix 3.1
1134  */
1135 #ifndef STDOUT_FILENO
1136 #define STDOUT_FILENO 1
1137 #endif
1138
1139 #if !HAVE_STRSTR
1140 extern char *_nc_strstr(const char *, const char *);
1141 #define strstr(a,b) _nc_strstr((a),(b))
1142 #endif /* !HAVE_STRSTR */
1143
1144 /* Use this to quiet gcc's -Wwrite-strings warnings, but accommodate SVr4
1145  * curses which doesn't have const parameters declared (so far) in the places
1146  * that XSI shows.
1147  */
1148 #ifndef NCURSES_CONST
1149 #ifdef PDCURSES
1150 #define NCURSES_CONST           const   /* close enough */
1151 #else
1152 #define NCURSES_CONST           /* nothing */
1153 #endif
1154 #endif
1155
1156 /* out-of-band values for representing absent capabilities */
1157 #define ABSENT_BOOLEAN          ((signed char)-1)       /* 255 */
1158 #define ABSENT_NUMERIC          (-1)
1159 #define ABSENT_STRING           (char *)0
1160
1161 /* out-of-band values for representing cancels */
1162 #define CANCELLED_BOOLEAN       ((signed char)-2)       /* 254 */
1163 #define CANCELLED_NUMERIC       (-2)
1164 #define CANCELLED_STRING        (char *)(-1)
1165
1166 #define VALID_BOOLEAN(s) ((unsigned char)(s) <= 1)      /* reject "-1" */
1167 #define VALID_NUMERIC(s) ((s) >= 0)
1168 #define VALID_STRING(s)  ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
1169
1170 #define VT_ACSC "``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~"
1171
1172 #define CATCHALL(handler) do { \
1173                 int nsig; \
1174                 for (nsig = SIGHUP; nsig < SIGTERM; ++nsig) \
1175                     if (nsig != SIGKILL) \
1176                         signal(nsig, handler); \
1177             } while(0)
1178
1179 #ifdef NCURSES_VERSION
1180 #define InitAndCatch(init,handler) do { CATCHALL(handler); init; } while (0)
1181 #else
1182 #define InitAndCatch(init,handler) do { init; CATCHALL(handler); } while (0)
1183 #endif
1184
1185 #if defined(_NC_WINDOWS) || defined(USE_WIN32CON_DRIVER)
1186 #define SetupAlarm(opt) (void)opt
1187 #else
1188 #define SetupAlarm(opt) if (opt) alarm((unsigned)opt)
1189 #endif
1190
1191 /*
1192  * Workaround for clean(er) compile with Solaris's legacy curses.
1193  * The same would be needed for HPUX 10.20
1194  */
1195 #ifndef TPUTS_ARG
1196 #define TPUTS_ARG int
1197 #endif
1198
1199 #if defined(sun) && !defined(_XOPEN_CURSES) && !defined(NCURSES_VERSION_PATCH)
1200 #undef TPUTS_ARG
1201 #define TPUTS_ARG char
1202 extern char *tgoto(char *, int, int);   /* available, but not prototyped */
1203 #endif
1204
1205 #ifndef TPUTS_PROTO
1206 #define TPUTS_PROTO(func,value) int func(TPUTS_ARG value)
1207 #endif
1208
1209 #ifndef TPUTS_RETURN
1210 #define TPUTS_RETURN(value) return value
1211 #endif
1212
1213 /*
1214  * Workarounds for Solaris's X/Open curses
1215  */
1216 #if !defined(KEY_MIN) && defined(__KEY_MIN)
1217 #define KEY_MIN __KEY_MIN
1218 #endif
1219 #if !defined(KEY_MAX) && defined(__KEY_MIN)
1220 #define KEY_MAX __KEY_MAX
1221 #endif
1222
1223 /*
1224  * Workaround to build with Sun's default SVr4 curses.
1225  */
1226 #ifdef NCURSES_VERSION
1227 #ifndef HAVE_VW_PRINTW
1228 #define HAVE_VW_PRINTW 1
1229 #endif
1230 #endif
1231
1232 /*
1233  * ncurses provides arrays of capability names; X/Open discarded these SVr4
1234  * features.  Some implementations continue to provide them (see the test
1235  * configure script).
1236  */
1237 #ifdef NCURSES_VERSION
1238 #ifndef HAVE_CURSES_DATA_BOOLNAMES
1239 #define HAVE_CURSES_DATA_BOOLNAMES 1
1240 #endif
1241 #endif
1242
1243 /*
1244  * ncurses provides a termcap interface; a few packagers replace or displace
1245  * its header file with an incompatible one.  The demo_termcap program uses
1246  * the ncurses file, if available.
1247  */
1248 #ifdef NCURSES_VERSION
1249 #ifndef HAVE_NCURSES_TERMCAP_H
1250 #define HAVE_NCURSES_TERMCAP_H 0
1251 #endif
1252 #ifndef HAVE_TERMCAP_H
1253 #define HAVE_TERMCAP_H 0
1254 #endif
1255 #endif
1256
1257 /*
1258  * ncurses uses const in some places where X/Open does (or did) not allow.
1259  */
1260 #if defined(NCURSES_CONST)
1261 #define CONST_MENUS NCURSES_CONST
1262 #elif defined(PDCURSES)
1263 #define CONST_MENUS const
1264 #else
1265 #define CONST_MENUS             /* nothing */
1266 #endif
1267
1268 #if defined(NCURSES_CONST)
1269 #define CONST_FMT NCURSES_CONST
1270 #elif defined(PDCURSES)
1271 #define CONST_FMT const
1272 #else
1273 #define CONST_FMT               /* nothing */
1274 #endif
1275
1276 /*
1277  * Simplify setting up demo of threading with these macros.
1278  */
1279
1280 #if HAVE_USE_WINDOW
1281 #define USING_WINDOW(w,func) use_window(w, (NCURSES_WINDOW_CB) func, w)
1282 #define USING_WINDOW1(w,func,safe) use_window(w, (NCURSES_WINDOW_CB) safe, NULL)
1283 #define USING_WINDOW2(w,func,data) use_window(w, (NCURSES_WINDOW_CB) func, data)
1284 #define WANT_USE_WINDOW() extern void _nc_want_use_window(void)
1285 #else
1286 #define USING_WINDOW(w,func) func(w, NULL)
1287 #define USING_WINDOW1(w,func,safe) func(w)
1288 #define USING_WINDOW2(w,func,data) func(w,data)
1289 #define WANT_USE_WINDOW() extern void _nc_want_use_window(void)
1290 #endif
1291
1292 #if HAVE_USE_WINDOW
1293 #define USING_SCREEN(s,func,data) use_screen(s, (NCURSES_SCREEN_CB) func, data)
1294 #define WANT_USE_SCREEN() extern void _nc_want_use_screen(void)
1295 #else
1296 #define USING_SCREEN(s,func,data) func(data)
1297 #define WANT_USE_SCREEN() extern void _nc_want_use_screen(void)
1298 #endif
1299
1300 #if defined(TRACE) && HAVE__TRACEF && HAVE_CURSES_TRACE
1301 #define Trace(p) _tracef p
1302 #define USE_TRACE 1
1303 #define START_TRACE() \
1304         if ((_nc_tracing & TRACE_MAXIMUM) == 0) { \
1305             int t = _nc_getenv_num("NCURSES_TRACE"); \
1306             if (t >= 0) \
1307                 curses_trace((unsigned) t); \
1308         }
1309 extern unsigned _nc_tracing;
1310 extern int _nc_getenv_num(const char *);
1311 #else
1312 #undef TRACE
1313 #define Trace(p)                /* nothing */
1314 #define USE_TRACE 0
1315 #define START_TRACE()           /* nothing */
1316 #endif
1317
1318 #define Trace2(p)               /* nothing */
1319
1320 #define AddCh(c)                (void) addch((chtype)(c))
1321 #define WAddCh(w,c)             (void) waddch((w),(chtype)(c))
1322 #define MvAddCh(y,x,c)          (void) mvaddch((y),(x),(chtype)(c))
1323 #define MvWAddCh(w,y,x,c)       (void) mvwaddch((w),(y),(x),(chtype)(c))
1324 #define MvAddStr(y,x,s)         (void) mvaddstr((y),(x),(s))
1325 #define MvWAddStr(w,y,x,s)      (void) mvwaddstr((w),(y),(x),(s))
1326 #define MvWAddChStr(w,y,x,s)    (void) mvwaddchstr((w),(y),(x),(s))
1327 #define MvPrintw                (void) mvprintw
1328 #define MvWPrintw               (void) mvwprintw
1329 #define MvHLine                 (void) mvhline
1330 #define MvWHLine                (void) mvwhline
1331 #define MvVLine                 (void) mvvline
1332 #define MvWVLine                (void) mvwvline
1333
1334 /*
1335  * The macro likely uses unsigned values, while X/Open prototype uses int.
1336  */
1337 #if defined(wattrset) || defined(PDCURSES)
1338 #define AttrArg(p,a)    (chtype) ((chtype)(p) | (chtype)(a))
1339 #else
1340 #define AttrArg(p,a)    (int) ((chtype)(p) | (chtype)(a))
1341 #endif
1342
1343 /*
1344  * Workaround for defective implementation of gcc attribute warn_unused_result
1345  */
1346 #if defined(__GNUC__) && defined(_FORTIFY_SOURCE)
1347 #define IGNORE_RC(func) errno = func
1348 #else
1349 #define IGNORE_RC(func) (void) func
1350 #endif /* gcc workarounds */
1351
1352 #define init_mb(state)  memset(&state, 0, sizeof(state))
1353
1354 #endif /* __TEST_PRIV_H */