]> ncurses.scripts.mit.edu Git - ncurses.git/blob - test/test.priv.h
ncurses 6.1 - patch 20190330
[ncurses.git] / test / test.priv.h
1 /****************************************************************************
2  * Copyright (c) 1998-2018,2019 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.180 2019/03/30 20:19:38 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
73 #ifndef HAVE_CURSES_VERSION
74 #define HAVE_CURSES_VERSION 0
75 #endif
76
77 #ifndef HAVE_CURSCR
78 #define HAVE_CURSCR 0
79 #endif
80
81 #ifndef HAVE_CHGAT
82 #define HAVE_CHGAT 0
83 #endif
84
85 #ifndef HAVE_COLOR_CONTENT
86 #define HAVE_COLOR_CONTENT 0
87 #endif
88
89 #ifndef HAVE_COPYWIN
90 #define HAVE_COPYWIN 0
91 #endif
92
93 #ifndef HAVE_COLOR_SET
94 #define HAVE_COLOR_SET 0
95 #endif
96
97 #ifndef HAVE_DELSCREEN
98 #define HAVE_DELSCREEN 0
99 #endif
100
101 #ifndef HAVE_DUPWIN
102 #define HAVE_DUPWIN 0
103 #endif
104
105 #ifndef HAVE_FILTER
106 #define HAVE_FILTER 0
107 #endif
108
109 #ifndef HAVE_FORM_H
110 #define HAVE_FORM_H 0
111 #endif
112
113 #ifndef HAVE_GETBEGX
114 #define HAVE_GETBEGX 0
115 #endif
116
117 #ifndef HAVE_GETCURX
118 #define HAVE_GETCURX 0
119 #endif
120
121 #ifndef HAVE_GETMAXX
122 #define HAVE_GETMAXX 0
123 #endif
124
125 #ifndef HAVE_GETOPT_H
126 #define HAVE_GETOPT_H 0
127 #endif
128
129 #ifndef HAVE_GETPARX
130 #define HAVE_GETPARX 0
131 #endif
132
133 #ifndef HAVE_GETWIN
134 #define HAVE_GETWIN 0
135 #endif
136
137 #ifndef HAVE_HALFDELAY
138 #define HAVE_HALFDELAY 0
139 #endif
140
141 #ifndef HAVE_INIT_EXTENDED_COLOR
142 #define HAVE_INIT_EXTENDED_COLOR 0
143 #endif
144
145 #ifndef HAVE_LIBFORM
146 #define HAVE_LIBFORM 0
147 #endif
148
149 #ifndef HAVE_LIBMENU
150 #define HAVE_LIBMENU 0
151 #endif
152
153 #ifndef HAVE_LIBPANEL
154 #define HAVE_LIBPANEL 0
155 #endif
156
157 #ifndef HAVE_LANGINFO_CODESET
158 #define HAVE_LANGINFO_CODESET 0
159 #endif
160
161 #ifndef HAVE_LOCALE_H
162 #define HAVE_LOCALE_H 0
163 #endif
164
165 #ifndef HAVE_MATH_H
166 #define HAVE_MATH_H 0
167 #endif
168
169 #ifndef HAVE_MENU_H
170 #define HAVE_MENU_H 0
171 #endif
172
173 #ifndef HAVE_MVDERWIN
174 #define HAVE_MVDERWIN 0
175 #endif
176
177 #ifndef HAVE_MVVLINE
178 #define HAVE_MVVLINE 0
179 #endif
180
181 #ifndef HAVE_MVWIN
182 #define HAVE_MVWIN 0
183 #endif
184
185 #ifndef HAVE_MVWVLINE
186 #define HAVE_MVWVLINE 0
187 #endif
188
189 #ifndef HAVE_NAPMS
190 #define HAVE_NAPMS 1
191 #endif
192
193 #ifndef HAVE_NC_ALLOC_H
194 #define HAVE_NC_ALLOC_H 0
195 #endif
196
197 #ifndef HAVE_NEWPAD
198 #define HAVE_NEWPAD 0
199 #endif
200
201 #ifndef HAVE_PANEL_H
202 #define HAVE_PANEL_H 0
203 #endif
204
205 #ifndef HAVE_PUTWIN
206 #define HAVE_PUTWIN 0
207 #endif
208
209 #ifndef HAVE_RESET_COLOR_PAIRS
210 #define HAVE_RESET_COLOR_PAIRS 0
211 #endif
212
213 #ifndef HAVE_RESIZE_TERM
214 #define HAVE_RESIZE_TERM 0
215 #endif
216
217 #ifndef HAVE_RESTARTTERM
218 #define HAVE_RESTARTTERM 0
219 #endif
220
221 #ifndef HAVE_RIPOFFLINE
222 #define HAVE_RIPOFFLINE 0
223 #endif
224
225 #ifndef HAVE_SCR_DUMP
226 #define HAVE_SCR_DUMP 0
227 #endif
228
229 #ifndef HAVE_SETUPTERM
230 #define HAVE_SETUPTERM 0
231 #endif
232
233 #ifndef HAVE_SLK_COLOR
234 #define HAVE_SLK_COLOR 0
235 #endif
236
237 #ifndef HAVE_SLK_INIT
238 #define HAVE_SLK_INIT 0
239 #endif
240
241 #ifndef HAVE_STDINT_H
242 #define HAVE_STDINT_H 0
243 #endif
244
245 #ifndef HAVE_STRSTR
246 #define HAVE_STRSTR 0
247 #endif
248
249 #ifndef HAVE_SYS_IOCTL_H
250 #define HAVE_SYS_IOCTL_H 0
251 #endif
252
253 #ifndef HAVE_SYS_SELECT_H
254 #define HAVE_SYS_SELECT_H 0
255 #endif
256
257 #ifndef HAVE_TERMATTRS
258 #define HAVE_TERMATTRS 0
259 #endif
260
261 #ifndef HAVE_TERMIOS_H
262 #define HAVE_TERMIOS_H 0
263 #endif
264
265 #ifndef HAVE_TERMNAME
266 #define HAVE_TERMNAME 0
267 #endif
268
269 #ifndef HAVE_TERM_ENTRY_H
270 #define HAVE_TERM_ENTRY_H 0
271 #endif
272
273 #ifndef HAVE_TGETENT
274 #define HAVE_TGETENT 0
275 #endif
276
277 #ifndef HAVE_TIGETNUM
278 #define HAVE_TIGETNUM 0
279 #endif
280
281 #ifndef HAVE_TIGETSTR
282 #define HAVE_TIGETSTR 0
283 #endif
284
285 #ifndef HAVE_TPUTS_SP
286 #define HAVE_TPUTS_SP 0
287 #endif
288
289 #ifndef HAVE_TSEARCH
290 #define HAVE_TSEARCH 0
291 #endif
292
293 #ifndef HAVE_TYPEAHEAD
294 #define HAVE_TYPEAHEAD 0
295 #endif
296
297 #ifndef HAVE_WINSSTR
298 #define HAVE_WINSSTR 0
299 #endif
300
301 #ifndef HAVE_USE_DEFAULT_COLORS
302 #define HAVE_USE_DEFAULT_COLORS 0
303 #endif
304
305 #ifndef HAVE_USE_ENV
306 #define HAVE_USE_ENV 0
307 #endif
308
309 #ifndef HAVE_USE_EXTENDED_NAMES
310 #define HAVE_USE_EXTENDED_NAMES 0
311 #endif
312
313 #ifndef HAVE_USE_SCREEN
314 #define HAVE_USE_SCREEN 0
315 #endif
316
317 #ifndef HAVE_USE_WINDOW
318 #define HAVE_USE_WINDOW 0
319 #endif
320
321 #ifndef HAVE_VIDPUTS
322 #define HAVE_VIDPUTS 0
323 #endif
324
325 #ifndef HAVE_VID_PUTS
326 #define HAVE_VID_PUTS 0
327 #endif
328
329 #ifndef HAVE_WINSDELLN
330 #define HAVE_WINSDELLN 0
331 #endif
332
333 #ifndef HAVE_WRESIZE
334 #define HAVE_WRESIZE 0
335 #endif
336
337 #ifndef HAVE__TRACEF
338 #define HAVE__TRACEF 0
339 #endif
340
341 #ifndef NCURSES_EXT_FUNCS
342 #define NCURSES_EXT_FUNCS 0
343 #endif
344
345 #ifndef NEED_PTEM_H
346 #define NEED_PTEM_H 0
347 #endif
348
349 #ifndef NEED_WCHAR_H
350 #define NEED_WCHAR_H 0
351 #endif
352
353 #ifndef NO_LEAKS
354 #define NO_LEAKS 0
355 #endif
356
357 /*
358  * Workaround for HPUX
359  */
360 #if defined(__hpux) && !defined(NCURSES_VERSION)
361 #define _ACS_COMPAT_CODE        /* needed for acs_map vs __acs_map */
362 #endif
363
364 #include <stdlib.h>
365 #include <stdarg.h>
366 #include <string.h>
367 #include <sys/types.h>
368 #include <errno.h>
369
370 #if HAVE_UNISTD_H
371 #include <unistd.h>
372 #endif
373
374 #include <signal.h>             /* include before curses.h to work around glibc bug */
375
376 #if NEED_WCHAR_H
377 #include <wchar.h>
378 #ifdef HAVE_LIBUTF8_H
379 #include <libutf8.h>
380 #endif
381 #endif
382
383 #if defined(HAVE_XCURSES)
384 #include <xcurses.h>
385 #elif defined(HAVE_NCURSESW_NCURSES_H)
386 #include <ncursesw/curses.h>
387 #elif defined(HAVE_NCURSES_NCURSES_H)
388 #include <ncurses/curses.h>
389 #else
390 #include <curses.h>
391 #endif
392
393 #if defined(HAVE_XCURSES) || defined(PDCURSES)
394 /* no other headers */
395 #undef  HAVE_SETUPTERM          /* nonfunctional */
396 #define HAVE_SETUPTERM 0
397 #undef  HAVE_TGETENT            /* nonfunctional */
398 #define HAVE_TGETENT 0
399 #undef  HAVE_TIGETSTR           /* nonfunctional */
400 #define HAVE_TIGETSTR 0
401 #elif defined(HAVE_NCURSESW_TERM_H)
402 #include <ncursesw/term.h>
403 #elif defined(HAVE_NCURSES_TERM_H)
404 #include <ncurses/term.h>
405 #elif defined(HAVE_TERM_H)
406 #include <term.h>
407 #endif
408
409 /*
410  * Not all curses.h implementations include unctrl.h,
411  */
412 #if defined(HAVE_NCURSESW_UNCTRL_H)
413 #include <ncursesw/unctrl.h>
414 #elif defined(HAVE_NCURSES_UNCTRL_H)
415 #include <ncurses/unctrl.h>
416 #elif defined(HAVE_UNCTRL_H)
417 #include <unctrl.h>
418 #endif
419
420 #if HAVE_GETOPT_H
421 #include <getopt.h>
422 #elif !defined(HAVE_GETOPT_HEADER)
423 /* 'getopt()' may be prototyped in <stdlib.h>, but declaring its variables
424  * doesn't hurt.
425  */
426 extern char *optarg;
427 extern int optind;
428 #endif /* HAVE_GETOPT_H */
429
430 #if HAVE_LOCALE_H
431 #include <locale.h>
432 #else
433 #define setlocale(name,string)  /* nothing */
434 #endif
435
436 #include <assert.h>
437 #include <ctype.h>
438
439 #ifndef GCC_NORETURN
440 #define GCC_NORETURN            /* nothing */
441 #endif
442 #ifndef GCC_PRINTFLIKE
443 #define GCC_PRINTFLIKE(a,b)     /* nothing */
444 #endif
445 #ifndef GCC_SCANFLIKE
446 #define GCC_SCANFLIKE(a,b)      /* nothing */
447 #endif
448 #ifndef GCC_UNUSED
449 #define GCC_UNUSED              /* nothing */
450 #endif
451
452 #ifndef HAVE_GETNSTR
453 #define getnstr(s,n) getstr(s)
454 #endif
455
456 #if HAVE_INIT_EXTENDED_COLOR
457 #define USE_EXTENDED_COLOR 1
458 #else
459 #define USE_EXTENDED_COLOR 0
460 #endif
461
462 #ifndef USE_SOFTKEYS
463 #if HAVE_SLK_INIT
464 #define USE_SOFTKEYS 1
465 #else
466 #define USE_SOFTKEYS 0
467 #endif
468 #endif
469
470 #if !USE_SOFTKEYS
471 #define slk_init()              /* nothing */
472 #define slk_restore()           /* nothing */
473 #define slk_clear()             /* nothing */
474 #endif
475
476 #if !NCURSES_EXT_FUNCS
477 #define set_tabsize(n)  TABSIZE = (n)
478 #endif
479
480 #if HAVE_TPUTS_SP
481 #define USE_SP_FUNCS 1
482 #else
483 #define USE_SP_FUNCS 0
484 #endif
485
486 #ifndef HAVE_WSYNCDOWN
487 #define wsyncdown(win)          /* nothing */
488 #endif
489
490 #ifndef USE_WIDEC_SUPPORT
491 #if (defined(_XOPEN_SOURCE_EXTENDED) \
492   || (defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE - 0 >= 500)) \
493   || (defined(NCURSES_WIDECHAR) && (NCURSES_WIDECHAR - 0 < 1))) \
494   && defined(WACS_ULCORNER)
495 #define USE_WIDEC_SUPPORT 1
496 #else
497 #define USE_WIDEC_SUPPORT 0
498 #endif
499 #endif
500
501 #if HAVE_PANEL_H && HAVE_LIBPANEL
502 #define USE_LIBPANEL 1
503 #else
504 #define USE_LIBPANEL 0
505 #endif
506
507 #if HAVE_MENU_H && HAVE_LIBMENU
508 #define USE_LIBMENU 1
509 #else
510 #define USE_LIBMENU 0
511 #endif
512
513 #if HAVE_FORM_H && HAVE_LIBFORM
514 #define USE_LIBFORM 1
515 #else
516 #define USE_LIBFORM 0
517 #endif
518
519 /* workaround, to build against NetBSD's variant of the form library */
520 #ifdef HAVE_NETBSD_FORM_H
521 #define form_getyx(form, y, x) y = (int)current_field(form)->cursor_ypos, x = (int)current_field(form)->cursor_xpos
522 #else
523 #define form_getyx(form, y, x) y = (int)(form)->currow, x = (int)(form)->curcol
524 #endif
525
526 /* workaround, to build against NetBSD's variant of the form library */
527 #ifdef HAVE_NETBSD_MENU_H
528 #define menu_itemwidth(menu) (menu)->max_item_width
529 #else
530 #define menu_itemwidth(menu) (menu)->itemlen
531 #endif
532
533 #ifndef HAVE_TYPE_ATTR_T
534 #if !USE_WIDEC_SUPPORT && !defined(attr_t)
535 #define attr_t chtype
536 #endif
537 #endif
538
539 #undef NCURSES_CH_T
540 #if !USE_WIDEC_SUPPORT
541 #define NCURSES_CH_T chtype
542 #else
543 #define NCURSES_CH_T cchar_t
544 #endif
545
546 #ifndef NCURSES_COLOR_T
547 #define NCURSES_COLOR_T short
548 #endif
549
550 #ifndef NCURSES_PAIRS_T
551 #define NCURSES_PAIRS_T short
552 #endif
553
554 #ifndef CCHARW_MAX
555 #define CCHARW_MAX 5
556 #endif
557
558 #if defined(NCURSES_VERSION) && defined(CURSES_WACS_ARRAY) && !defined(CURSES_WACS_SYMBOLS)
559 #define CURSES_WACS_SYMBOLS
560 #endif
561
562 #if defined(CURSES_WACS_ARRAY) && !defined(CURSES_WACS_SYMBOLS)
563 /* NetBSD 5.1 defines these incorrectly */
564 #undef  WACS_RARROW
565 #undef  WACS_LARROW
566 #undef  WACS_UARROW
567 #undef  WACS_DARROW
568 #undef  WACS_BLOCK
569 #undef  WACS_DIAMOND
570 #undef  WACS_CKBOARD
571 #undef  WACS_DEGREE
572 #undef  WACS_PLMINUS
573 #undef  WACS_BOARD
574 #undef  WACS_LANTERN
575 #undef  WACS_LRCORNER
576 #undef  WACS_URCORNER
577 #undef  WACS_ULCORNER
578 #undef  WACS_LLCORNER
579 #undef  WACS_PLUS
580 #undef  WACS_HLINE
581 #undef  WACS_S1
582 #undef  WACS_S9
583 #undef  WACS_LTEE
584 #undef  WACS_RTEE
585 #undef  WACS_BTEE
586 #undef  WACS_TTEE
587 #undef  WACS_VLINE
588 #undef  WACS_BULLET
589 #undef  WACS_S3
590 #undef  WACS_S7
591 #undef  WACS_LEQUAL
592 #undef  WACS_GEQUAL
593 #undef  WACS_PI
594 #undef  WACS_NEQUAL
595 #undef  WACS_STERLING
596
597 #define WACS_RARROW     &(CURSES_WACS_ARRAY['+'])
598 #define WACS_LARROW     &(CURSES_WACS_ARRAY[','])
599 #define WACS_UARROW     &(CURSES_WACS_ARRAY['-'])
600 #define WACS_DARROW     &(CURSES_WACS_ARRAY['.'])
601 #define WACS_BLOCK      &(CURSES_WACS_ARRAY['0'])
602 #define WACS_DIAMOND    &(CURSES_WACS_ARRAY['`'])
603 #define WACS_CKBOARD    &(CURSES_WACS_ARRAY['a'])
604 #define WACS_DEGREE     &(CURSES_WACS_ARRAY['f'])
605 #define WACS_PLMINUS    &(CURSES_WACS_ARRAY['g'])
606 #define WACS_BOARD      &(CURSES_WACS_ARRAY['h'])
607 #define WACS_LANTERN    &(CURSES_WACS_ARRAY['i'])
608 #define WACS_LRCORNER   &(CURSES_WACS_ARRAY['j'])
609 #define WACS_URCORNER   &(CURSES_WACS_ARRAY['k'])
610 #define WACS_ULCORNER   &(CURSES_WACS_ARRAY['l'])
611 #define WACS_LLCORNER   &(CURSES_WACS_ARRAY['m'])
612 #define WACS_PLUS       &(CURSES_WACS_ARRAY['n'])
613 #define WACS_HLINE      &(CURSES_WACS_ARRAY['q'])
614 #define WACS_S1         &(CURSES_WACS_ARRAY['o'])
615 #define WACS_S9         &(CURSES_WACS_ARRAY['s'])
616 #define WACS_LTEE       &(CURSES_WACS_ARRAY['t'])
617 #define WACS_RTEE       &(CURSES_WACS_ARRAY['u'])
618 #define WACS_BTEE       &(CURSES_WACS_ARRAY['v'])
619 #define WACS_TTEE       &(CURSES_WACS_ARRAY['w'])
620 #define WACS_VLINE      &(CURSES_WACS_ARRAY['x'])
621 #define WACS_BULLET     &(CURSES_WACS_ARRAY['~'])
622 #define WACS_S3         &(CURSES_WACS_ARRAY['p'])
623 #define WACS_S7         &(CURSES_WACS_ARRAY['r'])
624 #define WACS_LEQUAL     &(CURSES_WACS_ARRAY['y'])
625 #define WACS_GEQUAL     &(CURSES_WACS_ARRAY['z'])
626 #define WACS_PI         &(CURSES_WACS_ARRAY['{'])
627 #define WACS_NEQUAL     &(CURSES_WACS_ARRAY['|'])
628 #define WACS_STERLING   &(CURSES_WACS_ARRAY['}'])
629 #endif
630
631 #ifndef WA_NORMAL
632 #define WA_NORMAL       A_NORMAL
633 #endif
634 #ifndef WA_BOLD
635 #define WA_BOLD         A_BOLD
636 #endif
637 #ifndef WA_REVERSE
638 #define WA_REVERSE      A_REVERSE
639 #endif
640 #ifndef WA_UNDERLINE
641 #define WA_UNDERLINE    A_UNDERLINE
642 #endif
643 #ifndef WA_BLINK
644 #define WA_BLINK        A_BLINK
645 #endif
646
647 #ifndef OK
648 #define OK (0)
649 #endif
650
651 #ifndef ERR
652 #define ERR (-1)
653 #endif
654
655 #undef CTRL
656 #define CTRL(x) ((x) & 0x1f)
657
658 #define QUIT            CTRL('Q')
659 #define ESCAPE          CTRL('[')
660
661 #ifndef KEY_MIN
662 #define KEY_MIN 256             /* not defined in Solaris 8 */
663 #endif
664
665 #define HELP_KEY_1      '?'
666 #define HELP_KEY_2      KEY_F(1)
667
668 /* from nc_string.h, to make this stand alone */
669 #if HAVE_BSD_STRING_H
670 #include <bsd/string.h>
671 #endif
672
673 #ifdef __cplusplus
674 #define NCURSES_VOID            /* nothing */
675 #else
676 #define NCURSES_VOID (void)
677 #endif
678
679 #ifndef HAVE_STRLCAT
680 #define HAVE_STRLCAT 0
681 #endif
682
683 #ifndef HAVE_STRLCPY
684 #define HAVE_STRLCPY 0
685 #endif
686
687 #ifndef HAVE_SNPRINTF
688 #define HAVE_SNPRINTF 0
689 #endif
690
691 #ifndef USE_STRING_HACKS
692 #define USE_STRING_HACKS 0
693 #endif
694
695 #ifndef NCURSES_CAST
696 #ifdef __cplusplus
697 extern "C" {
698 #define NCURSES_CAST(type,value) static_cast<type>(value)
699 #else
700 #define NCURSES_CAST(type,value) (type)(value)
701 #endif
702 #endif
703
704 #if USE_STRING_HACKS && HAVE_STRLCAT
705 #define _nc_STRCAT(d,s,n)       NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n))
706 #define _nc_STRNCAT(d,s,m,n)    NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,m))
707 #else
708 #define _nc_STRCAT(d,s,n)       NCURSES_VOID strcat((d),(s))
709 #define _nc_STRNCAT(d,s,m,n)    NCURSES_VOID strncat((d),(s),(n))
710 #endif
711
712 #if USE_STRING_HACKS && HAVE_STRLCPY
713 #define _nc_STRCPY(d,s,n)       NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n))
714 #define _nc_STRNCPY(d,s,n)      NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n))
715 #else
716 #define _nc_STRCPY(d,s,n)       NCURSES_VOID strcpy((d),(s))
717 #define _nc_STRNCPY(d,s,n)      NCURSES_VOID strncpy((d),(s),(n))
718 #endif
719
720 #if USE_STRING_HACKS && HAVE_SNPRINTF
721 #define _nc_SPRINTF             NCURSES_VOID snprintf
722 #define _nc_SLIMIT(n)           NCURSES_CAST(size_t,n),
723 #else
724 #define _nc_SPRINTF             NCURSES_VOID sprintf
725 #define _nc_SLIMIT(n)           /* nothing */
726 #endif
727
728 #ifdef DECL_CURSES_DATA_BOOLNAMES
729 extern char *boolnames[], *boolcodes[], *boolfnames[];
730 extern char *numnames[], *numcodes[], *numfnames[];
731 extern char *strnames[], *strcodes[], *strfnames[];
732 #endif
733
734 #ifndef HAVE_CURSES_DATA_TTYTYPE
735 #define HAVE_CURSES_DATA_TTYTYPE 0
736 #endif
737
738 #ifndef DECL_CURSES_DATA_TTYTYPE
739 #define DECL_CURSES_DATA_TTYTYPE 0
740 #endif
741
742 #if !defined(ttytype) && (!HAVE_CURSES_DATA_TTYTYPE || DECL_CURSES_DATA_TTYTYPE)
743 #define ttytype termname()
744 #endif
745
746 #define colored_chtype(ch, attr, pair) \
747         ((chtype) (ch) | (chtype) (attr) | (chtype) COLOR_PAIR(pair))
748
749 /*
750  * Workaround for HPUX
751  */
752 #if defined(__hpux) && !defined(NCURSES_VERSION)
753 #define getbegx(w) __getbegx(w)
754 #define getbegy(w) __getbegy(w)
755 #define getcurx(w) __getcurx(w)
756 #define getcury(w) __getcury(w)
757 #define getmaxx(w) __getmaxx(w)
758 #define getmaxy(w) __getmaxy(w)
759 #define getparx(w) __getparx(w)
760 #define getpary(w) __getpary(w)
761 #endif
762
763 /*
764  * Workaround in case getcchar() returns a positive value when the source
765  * string produces only a L'\0'.
766  */
767 #define TEST_CCHAR(s, count, then_stmt, else_stmt) \
768         if ((count = getcchar(s, NULL, NULL, NULL, NULL)) > 0) { \
769             wchar_t test_wch[CCHARW_MAX + 2]; \
770             attr_t test_attrs; \
771             NCURSES_PAIRS_T test_pair; \
772             \
773             if (getcchar( s, test_wch, &test_attrs, &test_pair, NULL) == OK \
774                 && test_wch[0] != L'\0') { \
775                 then_stmt \
776             } else { \
777                 else_stmt \
778             } \
779         } else { \
780             else_stmt \
781         }
782 /*
783  * These usually are implemented as macros, but may be functions.
784  */
785 #if !defined(getcurx) && !HAVE_GETCURX
786 #define getcurx(win)            ((win) ? ((int)(win)->_curx) : ERR)
787 #define getcury(win)            ((win) ? ((int)(win)->_cury) : ERR)
788 #endif
789
790 #if !defined(getbegx) && !HAVE_GETBEGX
791 #define getbegx(win)            ((win) ? ((int)(win)->_begx) : ERR)
792 #define getbegy(win)            ((win) ? ((int)(win)->_begy) : ERR)
793 #endif
794
795 #if !defined(getmaxx) && !HAVE_GETMAXX
796 #define getmaxx(win)            ((win) ? ((int)(win)->_maxx + 1) : ERR)
797 #define getmaxy(win)            ((win) ? ((int)(win)->_maxy + 1) : ERR)
798 #endif
799
800 /*
801  * Solaris 10 xpg4:
802 #define __m_getparx(w)          ((w)->_parent == (WINDOW *) 0 ? -1 \
803                                 : (w)->_begx - (w)->_parent->_begx)
804  */
805 #if !defined(getparx) && !HAVE_GETPARX
806 #ifdef __m_getparx
807 #define getparx(win)            __m_getparx(win)
808 #define getpary(win)            __m_getpary(win)
809 #else
810 #define getparx(win)            ((win)?((win)->_parx + 1):ERR)
811 #define getpary(win)            ((win)?((win)->_pary + 1):ERR)
812 #endif
813 #endif
814
815 #if !defined(mvwvline) && !HAVE_MVWVLINE
816 #define mvwvline(w,y,x,ch,n)    (move(y,x) == ERR ? ERR : wvline(w,ch,n))
817 #define mvwhline(w,y,x,ch,n)    (move(y,x) == ERR ? ERR : whline(w,ch,n))
818 #endif
819
820 #if !defined(mvvline) && !HAVE_MVVLINE
821 #define mvvline(y,x,ch,n)       (move(y,x) == ERR ? ERR : vline(ch,n))
822 #define mvhline(y,x,ch,n)       (move(y,x) == ERR ? ERR : hline(ch,n))
823 #endif
824
825 /*
826  * Try to accommodate curses implementations that have no terminfo support.
827  */
828 #if HAVE_TIGETNUM
829 #define TIGETNUM(ti,tc) tigetnum(ti)
830 #else
831 #define TIGETNUM(ti,tc) tgetnum(tc)
832 #endif
833
834 #if HAVE_TIGETSTR
835 #define TIGETSTR(ti,tc) tigetstr(ti)
836 #else
837 #define TIGETSTR(ti,tc) tgetstr(tc,&area_pointer)
838 #endif
839
840 /*
841  * So far (2013 - more than ten years), only ncurses implements
842  * use_extended_names().
843  */
844 #if defined(NCURSES_XNAMES)
845 #elif defined(NCURSES_VERSION) && defined(HAVE_TERM_ENTRY_H) && HAVE_TERM_ENTRY_H
846 #define NCURSES_XNAMES 1
847 #else
848 #define NCURSES_XNAMES 0
849 #endif
850
851 /*
852  * ncurses restores the cursor in endwin().  Other libraries may not.
853  */
854 #ifdef NCURSES_VERSION
855 #define exit_curses() endwin()
856 #else
857 #define exit_curses() do { endwin(); curs_set(1); } while (0)
858 #endif
859
860 /* ncurses implements tparm() with varargs, X/Open with a fixed-parameter list
861  * (which is incompatible with legacy usage, doesn't solve any problems).
862  */
863 #define tparm3(a,b,c) tparm(a,b,c,0,0,0,0,0,0,0)
864 #define tparm2(a,b)   tparm(a,b,0,0,0,0,0,0,0,0)
865
866 #define UChar(c)    ((unsigned char)(c))
867
868 #define SIZEOF(table)   (sizeof(table)/sizeof(table[0]))
869
870 #if defined(NCURSES_VERSION) && HAVE_NC_ALLOC_H
871 #include <nc_alloc.h>
872 #if HAVE_NC_FREEALL && defined(USE_TINFO)
873 #undef ExitProgram
874 #define ExitProgram(code) _nc_free_tinfo(code)
875 #endif
876 #else
877 #define typeMalloc(type,n) (type *) malloc((size_t)(n) * sizeof(type))
878 #define typeCalloc(type,elts) (type *) calloc((size_t)(elts), sizeof(type))
879 #define typeRealloc(type,n,p) (type *) realloc(p, (size_t)(n) * sizeof(type))
880 #endif
881
882 #ifndef ExitProgram
883 #define ExitProgram(code) exit(code)
884 #endif
885
886 #ifndef EXIT_SUCCESS
887 #define EXIT_SUCCESS 0
888 #endif
889 #ifndef EXIT_FAILURE
890 #define EXIT_FAILURE 1
891 #endif
892
893 #if defined(_WIN32) || defined(USE_WIN32CON_DRIVER)
894
895 #if defined(PDCURSES)
896 #ifdef WINVER
897 #  if WINVER < 0x0501
898 #    error WINVER must at least be 0x0501
899 #  endif
900 #else
901 #  define WINVER 0x0501
902 #endif
903 #include <windows.h>
904 #include <sys/time.h>           /* for struct timeval */
905 #undef sleep
906 #define sleep(n) Sleep((n) * 1000)
907 #define SIGHUP  1
908 #define SIGKILL 9
909 #define getlogin() "username"
910
911 #elif defined(HAVE_NCURSESW_NCURSES_H)
912 #include <ncursesw/nc_mingw.h>
913 #elif defined(HAVE_NCURSES_NCURSES_H)
914 #include <ncurses/nc_mingw.h>
915 #else
916 #include <nc_mingw.h>
917 #endif
918
919 /* conflicts in test/firstlast.c */
920 #undef large
921 #undef small
922
923 #endif
924
925 #ifdef NEED_TIME_H
926 #if TIME_WITH_SYS_TIME
927 # include <sys/time.h>
928 # include <time.h>
929 #else
930 # if HAVE_SYS_TIME_H
931 #  include <sys/time.h>
932 # else
933 #  include <time.h>
934 # endif
935 #endif
936 #endif
937
938 /*
939  * Ultrix 3.1
940  */
941 #ifndef STDOUT_FILENO
942 #define STDOUT_FILENO 1
943 #endif
944
945 #if !HAVE_STRSTR
946 extern char * _nc_strstr (const char *, const char *);
947 #define strstr(a,b) _nc_strstr((a),(b))
948 #endif  /* !HAVE_STRSTR */
949
950 /* Use this to quiet gcc's -Wwrite-strings warnings, but accommodate SVr4
951  * curses which doesn't have const parameters declared (so far) in the places
952  * that XSI shows.
953  */
954 #ifndef NCURSES_CONST
955 #ifdef PDCURSES
956 #define NCURSES_CONST           const   /* close enough */
957 #else
958 #define NCURSES_CONST           /* nothing */
959 #endif
960 #endif
961
962 /* out-of-band values for representing absent capabilities */
963 #define ABSENT_BOOLEAN          ((signed char)-1)       /* 255 */
964 #define ABSENT_NUMERIC          (-1)
965 #define ABSENT_STRING           (char *)0
966
967 /* out-of-band values for representing cancels */
968 #define CANCELLED_BOOLEAN       ((signed char)-2)       /* 254 */
969 #define CANCELLED_NUMERIC       (-2)
970 #define CANCELLED_STRING        (char *)(-1)
971
972 #define VALID_BOOLEAN(s) ((unsigned char)(s) <= 1)      /* reject "-1" */
973 #define VALID_NUMERIC(s) ((s) >= 0)
974 #define VALID_STRING(s)  ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
975
976 #define VT_ACSC "``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~"
977
978 #define CATCHALL(handler) do { \
979                 int nsig; \
980                 for (nsig = SIGHUP; nsig < SIGTERM; ++nsig) \
981                     if (nsig != SIGKILL) \
982                         signal(nsig, handler); \
983             } while(0)
984
985 #ifdef NCURSES_VERSION
986 #define InitAndCatch(init,handler) do { CATCHALL(handler); init; } while (0)
987 #else
988 #define InitAndCatch(init,handler) do { init; CATCHALL(handler); } while (0)
989 #endif
990
991 /*
992  * Workaround for clean(er) compile with Solaris's legacy curses.
993  * The same would be needed for HPUX 10.20
994  */
995 #ifndef TPUTS_ARG
996 #define TPUTS_ARG int
997 #endif
998
999 #if defined(sun) && !defined(_XOPEN_CURSES) && !defined(NCURSES_VERSION_PATCH)
1000 #undef TPUTS_ARG
1001 #define TPUTS_ARG char
1002 extern char *tgoto(char *, int, int);   /* available, but not prototyped */
1003 #endif
1004
1005 #ifndef TPUTS_PROTO
1006 #define TPUTS_PROTO(func,value) int func(TPUTS_ARG value)
1007 #endif
1008
1009 #ifndef TPUTS_RETURN
1010 #define TPUTS_RETURN(value) return value
1011 #endif
1012
1013 /*
1014  * Workarounds for Solaris's X/Open curses
1015  */
1016 #if !defined(KEY_MIN) && defined(__KEY_MIN)
1017 #define KEY_MIN __KEY_MIN
1018 #endif
1019 #if !defined(KEY_MAX) && defined(__KEY_MIN)
1020 #define KEY_MAX __KEY_MAX
1021 #endif
1022
1023 /*
1024  * Workaround to build with Sun's default SVr4 curses.
1025  */
1026 #ifdef NCURSES_VERSION
1027 #ifndef HAVE_VW_PRINTW
1028 #define HAVE_VW_PRINTW 1
1029 #endif
1030 #endif
1031
1032 /*
1033  * ncurses provides arrays of capability names; X/Open discarded these SVr4
1034  * features.  Some implementations continue to provide them (see the test
1035  * configure script).
1036  */
1037 #ifdef NCURSES_VERSION
1038 #ifndef HAVE_CURSES_DATA_BOOLNAMES
1039 #define HAVE_CURSES_DATA_BOOLNAMES 1
1040 #endif
1041 #endif
1042
1043 /*
1044  * ncurses provides a termcap interface; a few packagers replace or displace
1045  * its header file with an incompatible one.  The demo_termcap program uses
1046  * the ncurses file, if available.
1047  */
1048 #ifdef NCURSES_VERSION
1049 #ifndef HAVE_NCURSES_TERMCAP_H
1050 #define HAVE_NCURSES_TERMCAP_H 0
1051 #endif
1052 #ifndef HAVE_TERMCAP_H
1053 #define HAVE_TERMCAP_H 0
1054 #endif
1055 #endif
1056
1057 /*
1058  * ncurses uses const in some places where X/Open does (or did) not allow.
1059  */
1060 #if defined(NCURSES_CONST)
1061 #define CONST_MENUS NCURSES_CONST
1062 #elif defined(PDCURSES)
1063 #define CONST_MENUS const
1064 #else
1065 #define CONST_MENUS             /* nothing */
1066 #endif
1067
1068 /*
1069  * Simplify setting up demo of threading with these macros.
1070  */
1071
1072 #if HAVE_USE_WINDOW
1073 #define USING_WINDOW(w,func) use_window(w, (NCURSES_WINDOW_CB) func, w)
1074 #define USING_WINDOW1(w,func,safe) use_window(w, (NCURSES_WINDOW_CB) safe, NULL)
1075 #define USING_WINDOW2(w,func,data) use_window(w, (NCURSES_WINDOW_CB) func, data)
1076 #define WANT_USE_WINDOW() extern void _nc_want_use_window(void)
1077 #else
1078 #define USING_WINDOW(w,func) func(w, NULL)
1079 #define USING_WINDOW1(w,func,safe) func(w)
1080 #define USING_WINDOW2(w,func,data) func(w,data)
1081 #define WANT_USE_WINDOW() extern void _nc_want_use_window(void)
1082 #endif
1083
1084 #if HAVE_USE_WINDOW
1085 #define USING_SCREEN(s,func,data) use_screen(s, (NCURSES_SCREEN_CB) func, data)
1086 #define WANT_USE_SCREEN() extern void _nc_want_use_screen(void)
1087 #else
1088 #define USING_SCREEN(s,func,data) func(data)
1089 #define WANT_USE_SCREEN() extern void _nc_want_use_screen(void)
1090 #endif
1091
1092 #if defined(TRACE) && HAVE__TRACEF
1093 #define Trace(p) _tracef p
1094 #define USE_TRACE 1
1095 #define START_TRACE() \
1096         if ((_nc_tracing & TRACE_MAXIMUM) == 0) { \
1097             int t = _nc_getenv_num("NCURSES_TRACE"); \
1098             if (t >= 0) \
1099                 trace((unsigned) t); \
1100         }
1101 extern unsigned _nc_tracing;
1102 extern int _nc_getenv_num(const char *);
1103 #else
1104 #undef TRACE
1105 #define Trace(p)                /* nothing */
1106 #define USE_TRACE 0
1107 #define START_TRACE()           /* nothing */
1108 #endif
1109
1110 #define Trace2(p)               /* nothing */
1111
1112 #define AddCh(c)                (void) addch((chtype)(c))
1113 #define WAddCh(w,c)             (void) waddch((w),(chtype)(c))
1114 #define MvAddCh(y,x,c)          (void) mvaddch((y),(x),(chtype)(c))
1115 #define MvWAddCh(w,y,x,c)       (void) mvwaddch((w),(y),(x),(chtype)(c))
1116 #define MvAddStr(y,x,s)         (void) mvaddstr((y),(x),(s))
1117 #define MvWAddStr(w,y,x,s)      (void) mvwaddstr((w),(y),(x),(s))
1118 #define MvWAddChStr(w,y,x,s)    (void) mvwaddchstr((w),(y),(x),(s))
1119 #define MvPrintw                (void) mvprintw
1120 #define MvWPrintw               (void) mvwprintw
1121 #define MvHLine                 (void) mvhline
1122 #define MvWHLine                (void) mvwhline
1123 #define MvVLine                 (void) mvvline
1124 #define MvWVLine                (void) mvwvline
1125
1126 /*
1127  * The macro likely uses unsigned values, while X/Open prototype uses int.
1128  */
1129 #if defined(wattrset) || defined(PDCURSES)
1130 #define AttrArg(p,a)    (chtype) ((chtype)(p) | (chtype)(a))
1131 #else
1132 #define AttrArg(p,a)    (int) ((chtype)(p) | (chtype)(a))
1133 #endif
1134
1135 /*
1136  * Workaround for defective implementation of gcc attribute warn_unused_result
1137  */
1138 #if defined(__GNUC__) && defined(_FORTIFY_SOURCE)
1139 #define IGNORE_RC(func) errno = func
1140 #else
1141 #define IGNORE_RC(func) (void) func
1142 #endif /* gcc workarounds */
1143
1144 #define init_mb(state)  memset(&state, 0, sizeof(state))
1145
1146 #endif /* __TEST_PRIV_H */