]> ncurses.scripts.mit.edu Git - ncurses.git/blob - test/test.priv.h
6c940efaa0e37975981fb4bfcda705e33c44b50a
[ncurses.git] / test / test.priv.h
1 /****************************************************************************
2  * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc.              *
3  *                                                                          *
4  * Permission is hereby granted, free of charge, to any person obtaining a  *
5  * copy of this software and associated documentation files (the            *
6  * "Software"), to deal in the Software without restriction, including      *
7  * without limitation the rights to use, copy, modify, merge, publish,      *
8  * distribute, distribute with modifications, sublicense, and/or sell       *
9  * copies of the Software, and to permit persons to whom the Software is    *
10  * furnished to do so, subject to the following conditions:                 *
11  *                                                                          *
12  * The above copyright notice and this permission notice shall be included  *
13  * in all copies or substantial portions of the Software.                   *
14  *                                                                          *
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
16  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
17  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
18  * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
19  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
20  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
21  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
22  *                                                                          *
23  * Except as contained in this notice, the name(s) of the above copyright   *
24  * holders shall not be used in advertising or otherwise to promote the     *
25  * sale, use or other dealings in this Software without prior written       *
26  * authorization.                                                           *
27  ****************************************************************************/
28
29 /****************************************************************************
30  *  Author: Thomas E. Dickey                    1996-on                     *
31  ****************************************************************************/
32 /* $Id: test.priv.h,v 1.146 2017/08/07 23:29:48 tom Exp $ */
33
34 #ifndef __TEST_PRIV_H
35 #define __TEST_PRIV_H 1
36
37 #include <ncurses_cfg.h>
38
39 /*
40  * Fix ifdef's that look for the form/menu/panel libraries, if we are building
41  * with wide-character ncurses.
42  */
43 #ifdef  HAVE_LIBFORMW
44 #define HAVE_LIBFORMW 1
45 #define HAVE_LIBFORM 1
46 #endif
47
48 #ifdef  HAVE_LIBMENUW
49 #define HAVE_LIBMENUW 1
50 #define HAVE_LIBMENU 1
51 #endif
52
53 #ifdef  HAVE_LIBPANELW
54 #define HAVE_LIBPANELW 1
55 #define HAVE_LIBPANEL 1
56 #endif
57
58 /*
59  * Fallback definitions to accommodate broken compilers.
60  */
61 #ifndef HAVE_ALLOC_PAIR
62 #define HAVE_ALLOC_PAIR 0
63 #endif
64
65 #ifndef HAVE_ASSUME_DEFAULT_COLORS
66 #define HAVE_ASSUME_DEFAULT_COLORS 0
67 #endif
68
69 #ifndef HAVE_BSD_STRING_H
70 #define HAVE_BSD_STRING_H 0
71 #endif
72 #ifndef HAVE_CURSES_VERSION
73 #define HAVE_CURSES_VERSION 0
74 #endif
75
76 #ifndef HAVE_CHGAT
77 #define HAVE_CHGAT 0
78 #endif
79
80 #ifndef HAVE_COLOR_SET
81 #define HAVE_COLOR_SET 0
82 #endif
83
84 #ifndef HAVE_FILTER
85 #define HAVE_FILTER 0
86 #endif
87
88 #ifndef HAVE_FORM_H
89 #define HAVE_FORM_H 0
90 #endif
91
92 #ifndef HAVE_GETBEGX
93 #define HAVE_GETBEGX 0
94 #endif
95
96 #ifndef HAVE_GETCURX
97 #define HAVE_GETCURX 0
98 #endif
99
100 #ifndef HAVE_GETMAXX
101 #define HAVE_GETMAXX 0
102 #endif
103
104 #ifndef HAVE_GETOPT_H
105 #define HAVE_GETOPT_H 0
106 #endif
107
108 #ifndef HAVE_GETPARX
109 #define HAVE_GETPARX 0
110 #endif
111
112 #ifndef HAVE_GETWIN
113 #define HAVE_GETWIN 0
114 #endif
115
116 #ifndef HAVE_INIT_EXTENDED_COLOR
117 #define HAVE_INIT_EXTENDED_COLOR 0
118 #endif
119
120 #ifndef HAVE_LIBFORM
121 #define HAVE_LIBFORM 0
122 #endif
123
124 #ifndef HAVE_LIBMENU
125 #define HAVE_LIBMENU 0
126 #endif
127
128 #ifndef HAVE_LIBPANEL
129 #define HAVE_LIBPANEL 0
130 #endif
131
132 #ifndef HAVE_LANGINFO_CODESET
133 #define HAVE_LANGINFO_CODESET 0
134 #endif
135
136 #ifndef HAVE_LOCALE_H
137 #define HAVE_LOCALE_H 0
138 #endif
139
140 #ifndef HAVE_MATH_H
141 #define HAVE_MATH_H 0
142 #endif
143
144 #ifndef HAVE_MENU_H
145 #define HAVE_MENU_H 0
146 #endif
147
148 #ifndef HAVE_MVVLINE
149 #define HAVE_MVVLINE 0
150 #endif
151
152 #ifndef HAVE_MVWVLINE
153 #define HAVE_MVWVLINE 0
154 #endif
155
156 #ifndef HAVE_NAPMS
157 #define HAVE_NAPMS 1
158 #endif
159
160 #ifndef HAVE_NC_ALLOC_H
161 #define HAVE_NC_ALLOC_H 0
162 #endif
163
164 #ifndef HAVE_PANEL_H
165 #define HAVE_PANEL_H 0
166 #endif
167
168 #ifndef HAVE_PUTWIN
169 #define HAVE_PUTWIN 0
170 #endif
171
172 #ifndef HAVE_RESIZE_TERM
173 #define HAVE_RESIZE_TERM 0
174 #endif
175
176 #ifndef HAVE_RESTARTTERM
177 #define HAVE_RESTARTTERM 0
178 #endif
179
180 #ifndef HAVE_RIPOFFLINE
181 #define HAVE_RIPOFFLINE 0
182 #endif
183
184 #ifndef HAVE_SCR_DUMP
185 #define HAVE_SCR_DUMP 0
186 #endif
187
188 #ifndef HAVE_SETUPTERM
189 #define HAVE_SETUPTERM 0
190 #endif
191
192 #ifndef HAVE_SLK_COLOR
193 #define HAVE_SLK_COLOR 0
194 #endif
195
196 #ifndef HAVE_SLK_INIT
197 #define HAVE_SLK_INIT 0
198 #endif
199
200 #ifndef HAVE_SYS_IOCTL_H
201 #define HAVE_SYS_IOCTL_H 0
202 #endif
203
204 #ifndef HAVE_SYS_SELECT_H
205 #define HAVE_SYS_SELECT_H 0
206 #endif
207
208 #ifndef HAVE_TDESTROY
209 #define HAVE_TDESTROY 0
210 #endif
211
212 #ifndef HAVE_TERMATTRS
213 #define HAVE_TERMATTRS 0
214 #endif
215
216 #ifndef HAVE_TERMIOS_H
217 #define HAVE_TERMIOS_H 0
218 #endif
219
220 #ifndef HAVE_TERMNAME
221 #define HAVE_TERMNAME 0
222 #endif
223
224 #ifndef HAVE_TERM_ENTRY_H
225 #define HAVE_TERM_ENTRY_H 0
226 #endif
227
228 #ifndef HAVE_TGETENT
229 #define HAVE_TGETENT 0
230 #endif
231
232 #ifndef HAVE_TIGETNUM
233 #define HAVE_TIGETNUM 0
234 #endif
235
236 #ifndef HAVE_TIGETSTR
237 #define HAVE_TIGETSTR 0
238 #endif
239
240 #ifndef HAVE_TPUTS_SP
241 #define HAVE_TPUTS_SP 0
242 #endif
243
244 #ifndef HAVE_TSEARCH
245 #define HAVE_TSEARCH 0
246 #endif
247
248 #ifndef HAVE_TYPEAHEAD
249 #define HAVE_TYPEAHEAD 0
250 #endif
251
252 #ifndef HAVE_WINSSTR
253 #define HAVE_WINSSTR 0
254 #endif
255
256 #ifndef HAVE_USE_DEFAULT_COLORS
257 #define HAVE_USE_DEFAULT_COLORS 0
258 #endif
259
260 #ifndef HAVE_USE_ENV
261 #define HAVE_USE_ENV 0
262 #endif
263
264 #ifndef HAVE_USE_EXTENDED_NAMES
265 #define HAVE_USE_EXTENDED_NAMES 0
266 #endif
267
268 #ifndef HAVE_USE_SCREEN
269 #define HAVE_USE_SCREEN 0
270 #endif
271
272 #ifndef HAVE_USE_WINDOW
273 #define HAVE_USE_WINDOW 0
274 #endif
275
276 #ifndef HAVE_VIDPUTS
277 #define HAVE_VIDPUTS 0
278 #endif
279
280 #ifndef HAVE_VID_PUTS
281 #define HAVE_VID_PUTS 0
282 #endif
283
284 #ifndef HAVE_WRESIZE
285 #define HAVE_WRESIZE 0
286 #endif
287
288 #ifndef HAVE__TRACEF
289 #define HAVE__TRACEF 0
290 #endif
291
292 #ifndef NCURSES_EXT_FUNCS
293 #define NCURSES_EXT_FUNCS 0
294 #endif
295
296 #ifndef NEED_PTEM_H
297 #define NEED_PTEM_H 0
298 #endif
299
300 #ifndef NEED_WCHAR_H
301 #define NEED_WCHAR_H 0
302 #endif
303
304 #ifndef NO_LEAKS
305 #define NO_LEAKS 0
306 #endif
307
308 /*
309  * Workaround for HPUX
310  */
311 #if defined(__hpux) && !defined(NCURSES_VERSION)
312 #define _ACS_COMPAT_CODE        /* needed for acs_map vs __acs_map */
313 #endif
314
315 #include <stdlib.h>
316 #include <stdarg.h>
317 #include <string.h>
318 #include <sys/types.h>
319 #include <errno.h>
320
321 #if HAVE_UNISTD_H
322 #include <unistd.h>
323 #endif
324
325 #include <signal.h>             /* include before curses.h to work around glibc bug */
326
327 #if NEED_WCHAR_H
328 #include <wchar.h>
329 #ifdef HAVE_LIBUTF8_H
330 #include <libutf8.h>
331 #endif
332 #endif
333
334 #if defined(HAVE_XCURSES)
335 #include <xcurses.h>
336 #elif defined(HAVE_NCURSESW_NCURSES_H)
337 #include <ncursesw/curses.h>
338 #elif defined(HAVE_NCURSES_NCURSES_H)
339 #include <ncurses/curses.h>
340 #else
341 #include <curses.h>
342 #endif
343
344 #if defined(HAVE_XCURSES) || defined(PDCURSES)
345 /* no other headers */
346 #undef  HAVE_SETUPTERM          /* nonfunctional */
347 #define HAVE_SETUPTERM 0
348 #undef  HAVE_TGETENT            /* nonfunctional */
349 #define HAVE_TGETENT 0
350 #undef  HAVE_TIGETSTR           /* nonfunctional */
351 #define HAVE_TIGETSTR 0
352 #elif defined(HAVE_NCURSESW_TERM_H)
353 #include <ncursesw/term.h>
354 #elif defined(HAVE_NCURSES_TERM_H)
355 #include <ncurses/term.h>
356 #elif defined(HAVE_TERM_H)
357 #include <term.h>
358 #endif
359
360 /*
361  * Not all curses.h implementations include unctrl.h,
362  */
363 #if defined(HAVE_NCURSESW_UNCTRL_H)
364 #include <ncursesw/unctrl.h>
365 #elif defined(HAVE_NCURSES_UNCTRL_H)
366 #include <ncurses/unctrl.h>
367 #elif defined(HAVE_UNCTRL_H)
368 #include <unctrl.h>
369 #endif
370
371 #if HAVE_GETOPT_H
372 #include <getopt.h>
373 #elif !defined(HAVE_GETOPT_HEADER)
374 /* 'getopt()' may be prototyped in <stdlib.h>, but declaring its variables
375  * doesn't hurt.
376  */
377 extern char *optarg;
378 extern int optind;
379 #endif /* HAVE_GETOPT_H */
380
381 #if HAVE_LOCALE_H
382 #include <locale.h>
383 #else
384 #define setlocale(name,string)  /* nothing */
385 #endif
386
387 #include <assert.h>
388 #include <ctype.h>
389
390 #ifndef GCC_NORETURN
391 #define GCC_NORETURN            /* nothing */
392 #endif
393 #ifndef GCC_PRINTFLIKE
394 #define GCC_PRINTFLIKE(a,b)     /* nothing */
395 #endif
396 #ifndef GCC_UNUSED
397 #define GCC_UNUSED              /* nothing */
398 #endif
399
400 #ifndef HAVE_GETNSTR
401 #define getnstr(s,n) getstr(s)
402 #endif
403
404 #ifndef USE_SOFTKEYS
405 #if HAVE_SLK_INIT
406 #define USE_SOFTKEYS 1
407 #else
408 #define USE_SOFTKEYS 0
409 #endif
410 #endif
411
412 #if !USE_SOFTKEYS
413 #define slk_init()              /* nothing */
414 #define slk_restore()           /* nothing */
415 #define slk_clear()             /* nothing */
416 #endif
417
418 #ifndef HAVE_WSYNCDOWN
419 #define wsyncdown(win)          /* nothing */
420 #endif
421
422 #ifndef USE_WIDEC_SUPPORT
423 #if (defined(_XOPEN_SOURCE_EXTENDED) \
424   || (defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE - 0 >= 500)) \
425   || (defined(NCURSES_WIDECHAR) && (NCURSES_WIDECHAR - 0 < 1))) \
426   && defined(WACS_ULCORNER)
427 #define USE_WIDEC_SUPPORT 1
428 #else
429 #define USE_WIDEC_SUPPORT 0
430 #endif
431 #endif
432
433 #if HAVE_PANEL_H && HAVE_LIBPANEL
434 #define USE_LIBPANEL 1
435 #else
436 #define USE_LIBPANEL 0
437 #endif
438
439 #if HAVE_MENU_H && HAVE_LIBMENU
440 #define USE_LIBMENU 1
441 #else
442 #define USE_LIBMENU 0
443 #endif
444
445 #if HAVE_FORM_H && HAVE_LIBFORM
446 #define USE_LIBFORM 1
447 #else
448 #define USE_LIBFORM 0
449 #endif
450
451 /* workaround, to build against NetBSD's variant of the form library */
452 #ifdef HAVE_NETBSD_FORM_H
453 #define form_getyx(form, y, x) y = current_field(form)->cursor_ypos, x = current_field(form)->cursor_xpos
454 #else
455 #define form_getyx(form, y, x) y = (form)->currow, x = (form)->curcol
456 #endif
457
458 /* workaround, to build against NetBSD's variant of the form library */
459 #ifdef HAVE_NETBSD_MENU_H
460 #define menu_itemwidth(menu) (menu)->max_item_width
461 #else
462 #define menu_itemwidth(menu) (menu)->itemlen
463 #endif
464
465 #ifndef HAVE_TYPE_ATTR_T
466 #if !USE_WIDEC_SUPPORT && !defined(attr_t)
467 #define attr_t chtype
468 #endif
469 #endif
470
471 #undef NCURSES_CH_T
472 #if !USE_WIDEC_SUPPORT
473 #define NCURSES_CH_T chtype
474 #else
475 #define NCURSES_CH_T cchar_t
476 #endif
477
478 #ifndef NCURSES_COLOR_T
479 #define NCURSES_COLOR_T short
480 #endif
481
482 #ifndef NCURSES_PAIRS_T
483 #define NCURSES_PAIRS_T short
484 #endif
485
486 #ifndef CCHARW_MAX
487 #define CCHARW_MAX 5
488 #endif
489
490 #if defined(NCURSES_VERSION) && defined(CURSES_WACS_ARRAY) && !defined(CURSES_WACS_SYMBOLS)
491 #define CURSES_WACS_SYMBOLS
492 #endif
493
494 #if defined(CURSES_WACS_ARRAY) && !defined(CURSES_WACS_SYMBOLS)
495 /* NetBSD 5.1 defines these incorrectly */
496 #undef  WACS_RARROW
497 #undef  WACS_LARROW
498 #undef  WACS_UARROW
499 #undef  WACS_DARROW
500 #undef  WACS_BLOCK
501 #undef  WACS_DIAMOND
502 #undef  WACS_CKBOARD
503 #undef  WACS_DEGREE
504 #undef  WACS_PLMINUS
505 #undef  WACS_BOARD
506 #undef  WACS_LANTERN
507 #undef  WACS_LRCORNER
508 #undef  WACS_URCORNER
509 #undef  WACS_ULCORNER
510 #undef  WACS_LLCORNER
511 #undef  WACS_PLUS
512 #undef  WACS_HLINE
513 #undef  WACS_S1
514 #undef  WACS_S9
515 #undef  WACS_LTEE
516 #undef  WACS_RTEE
517 #undef  WACS_BTEE
518 #undef  WACS_TTEE
519 #undef  WACS_VLINE
520 #undef  WACS_BULLET
521 #undef  WACS_S3
522 #undef  WACS_S7
523 #undef  WACS_LEQUAL
524 #undef  WACS_GEQUAL
525 #undef  WACS_PI
526 #undef  WACS_NEQUAL
527 #undef  WACS_STERLING
528
529 #define WACS_RARROW     &(CURSES_WACS_ARRAY['+'])
530 #define WACS_LARROW     &(CURSES_WACS_ARRAY[','])
531 #define WACS_UARROW     &(CURSES_WACS_ARRAY['-'])
532 #define WACS_DARROW     &(CURSES_WACS_ARRAY['.'])
533 #define WACS_BLOCK      &(CURSES_WACS_ARRAY['0'])
534 #define WACS_DIAMOND    &(CURSES_WACS_ARRAY['`'])
535 #define WACS_CKBOARD    &(CURSES_WACS_ARRAY['a'])
536 #define WACS_DEGREE     &(CURSES_WACS_ARRAY['f'])
537 #define WACS_PLMINUS    &(CURSES_WACS_ARRAY['g'])
538 #define WACS_BOARD      &(CURSES_WACS_ARRAY['h'])
539 #define WACS_LANTERN    &(CURSES_WACS_ARRAY['i'])
540 #define WACS_LRCORNER   &(CURSES_WACS_ARRAY['j'])
541 #define WACS_URCORNER   &(CURSES_WACS_ARRAY['k'])
542 #define WACS_ULCORNER   &(CURSES_WACS_ARRAY['l'])
543 #define WACS_LLCORNER   &(CURSES_WACS_ARRAY['m'])
544 #define WACS_PLUS       &(CURSES_WACS_ARRAY['n'])
545 #define WACS_HLINE      &(CURSES_WACS_ARRAY['q'])
546 #define WACS_S1         &(CURSES_WACS_ARRAY['o'])
547 #define WACS_S9         &(CURSES_WACS_ARRAY['s'])
548 #define WACS_LTEE       &(CURSES_WACS_ARRAY['t'])
549 #define WACS_RTEE       &(CURSES_WACS_ARRAY['u'])
550 #define WACS_BTEE       &(CURSES_WACS_ARRAY['v'])
551 #define WACS_TTEE       &(CURSES_WACS_ARRAY['w'])
552 #define WACS_VLINE      &(CURSES_WACS_ARRAY['x'])
553 #define WACS_BULLET     &(CURSES_WACS_ARRAY['~'])
554 #define WACS_S3         &(CURSES_WACS_ARRAY['p'])
555 #define WACS_S7         &(CURSES_WACS_ARRAY['r'])
556 #define WACS_LEQUAL     &(CURSES_WACS_ARRAY['y'])
557 #define WACS_GEQUAL     &(CURSES_WACS_ARRAY['z'])
558 #define WACS_PI         &(CURSES_WACS_ARRAY['{'])
559 #define WACS_NEQUAL     &(CURSES_WACS_ARRAY['|'])
560 #define WACS_STERLING   &(CURSES_WACS_ARRAY['}'])
561 #endif
562
563 #undef CTRL
564 #define CTRL(x) ((x) & 0x1f)
565
566 #define QUIT            CTRL('Q')
567 #define ESCAPE          CTRL('[')
568
569 #ifndef KEY_MIN
570 #define KEY_MIN 256             /* not defined in Solaris 8 */
571 #endif
572
573 #define HELP_KEY_1      '?'
574 #define HELP_KEY_2      KEY_F(1)
575
576 /* from nc_string.h, to make this stand alone */
577 #if HAVE_BSD_STRING_H
578 #include <bsd/string.h>
579 #endif
580
581 #ifdef __cplusplus
582 #define NCURSES_VOID            /* nothing */
583 #else
584 #define NCURSES_VOID (void)
585 #endif
586
587 #ifndef HAVE_STRLCAT
588 #define HAVE_STRLCAT 0
589 #endif
590
591 #ifndef HAVE_STRLCPY
592 #define HAVE_STRLCPY 0
593 #endif
594
595 #ifndef HAVE_SNPRINTF
596 #define HAVE_SNPRINTF 0
597 #endif
598
599 #ifndef USE_STRING_HACKS
600 #define USE_STRING_HACKS 0
601 #endif
602
603 #if USE_STRING_HACKS && HAVE_STRLCAT
604 #define _nc_STRCAT(d,s,n)       NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n))
605 #define _nc_STRNCAT(d,s,m,n)    NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,m))
606 #else
607 #define _nc_STRCAT(d,s,n)       NCURSES_VOID strcat((d),(s))
608 #define _nc_STRNCAT(d,s,m,n)    NCURSES_VOID strncat((d),(s),(n))
609 #endif
610
611 #if USE_STRING_HACKS && HAVE_STRLCPY
612 #define _nc_STRCPY(d,s,n)       NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n))
613 #define _nc_STRNCPY(d,s,n)      NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n))
614 #else
615 #define _nc_STRCPY(d,s,n)       NCURSES_VOID strcpy((d),(s))
616 #define _nc_STRNCPY(d,s,n)      NCURSES_VOID strncpy((d),(s),(n))
617 #endif
618
619 #if USE_STRING_HACKS && HAVE_SNPRINTF
620 #define _nc_SPRINTF             NCURSES_VOID snprintf
621 #define _nc_SLIMIT(n)           NCURSES_CAST(size_t,n),
622 #else
623 #define _nc_SPRINTF             NCURSES_VOID sprintf
624 #define _nc_SLIMIT(n)           /* nothing */
625 #endif
626
627 #ifdef DECL_CURSES_DATA_BOOLNAMES
628 extern char *boolnames[], *boolcodes[], *boolfnames[];
629 extern char *numnames[], *numcodes[], *numfnames[];
630 extern char *strnames[], *strcodes[], *strfnames[];
631 #endif
632
633 #ifdef DECL_CURSES_DATA_TTYTYPE
634 #define ttytype termname()
635 #endif
636
637 #define colored_chtype(ch, attr, pair) \
638         ((chtype) (ch) | (chtype) (attr) | (chtype) COLOR_PAIR(pair))
639
640 /*
641  * Workaround for HPUX
642  */
643 #if defined(__hpux) && !defined(NCURSES_VERSION)
644 #define getbegx(w) __getbegx(w)
645 #define getbegy(w) __getbegy(w)
646 #define getcurx(w) __getcurx(w)
647 #define getcury(w) __getcury(w)
648 #define getmaxx(w) __getmaxx(w)
649 #define getmaxy(w) __getmaxy(w)
650 #define getparx(w) __getparx(w)
651 #define getpary(w) __getpary(w)
652 #endif
653
654 /*
655  * Workaround in case getcchar() returns a positive value when the source
656  * string produces only a L'\0'.
657  */
658 #define TEST_CCHAR(s, count, then_stmt, else_stmt) \
659         if ((count = getcchar(s, NULL, NULL, NULL, NULL)) > 0) { \
660             wchar_t test_wch[CCHARW_MAX + 2]; \
661             attr_t test_attrs; \
662             NCURSES_PAIRS_T test_pair; \
663             \
664             if (getcchar( s, test_wch, &test_attrs, &test_pair, NULL) == OK \
665                 && test_wch[0] != L'\0') { \
666                 then_stmt \
667             } else { \
668                 else_stmt \
669             } \
670         } else { \
671             else_stmt \
672         }
673 /*
674  * These usually are implemented as macros, but may be functions.
675  */
676 #if !defined(getcurx) && !HAVE_GETCURX
677 #define getcurx(win)            ((win)?(win)->_curx:ERR)
678 #define getcury(win)            ((win)?(win)->_cury:ERR)
679 #endif
680
681 #if !defined(getbegx) && !HAVE_GETBEGX
682 #define getbegx(win)            ((win)?(win)->_begx:ERR)
683 #define getbegy(win)            ((win)?(win)->_begy:ERR)
684 #endif
685
686 #if !defined(getmaxx) && !HAVE_GETMAXX
687 #define getmaxx(win)            ((win)?((win)->_maxx + 1):ERR)
688 #define getmaxy(win)            ((win)?((win)->_maxy + 1):ERR)
689 #endif
690
691 /*
692  * Solaris 10 xpg4:
693 #define __m_getparx(w)          ((w)->_parent == (WINDOW *) 0 ? -1 \
694                                 : (w)->_begx - (w)->_parent->_begx)
695  */
696 #if !defined(getparx) && !HAVE_GETPARX
697 #ifdef __m_getparx
698 #define getparx(win)            __m_getparx(win)
699 #define getpary(win)            __m_getpary(win)
700 #else
701 #define getparx(win)            ((win)?((win)->_parx + 1):ERR)
702 #define getpary(win)            ((win)?((win)->_pary + 1):ERR)
703 #endif
704 #endif
705
706 #if !defined(mvwvline) && !HAVE_MVWVLINE
707 #define mvwvline(w,y,x,ch,n)    (move(y,x) == ERR ? ERR : wvline(w,ch,n))
708 #define mvwhline(w,y,x,ch,n)    (move(y,x) == ERR ? ERR : whline(w,ch,n))
709 #endif
710
711 #if !defined(mvvline) && !HAVE_MVVLINE
712 #define mvvline(y,x,ch,n)       (move(y,x) == ERR ? ERR : vline(ch,n))
713 #define mvhline(y,x,ch,n)       (move(y,x) == ERR ? ERR : hline(ch,n))
714 #endif
715
716 /*
717  * Try to accommodate curses implementations that have no terminfo support.
718  */
719 #if HAVE_TIGETNUM
720 #define TIGETNUM(ti,tc) tigetnum(ti)
721 #else
722 #define TIGETNUM(ti,tc) tgetnum(tc)
723 #endif
724
725 #if HAVE_TIGETSTR
726 #define TIGETSTR(ti,tc) tigetstr(ti)
727 #else
728 #define TIGETSTR(ti,tc) tgetstr(tc,&area_pointer)
729 #endif
730
731 /*
732  * So far (2013 - more than ten years), only ncurses implements
733  * use_extended_names().
734  */
735 #if defined(NCURSES_XNAMES)
736 #elif defined(NCURSES_VERSION) && defined(HAVE_TERM_ENTRY_H) && HAVE_TERM_ENTRY_H
737 #define NCURSES_XNAMES 1
738 #else
739 #define NCURSES_XNAMES 0
740 #endif
741
742 /* ncurses implements tparm() with varargs, X/Open with a fixed-parameter list
743  * (which is incompatible with legacy usage, doesn't solve any problems).
744  */
745 #define tparm3(a,b,c) tparm(a,b,c,0,0,0,0,0,0,0)
746 #define tparm2(a,b)   tparm(a,b,0,0,0,0,0,0,0,0)
747
748 #define UChar(c)    ((unsigned char)(c))
749
750 #define SIZEOF(table)   (sizeof(table)/sizeof(table[0]))
751
752 #if defined(NCURSES_VERSION) && HAVE_NC_ALLOC_H
753 #include <nc_alloc.h>
754 #if HAVE_NC_FREEALL && defined(USE_TINFO)
755 #undef ExitProgram
756 #define ExitProgram(code) _nc_free_tinfo(code)
757 #endif
758 #else
759 #define typeMalloc(type,n) (type *) malloc((size_t)(n) * sizeof(type))
760 #define typeCalloc(type,elts) (type *) calloc((size_t)(elts), sizeof(type))
761 #define typeRealloc(type,n,p) (type *) realloc(p, (size_t)(n) * sizeof(type))
762 #endif
763
764 #ifndef ExitProgram
765 #define ExitProgram(code) exit(code)
766 #endif
767
768 #ifndef EXIT_SUCCESS
769 #define EXIT_SUCCESS 0
770 #endif
771 #ifndef EXIT_FAILURE
772 #define EXIT_FAILURE 1
773 #endif
774
775 #if defined(__MINGW32__) || defined(USE_WIN32CON_DRIVER)
776
777 #if defined(PDCURSES)
778 #ifdef WINVER
779 #  if WINVER < 0x0501
780 #    error WINVER must at least be 0x0501
781 #  endif
782 #else
783 #  define WINVER 0x0501
784 #endif
785 #include <windows.h>
786 #include <sys/time.h>           /* for struct timeval */
787 #undef sleep
788 #define sleep(n) Sleep((n) * 1000)
789 #define SIGHUP  1
790 #define SIGKILL 9
791 #define getlogin() "username"
792
793 #elif defined(HAVE_NCURSESW_NCURSES_H)
794 #include <ncursesw/nc_mingw.h>
795 #elif defined(HAVE_NCURSES_NCURSES_H)
796 #include <ncurses/nc_mingw.h>
797 #else
798 #include <nc_mingw.h>
799 #endif
800
801 /* conflicts in test/firstlast.c */
802 #undef large
803 #undef small
804
805 #endif
806
807 /* Use this to quiet gcc's -Wwrite-strings warnings, but accommodate SVr4
808  * curses which doesn't have const parameters declared (so far) in the places
809  * that XSI shows.
810  */
811 #ifndef NCURSES_CONST
812 #define NCURSES_CONST           /* nothing */
813 #endif
814
815 /* out-of-band values for representing absent capabilities */
816 #define ABSENT_BOOLEAN          ((signed char)-1)       /* 255 */
817 #define ABSENT_NUMERIC          (-1)
818 #define ABSENT_STRING           (char *)0
819
820 /* out-of-band values for representing cancels */
821 #define CANCELLED_BOOLEAN       ((signed char)-2)       /* 254 */
822 #define CANCELLED_NUMERIC       (-2)
823 #define CANCELLED_STRING        (char *)(-1)
824
825 #define VALID_BOOLEAN(s) ((unsigned char)(s) <= 1)      /* reject "-1" */
826 #define VALID_NUMERIC(s) ((s) >= 0)
827 #define VALID_STRING(s)  ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
828
829 #define VT_ACSC "``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~"
830
831 #define CATCHALL(handler) { \
832                 int nsig; \
833                 for (nsig = SIGHUP; nsig < SIGTERM; ++nsig) \
834                     if (nsig != SIGKILL) \
835                         signal(nsig, handler); \
836             }
837
838 /*
839  * Workaround for clean(er) compile with Solaris's legacy curses.
840  * The same would be needed for HPUX 10.20
841  */
842 #ifndef TPUTS_ARG
843 #define TPUTS_ARG int
844 #endif
845
846 #if defined(sun) && !defined(_XOPEN_CURSES) && !defined(NCURSES_VERSION_PATCH)
847 #undef TPUTS_ARG
848 #define TPUTS_ARG char
849 extern char *tgoto(char *, int, int);   /* available, but not prototyped */
850 #endif
851
852 #ifndef TPUTS_PROTO
853 #define TPUTS_PROTO(func,value) int func(TPUTS_ARG value)
854 #endif
855
856 #ifndef TPUTS_RETURN
857 #define TPUTS_RETURN(value) return value
858 #endif
859
860 /*
861  * Workarounds for Solaris's X/Open curses
862  */
863 #if !defined(KEY_MIN) && defined(__KEY_MIN)
864 #define KEY_MIN __KEY_MIN
865 #endif
866 #if !defined(KEY_MAX) && defined(__KEY_MIN)
867 #define KEY_MAX __KEY_MAX
868 #endif
869
870 /*
871  * Workaround to build with Sun's default SVr4 curses.
872  */
873 #ifdef NCURSES_VERSION
874 #ifndef HAVE_VW_PRINTW
875 #define HAVE_VW_PRINTW 1
876 #endif
877 #endif
878
879 /*
880  * ncurses provides arrays of capability names; X/Open discarded these SVr4
881  * features.  Some implementations continue to provide them (see the test
882  * configure script).
883  */
884 #ifdef NCURSES_VERSION
885 #ifndef HAVE_CURSES_DATA_BOOLNAMES
886 #define HAVE_CURSES_DATA_BOOLNAMES 1
887 #endif
888 #endif
889
890 /*
891  * ncurses uses const in some places where X/Open does (or did) not allow.
892  */
893 #ifdef NCURSES_VERSION
894 #define CONST_MENUS const
895 #else
896 #define CONST_MENUS             /* nothing */
897 #endif
898
899 /*
900  * Simplify setting up demo of threading with these macros.
901  */
902
903 #if HAVE_USE_WINDOW
904 #define USING_WINDOW(w,func) use_window(w, (NCURSES_WINDOW_CB) func, w)
905 #define USING_WINDOW2(w,func,data) use_window(w, (NCURSES_WINDOW_CB) func, data)
906 #define WANT_USE_WINDOW() extern void _nc_want_use_window(void)
907 #else
908 #define USING_WINDOW(w,func) func(w)
909 #define USING_WINDOW2(w,func,data) func(w,data)
910 #define WANT_USE_WINDOW() extern void _nc_want_use_window(void)
911 #endif
912
913 #if HAVE_USE_WINDOW
914 #define USING_SCREEN(s,func,data) use_screen(s, (NCURSES_SCREEN_CB) func, data)
915 #define WANT_USE_SCREEN() extern void _nc_want_use_screen(void)
916 #else
917 #define USING_SCREEN(s,func,data) func(data)
918 #define WANT_USE_SCREEN() extern void _nc_want_use_screen(void)
919 #endif
920
921 #if defined(TRACE) && HAVE__TRACEF
922 #define Trace(p) _tracef p
923 #define USE_TRACE 1
924 #define START_TRACE() \
925         if ((_nc_tracing & TRACE_MAXIMUM) == 0) { \
926             int t = _nc_getenv_num("NCURSES_TRACE"); \
927             if (t >= 0) \
928                 trace((unsigned) t); \
929         }
930 extern unsigned _nc_tracing;
931 extern int _nc_getenv_num(const char *);
932 #else
933 #undef TRACE
934 #define Trace(p)                /* nothing */
935 #define USE_TRACE 0
936 #define START_TRACE()           /* nothing */
937 #endif
938
939 #define Trace2(p)               /* nothing */
940
941 #define AddCh(c)                (void) addch((chtype)(c))
942 #define WAddCh(w,c)             (void) waddch((w),(chtype)(c))
943 #define MvAddCh(y,x,c)          (void) mvaddch((y),(x),(chtype)(c))
944 #define MvWAddCh(w,y,x,c)       (void) mvwaddch((w),(y),(x),(chtype)(c))
945 #define MvAddStr(y,x,s)         (void) mvaddstr((y),(x),(s))
946 #define MvWAddStr(w,y,x,s)      (void) mvwaddstr((w),(y),(x),(s))
947 #define MvWAddChStr(w,y,x,s)    (void) mvwaddchstr((w),(y),(x),(s))
948 #define MvPrintw                (void) mvprintw
949 #define MvWPrintw               (void) mvwprintw
950 #define MvHLine                 (void) mvhline
951 #define MvWHLine                (void) mvwhline
952 #define MvVLine                 (void) mvvline
953 #define MvWVLine                (void) mvwvline
954
955 /*
956  * The macro likely uses unsigned values, while X/Open prototype uses int.
957  */
958 #if defined(wattrset) || defined(PDCURSES)
959 #define AttrArg(p,a)    (attr_t) ((attr_t)(p) | (attr_t)(a))
960 #else
961 #define AttrArg(p,a)    (int) ((attr_t)(p) | (attr_t)(a))
962 #endif
963
964 /*
965  * Workaround for defective implementation of gcc attribute warn_unused_result
966  */
967 #if defined(__GNUC__) && defined(_FORTIFY_SOURCE)
968 #define IGNORE_RC(func) errno = func
969 #else
970 #define IGNORE_RC(func) (void) func
971 #endif /* gcc workarounds */
972
973 #define init_mb(state)  memset(&state, 0, sizeof(state))
974
975 #endif /* __TEST_PRIV_H */