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