]> ncurses.scripts.mit.edu Git - ncurses.git/blob - ncurses/llib-lncursest
b88c9426bf94c60fdaf85165286327cd1fa97fa2
[ncurses.git] / ncurses / llib-lncursest
1 /****************************************************************************
2  * Copyright (c) 2008-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       2008-on                                  *
31  ****************************************************************************/
32 /* LINTLIBRARY */
33
34 /* ./tty/hardscroll.c */
35
36 #include <curses.priv.h>
37 #undef _nc_oldnums
38 int     *_nc_oldnums;
39
40 #undef _nc_scroll_optimize_sp
41 void    _nc_scroll_optimize_sp(
42                 SCREEN  *sp)
43                 { /* void */ }
44
45 #undef _nc_scroll_optimize
46 void    _nc_scroll_optimize(void)
47                 { /* void */ }
48
49 #undef _nc_linedump_sp
50 void    _nc_linedump_sp(
51                 SCREEN  *sp)
52                 { /* void */ }
53
54 #undef _nc_linedump
55 void    _nc_linedump(void)
56                 { /* void */ }
57
58 /* ./tty/hashmap.c */
59
60 #undef _nc_hash_map_sp
61 void    _nc_hash_map_sp(
62                 SCREEN  *sp)
63                 { /* void */ }
64
65 #undef _nc_hash_map
66 void    _nc_hash_map(void)
67                 { /* void */ }
68
69 #undef _nc_make_oldhash_sp
70 void    _nc_make_oldhash_sp(
71                 SCREEN  *sp, 
72                 int     i)
73                 { /* void */ }
74
75 #undef _nc_make_oldhash
76 void    _nc_make_oldhash(
77                 int     i)
78                 { /* void */ }
79
80 #undef _nc_scroll_oldhash_sp
81 void    _nc_scroll_oldhash_sp(
82                 SCREEN  *sp, 
83                 int     n, 
84                 int     top, 
85                 int     bot)
86                 { /* void */ }
87
88 #undef _nc_scroll_oldhash
89 void    _nc_scroll_oldhash(
90                 int     n, 
91                 int     top, 
92                 int     bot)
93                 { /* void */ }
94
95 /* ./base/lib_addch.c */
96
97 #undef _nc_render
98 chtype  _nc_render(
99                 WINDOW  *win, 
100                 chtype  ch)
101                 { return(*(chtype *)0); }
102
103 #undef _nc_waddch_nosync
104 int     _nc_waddch_nosync(
105                 WINDOW  *win, 
106                 const chtype c)
107                 { return(*(int *)0); }
108
109 #undef waddch
110 int     waddch(
111                 WINDOW  *win, 
112                 const chtype ch)
113                 { return(*(int *)0); }
114
115 #undef wechochar
116 int     wechochar(
117                 WINDOW  *win, 
118                 const chtype ch)
119                 { return(*(int *)0); }
120
121 /* ./base/lib_addstr.c */
122
123 #undef waddnstr
124 int     waddnstr(
125                 WINDOW  *win, 
126                 const char *astr, 
127                 int     n)
128                 { return(*(int *)0); }
129
130 #undef waddchnstr
131 int     waddchnstr(
132                 WINDOW  *win, 
133                 const chtype *astr, 
134                 int     n)
135                 { return(*(int *)0); }
136
137 /* ./base/lib_beep.c */
138
139 #undef beep_sp
140 int     beep_sp(
141                 SCREEN  *sp)
142                 { return(*(int *)0); }
143
144 #undef beep
145 int     beep(void)
146                 { return(*(int *)0); }
147
148 /* ./base/lib_bkgd.c */
149
150 #undef wbkgdset
151 void    wbkgdset(
152                 WINDOW  *win, 
153                 chtype  ch)
154                 { /* void */ }
155
156 #undef wbkgd
157 int     wbkgd(
158                 WINDOW  *win, 
159                 chtype  ch)
160                 { return(*(int *)0); }
161
162 /* ./base/lib_box.c */
163
164 #undef wborder
165 int     wborder(
166                 WINDOW  *win, 
167                 chtype  ls, 
168                 chtype  rs, 
169                 chtype  ts, 
170                 chtype  bs, 
171                 chtype  tl, 
172                 chtype  tr, 
173                 chtype  bl, 
174                 chtype  br)
175                 { return(*(int *)0); }
176
177 /* ./base/lib_chgat.c */
178
179 #undef wchgat
180 int     wchgat(
181                 WINDOW  *win, 
182                 int     n, 
183                 attr_t  attr, 
184                 short   pair_arg, 
185                 const void *opts)
186                 { return(*(int *)0); }
187
188 /* ./base/lib_clear.c */
189
190 #undef wclear
191 int     wclear(
192                 WINDOW  *win)
193                 { return(*(int *)0); }
194
195 /* ./base/lib_clearok.c */
196
197 #undef clearok
198 int     clearok(
199                 WINDOW  *win, 
200                 NCURSES_BOOL flag)
201                 { return(*(int *)0); }
202
203 /* ./base/lib_clrbot.c */
204
205 #undef wclrtobot
206 int     wclrtobot(
207                 WINDOW  *win)
208                 { return(*(int *)0); }
209
210 /* ./base/lib_clreol.c */
211
212 #undef wclrtoeol
213 int     wclrtoeol(
214                 WINDOW  *win)
215                 { return(*(int *)0); }
216
217 /* ./base/lib_color.c */
218
219 #undef _nc_COLOR_PAIRS
220 int     _nc_COLOR_PAIRS(void)
221                 { return(*(int *)0); }
222
223 #undef _nc_COLORS
224 int     _nc_COLORS(void)
225                 { return(*(int *)0); }
226
227 #undef _nc_reset_colors_sp
228 NCURSES_BOOL _nc_reset_colors_sp(
229                 SCREEN  *sp)
230                 { return(*(NCURSES_BOOL *)0); }
231
232 #undef _nc_reset_colors
233 NCURSES_BOOL _nc_reset_colors(void)
234                 { return(*(NCURSES_BOOL *)0); }
235
236 #undef start_color_sp
237 int     start_color_sp(
238                 SCREEN  *sp)
239                 { return(*(int *)0); }
240
241 #undef start_color
242 int     start_color(void)
243                 { return(*(int *)0); }
244
245 #undef _nc_change_pair
246 void    _nc_change_pair(
247                 SCREEN  *sp, 
248                 int     pair)
249                 { /* void */ }
250
251 #undef _nc_init_pair
252 int     _nc_init_pair(
253                 SCREEN  *sp, 
254                 int     pair, 
255                 int     f, 
256                 int     b)
257                 { return(*(int *)0); }
258
259 #undef init_pair_sp
260 int     init_pair_sp(
261                 SCREEN  *sp, 
262                 short   pair, 
263                 short   f, 
264                 short   b)
265                 { return(*(int *)0); }
266
267 #undef init_pair
268 int     init_pair(
269                 short   pair, 
270                 short   f, 
271                 short   b)
272                 { return(*(int *)0); }
273
274 #undef _nc_init_color
275 int     _nc_init_color(
276                 SCREEN  *sp, 
277                 int     color, 
278                 int     r, 
279                 int     g, 
280                 int     b)
281                 { return(*(int *)0); }
282
283 #undef init_color_sp
284 int     init_color_sp(
285                 SCREEN  *sp, 
286                 short   color, 
287                 short   r, 
288                 short   g, 
289                 short   b)
290                 { return(*(int *)0); }
291
292 #undef init_color
293 int     init_color(
294                 short   color, 
295                 short   r, 
296                 short   g, 
297                 short   b)
298                 { return(*(int *)0); }
299
300 #undef can_change_color_sp
301 NCURSES_BOOL can_change_color_sp(
302                 SCREEN  *sp)
303                 { return(*(NCURSES_BOOL *)0); }
304
305 #undef can_change_color
306 NCURSES_BOOL can_change_color(void)
307                 { return(*(NCURSES_BOOL *)0); }
308
309 #undef has_colors_sp
310 NCURSES_BOOL has_colors_sp(
311                 SCREEN  *sp)
312                 { return(*(NCURSES_BOOL *)0); }
313
314 #undef has_colors
315 NCURSES_BOOL has_colors(void)
316                 { return(*(NCURSES_BOOL *)0); }
317
318 #undef color_content_sp
319 int     color_content_sp(
320                 SCREEN  *sp, 
321                 short   color, 
322                 short   *r, 
323                 short   *g, 
324                 short   *b)
325                 { return(*(int *)0); }
326
327 #undef color_content
328 int     color_content(
329                 short   color, 
330                 short   *r, 
331                 short   *g, 
332                 short   *b)
333                 { return(*(int *)0); }
334
335 #undef _nc_pair_content
336 int     _nc_pair_content(
337                 SCREEN  *sp, 
338                 int     pair, 
339                 int     *f, 
340                 int     *b)
341                 { return(*(int *)0); }
342
343 #undef pair_content_sp
344 int     pair_content_sp(
345                 SCREEN  *sp, 
346                 short   pair, 
347                 short   *f, 
348                 short   *b)
349                 { return(*(int *)0); }
350
351 #undef pair_content
352 int     pair_content(
353                 short   pair, 
354                 short   *f, 
355                 short   *b)
356                 { return(*(int *)0); }
357
358 #undef _nc_do_color_sp
359 void    _nc_do_color_sp(
360                 SCREEN  *sp, 
361                 int     old_pair, 
362                 int     pair, 
363                 int     reverse, 
364                 NCURSES_OUTC_sp outc)
365                 { /* void */ }
366
367 #undef _nc_do_color
368 void    _nc_do_color(
369                 int     old_pair, 
370                 int     pair, 
371                 int     reverse, 
372                 NCURSES_OUTC outc)
373                 { /* void */ }
374
375 /* ./base/lib_colorset.c */
376
377 #undef wcolor_set
378 int     wcolor_set(
379                 WINDOW  *win, 
380                 short   pair_arg, 
381                 void    *opts)
382                 { return(*(int *)0); }
383
384 /* ./base/lib_delch.c */
385
386 #undef wdelch
387 int     wdelch(
388                 WINDOW  *win)
389                 { return(*(int *)0); }
390
391 /* ./base/lib_delwin.c */
392
393 #undef delwin
394 int     delwin(
395                 WINDOW  *win)
396                 { return(*(int *)0); }
397
398 /* ./base/lib_echo.c */
399
400 #undef echo_sp
401 int     echo_sp(
402                 SCREEN  *sp)
403                 { return(*(int *)0); }
404
405 #undef echo
406 int     echo(void)
407                 { return(*(int *)0); }
408
409 #undef noecho_sp
410 int     noecho_sp(
411                 SCREEN  *sp)
412                 { return(*(int *)0); }
413
414 #undef noecho
415 int     noecho(void)
416                 { return(*(int *)0); }
417
418 /* ./base/lib_endwin.c */
419
420 #undef endwin_sp
421 int     endwin_sp(
422                 SCREEN  *sp)
423                 { return(*(int *)0); }
424
425 #undef endwin
426 int     endwin(void)
427                 { return(*(int *)0); }
428
429 /* ./base/lib_erase.c */
430
431 #undef werase
432 int     werase(
433                 WINDOW  *win)
434                 { return(*(int *)0); }
435
436 /* ./base/lib_flash.c */
437
438 #undef flash_sp
439 int     flash_sp(
440                 SCREEN  *sp)
441                 { return(*(int *)0); }
442
443 #undef flash
444 int     flash(void)
445                 { return(*(int *)0); }
446
447 /* ./lib_gen.c */
448
449 #undef addch
450 int     (addch)(
451                 const chtype z)
452                 { return(*(int *)0); }
453
454 #undef addchnstr
455 int     (addchnstr)(
456                 const chtype *a1, 
457                 int     z)
458                 { return(*(int *)0); }
459
460 #undef addchstr
461 int     (addchstr)(
462                 const chtype *z)
463                 { return(*(int *)0); }
464
465 #undef addnstr
466 int     (addnstr)(
467                 const char *a1, 
468                 int     z)
469                 { return(*(int *)0); }
470
471 #undef addstr
472 int     (addstr)(
473                 const char *z)
474                 { return(*(int *)0); }
475
476 #undef attroff
477 int     (attroff)(
478                 NCURSES_ATTR_T  z)
479                 { return(*(int *)0); }
480
481 #undef attron
482 int     (attron)(
483                 NCURSES_ATTR_T  z)
484                 { return(*(int *)0); }
485
486 #undef attrset
487 int     (attrset)(
488                 NCURSES_ATTR_T  z)
489                 { return(*(int *)0); }
490
491 #undef attr_get
492 int     (attr_get)(
493                 attr_t  *a1, 
494                 short   *a2, 
495                 void    *z)
496                 { return(*(int *)0); }
497
498 #undef attr_off
499 int     (attr_off)(
500                 attr_t  a1, 
501                 void    *z)
502                 { return(*(int *)0); }
503
504 #undef attr_on
505 int     (attr_on)(
506                 attr_t  a1, 
507                 void    *z)
508                 { return(*(int *)0); }
509
510 #undef attr_set
511 int     (attr_set)(
512                 attr_t  a1, 
513                 short   a2, 
514                 void    *z)
515                 { return(*(int *)0); }
516
517 #undef bkgd
518 int     (bkgd)(
519                 chtype  z)
520                 { return(*(int *)0); }
521
522 #undef bkgdset
523 void    (bkgdset)(
524                 chtype  z)
525                 { /* void */ }
526
527 #undef border
528 int     (border)(
529                 chtype  a1, 
530                 chtype  a2, 
531                 chtype  a3, 
532                 chtype  a4, 
533                 chtype  a5, 
534                 chtype  a6, 
535                 chtype  a7, 
536                 chtype  z)
537                 { return(*(int *)0); }
538
539 #undef box
540 int     (box)(
541                 WINDOW  *a1, 
542                 chtype  a2, 
543                 chtype  z)
544                 { return(*(int *)0); }
545
546 #undef chgat
547 int     (chgat)(
548                 int     a1, 
549                 attr_t  a2, 
550                 short   a3, 
551                 const void *z)
552                 { return(*(int *)0); }
553
554 #undef clear
555 int     (clear)(void)
556                 { return(*(int *)0); }
557
558 #undef clrtobot
559 int     (clrtobot)(void)
560                 { return(*(int *)0); }
561
562 #undef clrtoeol
563 int     (clrtoeol)(void)
564                 { return(*(int *)0); }
565
566 #undef color_set
567 int     (color_set)(
568                 short   a1, 
569                 void    *z)
570                 { return(*(int *)0); }
571
572 #undef COLOR_PAIR
573 int     (COLOR_PAIR)(
574                 int     z)
575                 { return(*(int *)0); }
576
577 #undef delch
578 int     (delch)(void)
579                 { return(*(int *)0); }
580
581 #undef deleteln
582 int     (deleteln)(void)
583                 { return(*(int *)0); }
584
585 #undef echochar
586 int     (echochar)(
587                 const chtype z)
588                 { return(*(int *)0); }
589
590 #undef erase
591 int     (erase)(void)
592                 { return(*(int *)0); }
593
594 #undef getbkgd
595 chtype  (getbkgd)(
596                 WINDOW  *z)
597                 { return(*(chtype *)0); }
598
599 #undef getch
600 int     (getch)(void)
601                 { return(*(int *)0); }
602
603 #undef getnstr
604 int     (getnstr)(
605                 char    *a1, 
606                 int     z)
607                 { return(*(int *)0); }
608
609 #undef getstr
610 int     (getstr)(
611                 char    *z)
612                 { return(*(int *)0); }
613
614 #undef hline
615 int     (hline)(
616                 chtype  a1, 
617                 int     z)
618                 { return(*(int *)0); }
619
620 #undef inch
621 chtype  (inch)(void)
622                 { return(*(chtype *)0); }
623
624 #undef inchnstr
625 int     (inchnstr)(
626                 chtype  *a1, 
627                 int     z)
628                 { return(*(int *)0); }
629
630 #undef inchstr
631 int     (inchstr)(
632                 chtype  *z)
633                 { return(*(int *)0); }
634
635 #undef innstr
636 int     (innstr)(
637                 char    *a1, 
638                 int     z)
639                 { return(*(int *)0); }
640
641 #undef insch
642 int     (insch)(
643                 chtype  z)
644                 { return(*(int *)0); }
645
646 #undef insdelln
647 int     (insdelln)(
648                 int     z)
649                 { return(*(int *)0); }
650
651 #undef insertln
652 int     (insertln)(void)
653                 { return(*(int *)0); }
654
655 #undef insnstr
656 int     (insnstr)(
657                 const char *a1, 
658                 int     z)
659                 { return(*(int *)0); }
660
661 #undef insstr
662 int     (insstr)(
663                 const char *z)
664                 { return(*(int *)0); }
665
666 #undef instr
667 int     (instr)(
668                 char    *z)
669                 { return(*(int *)0); }
670
671 #undef move
672 int     (move)(
673                 int     a1, 
674                 int     z)
675                 { return(*(int *)0); }
676
677 #undef mvaddch
678 int     (mvaddch)(
679                 int     a1, 
680                 int     a2, 
681                 const chtype z)
682                 { return(*(int *)0); }
683
684 #undef mvaddchnstr
685 int     (mvaddchnstr)(
686                 int     a1, 
687                 int     a2, 
688                 const chtype *a3, 
689                 int     z)
690                 { return(*(int *)0); }
691
692 #undef mvaddchstr
693 int     (mvaddchstr)(
694                 int     a1, 
695                 int     a2, 
696                 const chtype *z)
697                 { return(*(int *)0); }
698
699 #undef mvaddnstr
700 int     (mvaddnstr)(
701                 int     a1, 
702                 int     a2, 
703                 const char *a3, 
704                 int     z)
705                 { return(*(int *)0); }
706
707 #undef mvaddstr
708 int     (mvaddstr)(
709                 int     a1, 
710                 int     a2, 
711                 const char *z)
712                 { return(*(int *)0); }
713
714 #undef mvchgat
715 int     (mvchgat)(
716                 int     a1, 
717                 int     a2, 
718                 int     a3, 
719                 attr_t  a4, 
720                 short   a5, 
721                 const void *z)
722                 { return(*(int *)0); }
723
724 #undef mvdelch
725 int     (mvdelch)(
726                 int     a1, 
727                 int     z)
728                 { return(*(int *)0); }
729
730 #undef mvgetch
731 int     (mvgetch)(
732                 int     a1, 
733                 int     z)
734                 { return(*(int *)0); }
735
736 #undef mvgetnstr
737 int     (mvgetnstr)(
738                 int     a1, 
739                 int     a2, 
740                 char    *a3, 
741                 int     z)
742                 { return(*(int *)0); }
743
744 #undef mvgetstr
745 int     (mvgetstr)(
746                 int     a1, 
747                 int     a2, 
748                 char    *z)
749                 { return(*(int *)0); }
750
751 #undef mvhline
752 int     (mvhline)(
753                 int     a1, 
754                 int     a2, 
755                 chtype  a3, 
756                 int     z)
757                 { return(*(int *)0); }
758
759 #undef mvinch
760 chtype  (mvinch)(
761                 int     a1, 
762                 int     z)
763                 { return(*(chtype *)0); }
764
765 #undef mvinchnstr
766 int     (mvinchnstr)(
767                 int     a1, 
768                 int     a2, 
769                 chtype  *a3, 
770                 int     z)
771                 { return(*(int *)0); }
772
773 #undef mvinchstr
774 int     (mvinchstr)(
775                 int     a1, 
776                 int     a2, 
777                 chtype  *z)
778                 { return(*(int *)0); }
779
780 #undef mvinnstr
781 int     (mvinnstr)(
782                 int     a1, 
783                 int     a2, 
784                 char    *a3, 
785                 int     z)
786                 { return(*(int *)0); }
787
788 #undef mvinsch
789 int     (mvinsch)(
790                 int     a1, 
791                 int     a2, 
792                 chtype  z)
793                 { return(*(int *)0); }
794
795 #undef mvinsnstr
796 int     (mvinsnstr)(
797                 int     a1, 
798                 int     a2, 
799                 const char *a3, 
800                 int     z)
801                 { return(*(int *)0); }
802
803 #undef mvinsstr
804 int     (mvinsstr)(
805                 int     a1, 
806                 int     a2, 
807                 const char *z)
808                 { return(*(int *)0); }
809
810 #undef mvinstr
811 int     (mvinstr)(
812                 int     a1, 
813                 int     a2, 
814                 char    *z)
815                 { return(*(int *)0); }
816
817 #undef mvvline
818 int     (mvvline)(
819                 int     a1, 
820                 int     a2, 
821                 chtype  a3, 
822                 int     z)
823                 { return(*(int *)0); }
824
825 #undef mvwaddch
826 int     (mvwaddch)(
827                 WINDOW  *a1, 
828                 int     a2, 
829                 int     a3, 
830                 const chtype z)
831                 { return(*(int *)0); }
832
833 #undef mvwaddchnstr
834 int     (mvwaddchnstr)(
835                 WINDOW  *a1, 
836                 int     a2, 
837                 int     a3, 
838                 const chtype *a4, 
839                 int     z)
840                 { return(*(int *)0); }
841
842 #undef mvwaddchstr
843 int     (mvwaddchstr)(
844                 WINDOW  *a1, 
845                 int     a2, 
846                 int     a3, 
847                 const chtype *z)
848                 { return(*(int *)0); }
849
850 #undef mvwaddnstr
851 int     (mvwaddnstr)(
852                 WINDOW  *a1, 
853                 int     a2, 
854                 int     a3, 
855                 const char *a4, 
856                 int     z)
857                 { return(*(int *)0); }
858
859 #undef mvwaddstr
860 int     (mvwaddstr)(
861                 WINDOW  *a1, 
862                 int     a2, 
863                 int     a3, 
864                 const char *z)
865                 { return(*(int *)0); }
866
867 #undef mvwchgat
868 int     (mvwchgat)(
869                 WINDOW  *a1, 
870                 int     a2, 
871                 int     a3, 
872                 int     a4, 
873                 attr_t  a5, 
874                 short   a6, 
875                 const void *z)
876                 { return(*(int *)0); }
877
878 #undef mvwdelch
879 int     (mvwdelch)(
880                 WINDOW  *a1, 
881                 int     a2, 
882                 int     z)
883                 { return(*(int *)0); }
884
885 #undef mvwgetch
886 int     (mvwgetch)(
887                 WINDOW  *a1, 
888                 int     a2, 
889                 int     z)
890                 { return(*(int *)0); }
891
892 #undef mvwgetnstr
893 int     (mvwgetnstr)(
894                 WINDOW  *a1, 
895                 int     a2, 
896                 int     a3, 
897                 char    *a4, 
898                 int     z)
899                 { return(*(int *)0); }
900
901 #undef mvwgetstr
902 int     (mvwgetstr)(
903                 WINDOW  *a1, 
904                 int     a2, 
905                 int     a3, 
906                 char    *z)
907                 { return(*(int *)0); }
908
909 #undef mvwhline
910 int     (mvwhline)(
911                 WINDOW  *a1, 
912                 int     a2, 
913                 int     a3, 
914                 chtype  a4, 
915                 int     z)
916                 { return(*(int *)0); }
917
918 #undef mvwinch
919 chtype  (mvwinch)(
920                 WINDOW  *a1, 
921                 int     a2, 
922                 int     z)
923                 { return(*(chtype *)0); }
924
925 #undef mvwinchnstr
926 int     (mvwinchnstr)(
927                 WINDOW  *a1, 
928                 int     a2, 
929                 int     a3, 
930                 chtype  *a4, 
931                 int     z)
932                 { return(*(int *)0); }
933
934 #undef mvwinchstr
935 int     (mvwinchstr)(
936                 WINDOW  *a1, 
937                 int     a2, 
938                 int     a3, 
939                 chtype  *z)
940                 { return(*(int *)0); }
941
942 #undef mvwinnstr
943 int     (mvwinnstr)(
944                 WINDOW  *a1, 
945                 int     a2, 
946                 int     a3, 
947                 char    *a4, 
948                 int     z)
949                 { return(*(int *)0); }
950
951 #undef mvwinsch
952 int     (mvwinsch)(
953                 WINDOW  *a1, 
954                 int     a2, 
955                 int     a3, 
956                 chtype  z)
957                 { return(*(int *)0); }
958
959 #undef mvwinsnstr
960 int     (mvwinsnstr)(
961                 WINDOW  *a1, 
962                 int     a2, 
963                 int     a3, 
964                 const char *a4, 
965                 int     z)
966                 { return(*(int *)0); }
967
968 #undef mvwinsstr
969 int     (mvwinsstr)(
970                 WINDOW  *a1, 
971                 int     a2, 
972                 int     a3, 
973                 const char *z)
974                 { return(*(int *)0); }
975
976 #undef mvwinstr
977 int     (mvwinstr)(
978                 WINDOW  *a1, 
979                 int     a2, 
980                 int     a3, 
981                 char    *z)
982                 { return(*(int *)0); }
983
984 #undef mvwvline
985 int     (mvwvline)(
986                 WINDOW  *a1, 
987                 int     a2, 
988                 int     a3, 
989                 chtype  a4, 
990                 int     z)
991                 { return(*(int *)0); }
992
993 #undef PAIR_NUMBER
994 int     (PAIR_NUMBER)(
995                 int     z)
996                 { return(*(int *)0); }
997
998 #undef redrawwin
999 int     (redrawwin)(
1000                 WINDOW  *z)
1001                 { return(*(int *)0); }
1002
1003 #undef refresh
1004 int     (refresh)(void)
1005                 { return(*(int *)0); }
1006
1007 #undef scrl
1008 int     (scrl)(
1009                 int     z)
1010                 { return(*(int *)0); }
1011
1012 #undef scroll
1013 int     (scroll)(
1014                 WINDOW  *z)
1015                 { return(*(int *)0); }
1016
1017 #undef setscrreg
1018 int     (setscrreg)(
1019                 int     a1, 
1020                 int     z)
1021                 { return(*(int *)0); }
1022
1023 #undef standout
1024 int     (standout)(void)
1025                 { return(*(int *)0); }
1026
1027 #undef standend
1028 int     (standend)(void)
1029                 { return(*(int *)0); }
1030
1031 #undef timeout
1032 void    (timeout)(
1033                 int     z)
1034                 { /* void */ }
1035
1036 #undef touchline
1037 int     (touchline)(
1038                 WINDOW  *a1, 
1039                 int     a2, 
1040                 int     z)
1041                 { return(*(int *)0); }
1042
1043 #undef touchwin
1044 int     (touchwin)(
1045                 WINDOW  *z)
1046                 { return(*(int *)0); }
1047
1048 #undef untouchwin
1049 int     (untouchwin)(
1050                 WINDOW  *z)
1051                 { return(*(int *)0); }
1052
1053 #undef vline
1054 int     (vline)(
1055                 chtype  a1, 
1056                 int     z)
1057                 { return(*(int *)0); }
1058
1059 #undef vw_printw
1060 int     (vw_printw)(
1061                 WINDOW  *a1, 
1062                 const char *a2, 
1063                 va_list z)
1064                 { return(*(int *)0); }
1065
1066 #undef vw_scanw
1067 int     (vw_scanw)(
1068                 WINDOW  *a1, 
1069                 const char *a2, 
1070                 va_list z)
1071                 { return(*(int *)0); }
1072
1073 #undef waddchstr
1074 int     (waddchstr)(
1075                 WINDOW  *a1, 
1076                 const chtype *z)
1077                 { return(*(int *)0); }
1078
1079 #undef waddstr
1080 int     (waddstr)(
1081                 WINDOW  *a1, 
1082                 const char *z)
1083                 { return(*(int *)0); }
1084
1085 #undef wattron
1086 int     (wattron)(
1087                 WINDOW  *a1, 
1088                 int     z)
1089                 { return(*(int *)0); }
1090
1091 #undef wattroff
1092 int     (wattroff)(
1093                 WINDOW  *a1, 
1094                 int     z)
1095                 { return(*(int *)0); }
1096
1097 #undef wattrset
1098 int     (wattrset)(
1099                 WINDOW  *a1, 
1100                 int     z)
1101                 { return(*(int *)0); }
1102
1103 #undef wattr_get
1104 int     (wattr_get)(
1105                 WINDOW  *a1, 
1106                 attr_t  *a2, 
1107                 short   *a3, 
1108                 void    *z)
1109                 { return(*(int *)0); }
1110
1111 #undef wattr_set
1112 int     (wattr_set)(
1113                 WINDOW  *a1, 
1114                 attr_t  a2, 
1115                 short   a3, 
1116                 void    *z)
1117                 { return(*(int *)0); }
1118
1119 #undef wdeleteln
1120 int     (wdeleteln)(
1121                 WINDOW  *z)
1122                 { return(*(int *)0); }
1123
1124 #undef wgetstr
1125 int     (wgetstr)(
1126                 WINDOW  *a1, 
1127                 char    *z)
1128                 { return(*(int *)0); }
1129
1130 #undef winchstr
1131 int     (winchstr)(
1132                 WINDOW  *a1, 
1133                 chtype  *z)
1134                 { return(*(int *)0); }
1135
1136 #undef winsertln
1137 int     (winsertln)(
1138                 WINDOW  *z)
1139                 { return(*(int *)0); }
1140
1141 #undef winsstr
1142 int     (winsstr)(
1143                 WINDOW  *a1, 
1144                 const char *z)
1145                 { return(*(int *)0); }
1146
1147 #undef winstr
1148 int     (winstr)(
1149                 WINDOW  *a1, 
1150                 char    *z)
1151                 { return(*(int *)0); }
1152
1153 #undef wstandout
1154 int     (wstandout)(
1155                 WINDOW  *z)
1156                 { return(*(int *)0); }
1157
1158 #undef wstandend
1159 int     (wstandend)(
1160                 WINDOW  *z)
1161                 { return(*(int *)0); }
1162
1163 #undef getattrs
1164 int     (getattrs)(
1165                 const WINDOW *z)
1166                 { return(*(int *)0); }
1167
1168 #undef getcurx
1169 int     (getcurx)(
1170                 const WINDOW *z)
1171                 { return(*(int *)0); }
1172
1173 #undef getcury
1174 int     (getcury)(
1175                 const WINDOW *z)
1176                 { return(*(int *)0); }
1177
1178 #undef getbegx
1179 int     (getbegx)(
1180                 const WINDOW *z)
1181                 { return(*(int *)0); }
1182
1183 #undef getbegy
1184 int     (getbegy)(
1185                 const WINDOW *z)
1186                 { return(*(int *)0); }
1187
1188 #undef getmaxx
1189 int     (getmaxx)(
1190                 const WINDOW *z)
1191                 { return(*(int *)0); }
1192
1193 #undef getmaxy
1194 int     (getmaxy)(
1195                 const WINDOW *z)
1196                 { return(*(int *)0); }
1197
1198 #undef getparx
1199 int     (getparx)(
1200                 const WINDOW *z)
1201                 { return(*(int *)0); }
1202
1203 #undef getpary
1204 int     (getpary)(
1205                 const WINDOW *z)
1206                 { return(*(int *)0); }
1207
1208 #undef wgetparent
1209 WINDOW  *(wgetparent)(
1210                 const WINDOW *z)
1211                 { return(*(WINDOW **)0); }
1212
1213 #undef is_cleared
1214 NCURSES_BOOL (is_cleared)(
1215                 const WINDOW *z)
1216                 { return(*(NCURSES_BOOL *)0); }
1217
1218 #undef is_idcok
1219 NCURSES_BOOL (is_idcok)(
1220                 const WINDOW *z)
1221                 { return(*(NCURSES_BOOL *)0); }
1222
1223 #undef is_idlok
1224 NCURSES_BOOL (is_idlok)(
1225                 const WINDOW *z)
1226                 { return(*(NCURSES_BOOL *)0); }
1227
1228 #undef is_immedok
1229 NCURSES_BOOL (is_immedok)(
1230                 const WINDOW *z)
1231                 { return(*(NCURSES_BOOL *)0); }
1232
1233 #undef is_keypad
1234 NCURSES_BOOL (is_keypad)(
1235                 const WINDOW *z)
1236                 { return(*(NCURSES_BOOL *)0); }
1237
1238 #undef is_leaveok
1239 NCURSES_BOOL (is_leaveok)(
1240                 const WINDOW *z)
1241                 { return(*(NCURSES_BOOL *)0); }
1242
1243 #undef is_nodelay
1244 NCURSES_BOOL (is_nodelay)(
1245                 const WINDOW *z)
1246                 { return(*(NCURSES_BOOL *)0); }
1247
1248 #undef is_notimeout
1249 NCURSES_BOOL (is_notimeout)(
1250                 const WINDOW *z)
1251                 { return(*(NCURSES_BOOL *)0); }
1252
1253 #undef is_pad
1254 NCURSES_BOOL (is_pad)(
1255                 const WINDOW *z)
1256                 { return(*(NCURSES_BOOL *)0); }
1257
1258 #undef is_scrollok
1259 NCURSES_BOOL (is_scrollok)(
1260                 const WINDOW *z)
1261                 { return(*(NCURSES_BOOL *)0); }
1262
1263 #undef is_subwin
1264 NCURSES_BOOL (is_subwin)(
1265                 const WINDOW *z)
1266                 { return(*(NCURSES_BOOL *)0); }
1267
1268 #undef is_syncok
1269 NCURSES_BOOL (is_syncok)(
1270                 const WINDOW *z)
1271                 { return(*(NCURSES_BOOL *)0); }
1272
1273 #undef wgetdelay
1274 int     (wgetdelay)(
1275                 const WINDOW *z)
1276                 { return(*(int *)0); }
1277
1278 #undef wgetscrreg
1279 int     (wgetscrreg)(
1280                 const WINDOW *a1, 
1281                 int     *a2, 
1282                 int     *z)
1283                 { return(*(int *)0); }
1284
1285 #undef mouse_trafo
1286 NCURSES_BOOL (mouse_trafo)(
1287                 int     *a1, 
1288                 int     *a2, 
1289                 NCURSES_BOOL z)
1290                 { return(*(NCURSES_BOOL *)0); }
1291
1292 /* ./base/lib_getch.c */
1293
1294 #undef _nc_ESCDELAY
1295 int     _nc_ESCDELAY(void)
1296                 { return(*(int *)0); }
1297
1298 #undef _nc_ptr_Escdelay
1299 int     *_nc_ptr_Escdelay(
1300                 SCREEN  *sp)
1301                 { return(*(int **)0); }
1302
1303 #undef set_escdelay_sp
1304 int     set_escdelay_sp(
1305                 SCREEN  *sp, 
1306                 int     value)
1307                 { return(*(int *)0); }
1308
1309 #undef set_escdelay
1310 int     set_escdelay(
1311                 int     value)
1312                 { return(*(int *)0); }
1313
1314 #undef get_escdelay_sp
1315 int     get_escdelay_sp(
1316                 SCREEN  *sp)
1317                 { return(*(int *)0); }
1318
1319 #undef get_escdelay
1320 int     get_escdelay(void)
1321                 { return(*(int *)0); }
1322
1323 #undef _nc_wgetch
1324 int     _nc_wgetch(
1325                 WINDOW  *win, 
1326                 int     *result, 
1327                 int     use_meta)
1328                 { return(*(int *)0); }
1329
1330 #undef wgetch
1331 int     wgetch(
1332                 WINDOW  *win)
1333                 { return(*(int *)0); }
1334
1335 /* ./base/lib_getstr.c */
1336
1337 #undef wgetnstr
1338 int     wgetnstr(
1339                 WINDOW  *win, 
1340                 char    *str, 
1341                 int     maxlen)
1342                 { return(*(int *)0); }
1343
1344 /* ./base/lib_hline.c */
1345
1346 #undef whline
1347 int     whline(
1348                 WINDOW  *win, 
1349                 chtype  ch, 
1350                 int     n)
1351                 { return(*(int *)0); }
1352
1353 /* ./base/lib_immedok.c */
1354
1355 #undef immedok
1356 void    immedok(
1357                 WINDOW  *win, 
1358                 NCURSES_BOOL flag)
1359                 { /* void */ }
1360
1361 /* ./base/lib_inchstr.c */
1362
1363 #undef winchnstr
1364 int     winchnstr(
1365                 WINDOW  *win, 
1366                 chtype  *str, 
1367                 int     n)
1368                 { return(*(int *)0); }
1369
1370 /* ./base/lib_initscr.c */
1371
1372 #undef initscr
1373 WINDOW  *initscr(void)
1374                 { return(*(WINDOW **)0); }
1375
1376 /* ./base/lib_insch.c */
1377
1378 #undef _nc_insert_ch
1379 int     _nc_insert_ch(
1380                 SCREEN  *sp, 
1381                 WINDOW  *win, 
1382                 chtype  ch)
1383                 { return(*(int *)0); }
1384
1385 #undef winsch
1386 int     winsch(
1387                 WINDOW  *win, 
1388                 chtype  c)
1389                 { return(*(int *)0); }
1390
1391 /* ./base/lib_insdel.c */
1392
1393 #undef winsdelln
1394 int     winsdelln(
1395                 WINDOW  *win, 
1396                 int     n)
1397                 { return(*(int *)0); }
1398
1399 /* ./base/lib_insnstr.c */
1400
1401 #undef winsnstr
1402 int     winsnstr(
1403                 WINDOW  *win, 
1404                 const char *s, 
1405                 int     n)
1406                 { return(*(int *)0); }
1407
1408 /* ./base/lib_instr.c */
1409
1410 #undef winnstr
1411 int     winnstr(
1412                 WINDOW  *win, 
1413                 char    *str, 
1414                 int     n)
1415                 { return(*(int *)0); }
1416
1417 /* ./base/lib_isendwin.c */
1418
1419 #undef isendwin_sp
1420 NCURSES_BOOL isendwin_sp(
1421                 SCREEN  *sp)
1422                 { return(*(NCURSES_BOOL *)0); }
1423
1424 #undef isendwin
1425 NCURSES_BOOL isendwin(void)
1426                 { return(*(NCURSES_BOOL *)0); }
1427
1428 /* ./base/lib_leaveok.c */
1429
1430 #undef leaveok
1431 int     leaveok(
1432                 WINDOW  *win, 
1433                 NCURSES_BOOL flag)
1434                 { return(*(int *)0); }
1435
1436 /* ./base/lib_mouse.c */
1437
1438 #undef getmouse_sp
1439 int     getmouse_sp(
1440                 SCREEN  *sp, 
1441                 MEVENT  *aevent)
1442                 { return(*(int *)0); }
1443
1444 #undef getmouse
1445 int     getmouse(
1446                 MEVENT  *aevent)
1447                 { return(*(int *)0); }
1448
1449 #undef ungetmouse_sp
1450 int     ungetmouse_sp(
1451                 SCREEN  *sp, 
1452                 MEVENT  *aevent)
1453                 { return(*(int *)0); }
1454
1455 #undef ungetmouse
1456 int     ungetmouse(
1457                 MEVENT  *aevent)
1458                 { return(*(int *)0); }
1459
1460 #undef mousemask_sp
1461 mmask_t mousemask_sp(
1462                 SCREEN  *sp, 
1463                 mmask_t newmask, 
1464                 mmask_t *oldmask)
1465                 { return(*(mmask_t *)0); }
1466
1467 #undef mousemask
1468 mmask_t mousemask(
1469                 mmask_t newmask, 
1470                 mmask_t *oldmask)
1471                 { return(*(mmask_t *)0); }
1472
1473 #undef wenclose
1474 NCURSES_BOOL wenclose(
1475                 const WINDOW *win, 
1476                 int     y, 
1477                 int     x)
1478                 { return(*(NCURSES_BOOL *)0); }
1479
1480 #undef mouseinterval_sp
1481 int     mouseinterval_sp(
1482                 SCREEN  *sp, 
1483                 int     maxclick)
1484                 { return(*(int *)0); }
1485
1486 #undef mouseinterval
1487 int     mouseinterval(
1488                 int     maxclick)
1489                 { return(*(int *)0); }
1490
1491 #undef _nc_has_mouse
1492 NCURSES_BOOL _nc_has_mouse(
1493                 SCREEN  *sp)
1494                 { return(*(NCURSES_BOOL *)0); }
1495
1496 #undef has_mouse_sp
1497 NCURSES_BOOL has_mouse_sp(
1498                 SCREEN  *sp)
1499                 { return(*(NCURSES_BOOL *)0); }
1500
1501 #undef has_mouse
1502 NCURSES_BOOL has_mouse(void)
1503                 { return(*(NCURSES_BOOL *)0); }
1504
1505 #undef wmouse_trafo
1506 NCURSES_BOOL wmouse_trafo(
1507                 const WINDOW *win, 
1508                 int     *pY, 
1509                 int     *pX, 
1510                 NCURSES_BOOL to_screen)
1511                 { return(*(NCURSES_BOOL *)0); }
1512
1513 /* ./base/lib_move.c */
1514
1515 #undef wmove
1516 int     wmove(
1517                 WINDOW  *win, 
1518                 int     y, 
1519                 int     x)
1520                 { return(*(int *)0); }
1521
1522 /* ./tty/lib_mvcur.c */
1523
1524 #undef _nc_msec_cost_sp
1525 int     _nc_msec_cost_sp(
1526                 SCREEN  *sp, 
1527                 const char *const cap, 
1528                 int     affcnt)
1529                 { return(*(int *)0); }
1530
1531 #undef _nc_msec_cost
1532 int     _nc_msec_cost(
1533                 const char *const cap, 
1534                 int     affcnt)
1535                 { return(*(int *)0); }
1536
1537 #undef _nc_mvcur_resume_sp
1538 void    _nc_mvcur_resume_sp(
1539                 SCREEN  *sp)
1540                 { /* void */ }
1541
1542 #undef _nc_mvcur_resume
1543 void    _nc_mvcur_resume(void)
1544                 { /* void */ }
1545
1546 #undef _nc_mvcur_init_sp
1547 void    _nc_mvcur_init_sp(
1548                 SCREEN  *sp)
1549                 { /* void */ }
1550
1551 #undef _nc_mvcur_init
1552 void    _nc_mvcur_init(void)
1553                 { /* void */ }
1554
1555 #undef _nc_mvcur_wrap_sp
1556 void    _nc_mvcur_wrap_sp(
1557                 SCREEN  *sp)
1558                 { /* void */ }
1559
1560 #undef _nc_mvcur_wrap
1561 void    _nc_mvcur_wrap(void)
1562                 { /* void */ }
1563
1564 #undef _nc_mvcur_sp
1565 int     _nc_mvcur_sp(
1566                 SCREEN  *sp, 
1567                 int     yold, 
1568                 int     xold, 
1569                 int     ynew, 
1570                 int     xnew)
1571                 { return(*(int *)0); }
1572
1573 #undef _nc_mvcur
1574 int     _nc_mvcur(
1575                 int     yold, 
1576                 int     xold, 
1577                 int     ynew, 
1578                 int     xnew)
1579                 { return(*(int *)0); }
1580
1581 #undef mvcur_sp
1582 int     mvcur_sp(
1583                 SCREEN  *sp, 
1584                 int     yold, 
1585                 int     xold, 
1586                 int     ynew, 
1587                 int     xnew)
1588                 { return(*(int *)0); }
1589
1590 #undef mvcur
1591 int     mvcur(
1592                 int     yold, 
1593                 int     xold, 
1594                 int     ynew, 
1595                 int     xnew)
1596                 { return(*(int *)0); }
1597
1598 #undef _nc_optimize_enable
1599 int     _nc_optimize_enable;
1600
1601 /* ./base/lib_mvwin.c */
1602
1603 #undef mvwin
1604 int     mvwin(
1605                 WINDOW  *win, 
1606                 int     by, 
1607                 int     bx)
1608                 { return(*(int *)0); }
1609
1610 /* ./base/lib_newterm.c */
1611
1612 #undef filter_sp
1613 void    filter_sp(
1614                 SCREEN  *sp)
1615                 { /* void */ }
1616
1617 #undef filter
1618 void    filter(void)
1619                 { /* void */ }
1620
1621 #undef nofilter_sp
1622 void    nofilter_sp(
1623                 SCREEN  *sp)
1624                 { /* void */ }
1625
1626 #undef nofilter
1627 void    nofilter(void)
1628                 { /* void */ }
1629
1630 #undef newterm_sp
1631 SCREEN  *newterm_sp(
1632                 SCREEN  *sp, 
1633                 const char *name, 
1634                 FILE    *ofp, 
1635                 FILE    *ifp)
1636                 { return(*(SCREEN **)0); }
1637
1638 #undef newterm
1639 SCREEN  *newterm(
1640                 const char *name, 
1641                 FILE    *ofp, 
1642                 FILE    *ifp)
1643                 { return(*(SCREEN **)0); }
1644
1645 /* ./base/lib_newwin.c */
1646
1647 #undef _nc_freewin
1648 int     _nc_freewin(
1649                 WINDOW  *win)
1650                 { return(*(int *)0); }
1651
1652 #undef newwin_sp
1653 WINDOW  *newwin_sp(
1654                 SCREEN  *sp, 
1655                 int     num_lines, 
1656                 int     num_columns, 
1657                 int     begy, 
1658                 int     begx)
1659                 { return(*(WINDOW **)0); }
1660
1661 #undef newwin
1662 WINDOW  *newwin(
1663                 int     num_lines, 
1664                 int     num_columns, 
1665                 int     begy, 
1666                 int     begx)
1667                 { return(*(WINDOW **)0); }
1668
1669 #undef derwin
1670 WINDOW  *derwin(
1671                 WINDOW  *orig, 
1672                 int     num_lines, 
1673                 int     num_columns, 
1674                 int     begy, 
1675                 int     begx)
1676                 { return(*(WINDOW **)0); }
1677
1678 #undef subwin
1679 WINDOW  *subwin(
1680                 WINDOW  *w, 
1681                 int     l, 
1682                 int     c, 
1683                 int     y, 
1684                 int     x)
1685                 { return(*(WINDOW **)0); }
1686
1687 #undef _nc_makenew_sp
1688 WINDOW  *_nc_makenew_sp(
1689                 SCREEN  *sp, 
1690                 int     num_lines, 
1691                 int     num_columns, 
1692                 int     begy, 
1693                 int     begx, 
1694                 int     flags)
1695                 { return(*(WINDOW **)0); }
1696
1697 #undef _nc_curscr_of
1698 WINDOW  *_nc_curscr_of(
1699                 SCREEN  *sp)
1700                 { return(*(WINDOW **)0); }
1701
1702 #undef _nc_newscr_of
1703 WINDOW  *_nc_newscr_of(
1704                 SCREEN  *sp)
1705                 { return(*(WINDOW **)0); }
1706
1707 #undef _nc_stdscr_of
1708 WINDOW  *_nc_stdscr_of(
1709                 SCREEN  *sp)
1710                 { return(*(WINDOW **)0); }
1711
1712 /* ./base/lib_nl.c */
1713
1714 #undef nl_sp
1715 int     nl_sp(
1716                 SCREEN  *sp)
1717                 { return(*(int *)0); }
1718
1719 #undef nl
1720 int     nl(void)
1721                 { return(*(int *)0); }
1722
1723 #undef nonl_sp
1724 int     nonl_sp(
1725                 SCREEN  *sp)
1726                 { return(*(int *)0); }
1727
1728 #undef nonl
1729 int     nonl(void)
1730                 { return(*(int *)0); }
1731
1732 /* ./base/lib_overlay.c */
1733
1734 #undef overlay
1735 int     overlay(
1736                 const WINDOW *win1, 
1737                 WINDOW  *win2)
1738                 { return(*(int *)0); }
1739
1740 #undef overwrite
1741 int     overwrite(
1742                 const WINDOW *win1, 
1743                 WINDOW  *win2)
1744                 { return(*(int *)0); }
1745
1746 #undef copywin
1747 int     copywin(
1748                 const WINDOW *src, 
1749                 WINDOW  *dst, 
1750                 int     sminrow, 
1751                 int     smincol, 
1752                 int     dminrow, 
1753                 int     dmincol, 
1754                 int     dmaxrow, 
1755                 int     dmaxcol, 
1756                 int     over)
1757                 { return(*(int *)0); }
1758
1759 /* ./base/lib_pad.c */
1760
1761 #undef newpad_sp
1762 WINDOW  *newpad_sp(
1763                 SCREEN  *sp, 
1764                 int     l, 
1765                 int     c)
1766                 { return(*(WINDOW **)0); }
1767
1768 #undef newpad
1769 WINDOW  *newpad(
1770                 int     l, 
1771                 int     c)
1772                 { return(*(WINDOW **)0); }
1773
1774 #undef subpad
1775 WINDOW  *subpad(
1776                 WINDOW  *orig, 
1777                 int     l, 
1778                 int     c, 
1779                 int     begy, 
1780                 int     begx)
1781                 { return(*(WINDOW **)0); }
1782
1783 #undef prefresh
1784 int     prefresh(
1785                 WINDOW  *win, 
1786                 int     pminrow, 
1787                 int     pmincol, 
1788                 int     sminrow, 
1789                 int     smincol, 
1790                 int     smaxrow, 
1791                 int     smaxcol)
1792                 { return(*(int *)0); }
1793
1794 #undef pnoutrefresh
1795 int     pnoutrefresh(
1796                 WINDOW  *win, 
1797                 int     pminrow, 
1798                 int     pmincol, 
1799                 int     sminrow, 
1800                 int     smincol, 
1801                 int     smaxrow, 
1802                 int     smaxcol)
1803                 { return(*(int *)0); }
1804
1805 #undef pechochar
1806 int     pechochar(
1807                 WINDOW  *pad, 
1808                 const chtype ch)
1809                 { return(*(int *)0); }
1810
1811 /* ./base/lib_printw.c */
1812
1813 #undef printw
1814 int     printw(
1815                 const char *fmt, 
1816                 ...)
1817                 { return(*(int *)0); }
1818
1819 #undef wprintw
1820 int     wprintw(
1821                 WINDOW  *win, 
1822                 const char *fmt, 
1823                 ...)
1824                 { return(*(int *)0); }
1825
1826 #undef mvprintw
1827 int     mvprintw(
1828                 int     y, 
1829                 int     x, 
1830                 const char *fmt, 
1831                 ...)
1832                 { return(*(int *)0); }
1833
1834 #undef mvwprintw
1835 int     mvwprintw(
1836                 WINDOW  *win, 
1837                 int     y, 
1838                 int     x, 
1839                 const char *fmt, 
1840                 ...)
1841                 { return(*(int *)0); }
1842
1843 #undef vwprintw
1844 int     vwprintw(
1845                 WINDOW  *win, 
1846                 const char *fmt, 
1847                 va_list argp)
1848                 { return(*(int *)0); }
1849
1850 /* ./base/lib_redrawln.c */
1851
1852 #undef wredrawln
1853 int     wredrawln(
1854                 WINDOW  *win, 
1855                 int     beg, 
1856                 int     num)
1857                 { return(*(int *)0); }
1858
1859 /* ./base/lib_refresh.c */
1860
1861 #undef wrefresh
1862 int     wrefresh(
1863                 WINDOW  *win)
1864                 { return(*(int *)0); }
1865
1866 #undef wnoutrefresh
1867 int     wnoutrefresh(
1868                 WINDOW  *win)
1869                 { return(*(int *)0); }
1870
1871 /* ./base/lib_restart.c */
1872
1873 #undef restartterm_sp
1874 int     restartterm_sp(
1875                 SCREEN  *sp, 
1876                 const char *termp, 
1877                 int     filenum, 
1878                 int     *errret)
1879                 { return(*(int *)0); }
1880
1881 #undef restartterm
1882 int     restartterm(
1883                 const char *termp, 
1884                 int     filenum, 
1885                 int     *errret)
1886                 { return(*(int *)0); }
1887
1888 /* ./base/lib_scanw.c */
1889
1890 #undef vwscanw
1891 int     vwscanw(
1892                 WINDOW  *win, 
1893                 const char *fmt, 
1894                 va_list argp)
1895                 { return(*(int *)0); }
1896
1897 #undef scanw
1898 int     scanw(
1899                 const char *fmt, 
1900                 ...)
1901                 { return(*(int *)0); }
1902
1903 #undef wscanw
1904 int     wscanw(
1905                 WINDOW  *win, 
1906                 const char *fmt, 
1907                 ...)
1908                 { return(*(int *)0); }
1909
1910 #undef mvscanw
1911 int     mvscanw(
1912                 int     y, 
1913                 int     x, 
1914                 const char *fmt, 
1915                 ...)
1916                 { return(*(int *)0); }
1917
1918 #undef mvwscanw
1919 int     mvwscanw(
1920                 WINDOW  *win, 
1921                 int     y, 
1922                 int     x, 
1923                 const char *fmt, 
1924                 ...)
1925                 { return(*(int *)0); }
1926
1927 /* ./base/lib_screen.c */
1928
1929 #undef getwin_sp
1930 WINDOW  *getwin_sp(
1931                 SCREEN  *sp, 
1932                 FILE    *filep)
1933                 { return(*(WINDOW **)0); }
1934
1935 #undef getwin
1936 WINDOW  *getwin(
1937                 FILE    *filep)
1938                 { return(*(WINDOW **)0); }
1939
1940 #undef putwin
1941 int     putwin(
1942                 WINDOW  *win, 
1943                 FILE    *filep)
1944                 { return(*(int *)0); }
1945
1946 #undef scr_restore_sp
1947 int     scr_restore_sp(
1948                 SCREEN  *sp, 
1949                 const char *file)
1950                 { return(*(int *)0); }
1951
1952 #undef scr_restore
1953 int     scr_restore(
1954                 const char *file)
1955                 { return(*(int *)0); }
1956
1957 #undef scr_dump
1958 int     scr_dump(
1959                 const char *file)
1960                 { return(*(int *)0); }
1961
1962 #undef scr_init_sp
1963 int     scr_init_sp(
1964                 SCREEN  *sp, 
1965                 const char *file)
1966                 { return(*(int *)0); }
1967
1968 #undef scr_init
1969 int     scr_init(
1970                 const char *file)
1971                 { return(*(int *)0); }
1972
1973 #undef scr_set_sp
1974 int     scr_set_sp(
1975                 SCREEN  *sp, 
1976                 const char *file)
1977                 { return(*(int *)0); }
1978
1979 #undef scr_set
1980 int     scr_set(
1981                 const char *file)
1982                 { return(*(int *)0); }
1983
1984 /* ./base/lib_scroll.c */
1985
1986 #undef _nc_scroll_window
1987 void    _nc_scroll_window(
1988                 WINDOW  *win, 
1989                 int const n, 
1990                 int const top, 
1991                 int const bottom, 
1992                 chtype  blank)
1993                 { /* void */ }
1994
1995 #undef wscrl
1996 int     wscrl(
1997                 WINDOW  *win, 
1998                 int     n)
1999                 { return(*(int *)0); }
2000
2001 /* ./base/lib_scrollok.c */
2002
2003 #undef scrollok
2004 int     scrollok(
2005                 WINDOW  *win, 
2006                 NCURSES_BOOL flag)
2007                 { return(*(int *)0); }
2008
2009 /* ./base/lib_scrreg.c */
2010
2011 #undef wsetscrreg
2012 int     wsetscrreg(
2013                 WINDOW  *win, 
2014                 int     top, 
2015                 int     bottom)
2016                 { return(*(int *)0); }
2017
2018 /* ./base/lib_set_term.c */
2019
2020 #undef set_term
2021 SCREEN  *set_term(
2022                 SCREEN  *screenp)
2023                 { return(*(SCREEN **)0); }
2024
2025 #undef delscreen
2026 void    delscreen(
2027                 SCREEN  *sp)
2028                 { /* void */ }
2029
2030 #undef _nc_setupscreen_sp
2031 int     _nc_setupscreen_sp(
2032                 SCREEN  **spp, 
2033                 int     slines, 
2034                 int     scolumns, 
2035                 FILE    *output, 
2036                 int     filtered, 
2037                 int     slk_format)
2038                 { return(*(int *)0); }
2039
2040 #undef _nc_setupscreen
2041 int     _nc_setupscreen(
2042                 int     slines, 
2043                 int     scolumns, 
2044                 FILE    *output, 
2045                 int     filtered, 
2046                 int     slk_format)
2047                 { return(*(int *)0); }
2048
2049 #undef _nc_ripoffline_sp
2050 int     _nc_ripoffline_sp(
2051                 SCREEN  *sp, 
2052                 int     line, 
2053                 int     (*init)(
2054                 WINDOW  *p1, 
2055                 int     p2))
2056                 { return(*(int *)0); }
2057
2058 #undef _nc_ripoffline
2059 int     _nc_ripoffline(
2060                 int     line, 
2061                 int     (*init)(
2062                 WINDOW  *p1, 
2063                 int     p2))
2064                 { return(*(int *)0); }
2065
2066 #undef ripoffline_sp
2067 int     ripoffline_sp(
2068                 SCREEN  *sp, 
2069                 int     line, 
2070                 int     (*init)(
2071                 WINDOW  *p1, 
2072                 int     p2))
2073                 { return(*(int *)0); }
2074
2075 #undef ripoffline
2076 int     ripoffline(
2077                 int     line, 
2078                 int     (*init)(
2079                 WINDOW  *p1, 
2080                 int     p2))
2081                 { return(*(int *)0); }
2082
2083 /* ./base/lib_slk.c */
2084
2085 #undef _nc_format_slks
2086 int     _nc_format_slks(
2087                 SCREEN  *sp, 
2088                 int     cols)
2089                 { return(*(int *)0); }
2090
2091 #undef _nc_slk_initialize
2092 int     _nc_slk_initialize(
2093                 WINDOW  *stwin, 
2094                 int     cols)
2095                 { return(*(int *)0); }
2096
2097 #undef slk_restore_sp
2098 int     slk_restore_sp(
2099                 SCREEN  *sp)
2100                 { return(*(int *)0); }
2101
2102 #undef slk_restore
2103 int     slk_restore(void)
2104                 { return(*(int *)0); }
2105
2106 /* ./base/lib_slkatr_set.c */
2107
2108 #undef slk_attr_set_sp
2109 int     slk_attr_set_sp(
2110                 SCREEN  *sp, 
2111                 const attr_t attr, 
2112                 short   pair_arg, 
2113                 void    *opts)
2114                 { return(*(int *)0); }
2115
2116 #undef slk_attr_set
2117 int     slk_attr_set(
2118                 const attr_t attr, 
2119                 short   pair_arg, 
2120                 void    *opts)
2121                 { return(*(int *)0); }
2122
2123 /* ./base/lib_slkatrof.c */
2124
2125 #undef slk_attroff_sp
2126 int     slk_attroff_sp(
2127                 SCREEN  *sp, 
2128                 const chtype attr)
2129                 { return(*(int *)0); }
2130
2131 #undef slk_attroff
2132 int     slk_attroff(
2133                 const chtype attr)
2134                 { return(*(int *)0); }
2135
2136 /* ./base/lib_slkatron.c */
2137
2138 #undef slk_attron_sp
2139 int     slk_attron_sp(
2140                 SCREEN  *sp, 
2141                 const chtype attr)
2142                 { return(*(int *)0); }
2143
2144 #undef slk_attron
2145 int     slk_attron(
2146                 const chtype attr)
2147                 { return(*(int *)0); }
2148
2149 /* ./base/lib_slkatrset.c */
2150
2151 #undef slk_attrset_sp
2152 int     slk_attrset_sp(
2153                 SCREEN  *sp, 
2154                 const chtype attr)
2155                 { return(*(int *)0); }
2156
2157 #undef slk_attrset
2158 int     slk_attrset(
2159                 const chtype attr)
2160                 { return(*(int *)0); }
2161
2162 /* ./base/lib_slkattr.c */
2163
2164 #undef slk_attr_sp
2165 attr_t  slk_attr_sp(
2166                 SCREEN  *sp)
2167                 { return(*(attr_t *)0); }
2168
2169 #undef slk_attr
2170 attr_t  slk_attr(void)
2171                 { return(*(attr_t *)0); }
2172
2173 /* ./base/lib_slkclear.c */
2174
2175 #undef slk_clear_sp
2176 int     slk_clear_sp(
2177                 SCREEN  *sp)
2178                 { return(*(int *)0); }
2179
2180 #undef slk_clear
2181 int     slk_clear(void)
2182                 { return(*(int *)0); }
2183
2184 /* ./base/lib_slkcolor.c */
2185
2186 #undef slk_color_sp
2187 int     slk_color_sp(
2188                 SCREEN  *sp, 
2189                 short   pair_arg)
2190                 { return(*(int *)0); }
2191
2192 #undef slk_color
2193 int     slk_color(
2194                 short   pair_arg)
2195                 { return(*(int *)0); }
2196
2197 /* ./base/lib_slkinit.c */
2198
2199 #undef slk_init_sp
2200 int     slk_init_sp(
2201                 SCREEN  *sp, 
2202                 int     format)
2203                 { return(*(int *)0); }
2204
2205 #undef slk_init
2206 int     slk_init(
2207                 int     format)
2208                 { return(*(int *)0); }
2209
2210 /* ./base/lib_slklab.c */
2211
2212 #undef slk_label_sp
2213 char    *slk_label_sp(
2214                 SCREEN  *sp, 
2215                 int     n)
2216                 { return(*(char **)0); }
2217
2218 #undef slk_label
2219 char    *slk_label(
2220                 int     n)
2221                 { return(*(char **)0); }
2222
2223 /* ./base/lib_slkrefr.c */
2224
2225 #undef slk_noutrefresh_sp
2226 int     slk_noutrefresh_sp(
2227                 SCREEN  *sp)
2228                 { return(*(int *)0); }
2229
2230 #undef slk_noutrefresh
2231 int     slk_noutrefresh(void)
2232                 { return(*(int *)0); }
2233
2234 #undef slk_refresh_sp
2235 int     slk_refresh_sp(
2236                 SCREEN  *sp)
2237                 { return(*(int *)0); }
2238
2239 #undef slk_refresh
2240 int     slk_refresh(void)
2241                 { return(*(int *)0); }
2242
2243 /* ./base/lib_slkset.c */
2244
2245 #undef slk_set_sp
2246 int     slk_set_sp(
2247                 SCREEN  *sp, 
2248                 int     i, 
2249                 const char *astr, 
2250                 int     format)
2251                 { return(*(int *)0); }
2252
2253 #undef slk_set
2254 int     slk_set(
2255                 int     i, 
2256                 const char *astr, 
2257                 int     format)
2258                 { return(*(int *)0); }
2259
2260 /* ./base/lib_slktouch.c */
2261
2262 #undef slk_touch_sp
2263 int     slk_touch_sp(
2264                 SCREEN  *sp)
2265                 { return(*(int *)0); }
2266
2267 #undef slk_touch
2268 int     slk_touch(void)
2269                 { return(*(int *)0); }
2270
2271 /* ./base/lib_touch.c */
2272
2273 #undef is_linetouched
2274 NCURSES_BOOL is_linetouched(
2275                 WINDOW  *win, 
2276                 int     line)
2277                 { return(*(NCURSES_BOOL *)0); }
2278
2279 #undef is_wintouched
2280 NCURSES_BOOL is_wintouched(
2281                 WINDOW  *win)
2282                 { return(*(NCURSES_BOOL *)0); }
2283
2284 #undef wtouchln
2285 int     wtouchln(
2286                 WINDOW  *win, 
2287                 int     y, 
2288                 int     n, 
2289                 int     changed)
2290                 { return(*(int *)0); }
2291
2292 /* ./trace/lib_tracedmp.c */
2293
2294 #undef _tracedump
2295 void    _tracedump(
2296                 const char *name, 
2297                 WINDOW  *win)
2298                 { /* void */ }
2299
2300 /* ./trace/lib_tracemse.c */
2301
2302 #undef _nc_trace_mmask_t
2303 char    *_nc_trace_mmask_t(
2304                 SCREEN  *sp, 
2305                 mmask_t code)
2306                 { return(*(char **)0); }
2307
2308 #undef _nc_tracemouse
2309 char    *_nc_tracemouse(
2310                 SCREEN  *sp, 
2311                 MEVENT const *ep)
2312                 { return(*(char **)0); }
2313
2314 #undef _nc_retrace_mmask_t
2315 mmask_t _nc_retrace_mmask_t(
2316                 SCREEN  *sp, 
2317                 mmask_t code)
2318                 { return(*(mmask_t *)0); }
2319
2320 #undef _tracemouse
2321 char    *_tracemouse(
2322                 MEVENT const *ep)
2323                 { return(*(char **)0); }
2324
2325 /* ./tty/lib_tstp.c */
2326
2327 #undef _nc_signal_handler
2328 void    _nc_signal_handler(
2329                 int     enable)
2330                 { /* void */ }
2331
2332 /* ./base/lib_ungetch.c */
2333
2334 #undef _nc_fifo_dump
2335 void    _nc_fifo_dump(
2336                 SCREEN  *sp)
2337                 { /* void */ }
2338
2339 #undef ungetch_sp
2340 int     ungetch_sp(
2341                 SCREEN  *sp, 
2342                 int     ch)
2343                 { return(*(int *)0); }
2344
2345 #undef ungetch
2346 int     ungetch(
2347                 int     ch)
2348                 { return(*(int *)0); }
2349
2350 /* ./tty/lib_vidattr.c */
2351
2352 #undef vidputs_sp
2353 int     vidputs_sp(
2354                 SCREEN  *sp, 
2355                 chtype  newmode, 
2356                 NCURSES_OUTC_sp outc)
2357                 { return(*(int *)0); }
2358
2359 #undef vidputs
2360 int     vidputs(
2361                 chtype  newmode, 
2362                 NCURSES_OUTC outc)
2363                 { return(*(int *)0); }
2364
2365 #undef vidattr_sp
2366 int     vidattr_sp(
2367                 SCREEN  *sp, 
2368                 chtype  newmode)
2369                 { return(*(int *)0); }
2370
2371 #undef vidattr
2372 int     vidattr(
2373                 chtype  newmode)
2374                 { return(*(int *)0); }
2375
2376 #undef termattrs_sp
2377 chtype  termattrs_sp(
2378                 SCREEN  *sp)
2379                 { return(*(chtype *)0); }
2380
2381 #undef termattrs
2382 chtype  termattrs(void)
2383                 { return(*(chtype *)0); }
2384
2385 /* ./base/lib_vline.c */
2386
2387 #undef wvline
2388 int     wvline(
2389                 WINDOW  *win, 
2390                 chtype  ch, 
2391                 int     n)
2392                 { return(*(int *)0); }
2393
2394 /* ./base/lib_wattroff.c */
2395
2396 #undef wattr_off
2397 int     wattr_off(
2398                 WINDOW  *win, 
2399                 attr_t  at, 
2400                 void    *opts)
2401                 { return(*(int *)0); }
2402
2403 /* ./base/lib_wattron.c */
2404
2405 #undef wattr_on
2406 int     wattr_on(
2407                 WINDOW  *win, 
2408                 attr_t  at, 
2409                 void    *opts)
2410                 { return(*(int *)0); }
2411
2412 /* ./base/lib_winch.c */
2413
2414 #undef winch
2415 chtype  winch(
2416                 WINDOW  *win)
2417                 { return(*(chtype *)0); }
2418
2419 /* ./base/lib_window.c */
2420
2421 #undef _nc_synchook
2422 void    _nc_synchook(
2423                 WINDOW  *win)
2424                 { /* void */ }
2425
2426 #undef mvderwin
2427 int     mvderwin(
2428                 WINDOW  *win, 
2429                 int     y, 
2430                 int     x)
2431                 { return(*(int *)0); }
2432
2433 #undef syncok
2434 int     syncok(
2435                 WINDOW  *win, 
2436                 NCURSES_BOOL bf)
2437                 { return(*(int *)0); }
2438
2439 #undef wsyncup
2440 void    wsyncup(
2441                 WINDOW  *win)
2442                 { /* void */ }
2443
2444 #undef wsyncdown
2445 void    wsyncdown(
2446                 WINDOW  *win)
2447                 { /* void */ }
2448
2449 #undef wcursyncup
2450 void    wcursyncup(
2451                 WINDOW  *win)
2452                 { /* void */ }
2453
2454 #undef dupwin
2455 WINDOW  *dupwin(
2456                 WINDOW  *win)
2457                 { return(*(WINDOW **)0); }
2458
2459 /* ./base/nc_panel.c */
2460
2461 #undef _nc_panelhook_sp
2462 struct panelhook *_nc_panelhook_sp(
2463                 SCREEN  *sp)
2464                 { return(*(struct panelhook **)0); }
2465
2466 #undef _nc_panelhook
2467 struct panelhook *_nc_panelhook(void)
2468                 { return(*(struct panelhook **)0); }
2469
2470 /* ./base/safe_sprintf.c */
2471
2472 #undef _nc_printf_string_sp
2473 char    *_nc_printf_string_sp(
2474                 SCREEN  *sp, 
2475                 const char *fmt, 
2476                 va_list ap)
2477                 { return(*(char **)0); }
2478
2479 #undef _nc_printf_string
2480 char    *_nc_printf_string(
2481                 const char *fmt, 
2482                 va_list ap)
2483                 { return(*(char **)0); }
2484
2485 /* ./tty/tty_update.c */
2486
2487 #undef doupdate_sp
2488 int     doupdate_sp(
2489                 SCREEN  *sp)
2490                 { return(*(int *)0); }
2491
2492 #undef doupdate
2493 int     doupdate(void)
2494                 { return(*(int *)0); }
2495
2496 #undef _nc_scrolln_sp
2497 int     _nc_scrolln_sp(
2498                 SCREEN  *sp, 
2499                 int     n, 
2500                 int     top, 
2501                 int     bot, 
2502                 int     maxy)
2503                 { return(*(int *)0); }
2504
2505 #undef _nc_scrolln
2506 int     _nc_scrolln(
2507                 int     n, 
2508                 int     top, 
2509                 int     bot, 
2510                 int     maxy)
2511                 { return(*(int *)0); }
2512
2513 #undef _nc_screen_resume_sp
2514 void    _nc_screen_resume_sp(
2515                 SCREEN  *sp)
2516                 { /* void */ }
2517
2518 #undef _nc_screen_resume
2519 void    _nc_screen_resume(void)
2520                 { /* void */ }
2521
2522 #undef _nc_screen_init_sp
2523 void    _nc_screen_init_sp(
2524                 SCREEN  *sp)
2525                 { /* void */ }
2526
2527 #undef _nc_screen_init
2528 void    _nc_screen_init(void)
2529                 { /* void */ }
2530
2531 #undef _nc_screen_wrap_sp
2532 void    _nc_screen_wrap_sp(
2533                 SCREEN  *sp)
2534                 { /* void */ }
2535
2536 #undef _nc_screen_wrap
2537 void    _nc_screen_wrap(void)
2538                 { /* void */ }
2539
2540 #undef _nc_do_xmc_glitch_sp
2541 void    _nc_do_xmc_glitch_sp(
2542                 SCREEN  *sp, 
2543                 attr_t  previous)
2544                 { /* void */ }
2545
2546 #undef _nc_do_xmc_glitch
2547 void    _nc_do_xmc_glitch(
2548                 attr_t  previous)
2549                 { /* void */ }
2550
2551 /* ./trace/varargs.c */
2552
2553 #undef _nc_varargs
2554 char    *_nc_varargs(
2555                 const char *fmt, 
2556                 va_list ap)
2557                 { return(*(char **)0); }
2558
2559 /* ./base/vsscanf.c */
2560
2561 #undef _nc_vsscanf
2562 void    _nc_vsscanf(void)
2563                 { /* void */ }
2564
2565 /* ./base/lib_freeall.c */
2566
2567 #undef _nc_freeall
2568 void    _nc_freeall(void)
2569                 { /* void */ }
2570
2571 #undef _nc_free_and_exit_sp
2572 void    _nc_free_and_exit_sp(
2573                 SCREEN  *sp, 
2574                 int     code)
2575                 { /* void */ }
2576
2577 #undef _nc_free_and_exit
2578 void    _nc_free_and_exit(
2579                 int     code)
2580                 { /* void */ }
2581
2582 /* ./expanded.c */
2583
2584 #undef _nc_toggle_attr_on
2585 void    _nc_toggle_attr_on(
2586                 attr_t  *S, 
2587                 attr_t  at)
2588                 { /* void */ }
2589
2590 #undef _nc_toggle_attr_off
2591 void    _nc_toggle_attr_off(
2592                 attr_t  *S, 
2593                 attr_t  at)
2594                 { /* void */ }
2595
2596 #undef _nc_DelCharCost_sp
2597 int     _nc_DelCharCost_sp(
2598                 SCREEN  *sp, 
2599                 int     count)
2600                 { return(*(int *)0); }
2601
2602 #undef _nc_InsCharCost_sp
2603 int     _nc_InsCharCost_sp(
2604                 SCREEN  *sp, 
2605                 int     count)
2606                 { return(*(int *)0); }
2607
2608 #undef _nc_UpdateAttrs_sp
2609 void    _nc_UpdateAttrs_sp(
2610                 SCREEN  *sp, 
2611                 chtype  c)
2612                 { /* void */ }
2613
2614 #undef _nc_DelCharCost
2615 int     _nc_DelCharCost(
2616                 int     count)
2617                 { return(*(int *)0); }
2618
2619 #undef _nc_InsCharCost
2620 int     _nc_InsCharCost(
2621                 int     count)
2622                 { return(*(int *)0); }
2623
2624 #undef _nc_UpdateAttrs
2625 void    _nc_UpdateAttrs(
2626                 chtype  c)
2627                 { /* void */ }
2628
2629 /* ./base/legacy_coding.c */
2630
2631 #undef use_legacy_coding_sp
2632 int     use_legacy_coding_sp(
2633                 SCREEN  *sp, 
2634                 int     level)
2635                 { return(*(int *)0); }
2636
2637 #undef use_legacy_coding
2638 int     use_legacy_coding(
2639                 int     level)
2640                 { return(*(int *)0); }
2641
2642 /* ./base/lib_dft_fgbg.c */
2643
2644 #undef use_default_colors_sp
2645 int     use_default_colors_sp(
2646                 SCREEN  *sp)
2647                 { return(*(int *)0); }
2648
2649 #undef use_default_colors
2650 int     use_default_colors(void)
2651                 { return(*(int *)0); }
2652
2653 #undef assume_default_colors_sp
2654 int     assume_default_colors_sp(
2655                 SCREEN  *sp, 
2656                 int     fg, 
2657                 int     bg)
2658                 { return(*(int *)0); }
2659
2660 #undef assume_default_colors
2661 int     assume_default_colors(
2662                 int     fg, 
2663                 int     bg)
2664                 { return(*(int *)0); }
2665
2666 /* ./tinfo/lib_print.c */
2667
2668 #undef mcprint_sp
2669 int     mcprint_sp(
2670                 SCREEN  *sp, 
2671                 char    *data, 
2672                 int     len)
2673                 { return(*(int *)0); }
2674
2675 #undef mcprint
2676 int     mcprint(
2677                 char    *data, 
2678                 int     len)
2679                 { return(*(int *)0); }
2680
2681 /* ./base/new_pair.c */
2682
2683 #undef _nc_new_pair
2684 void    _nc_new_pair(void)
2685                 { /* void */ }
2686
2687 /* ./base/resizeterm.c */
2688
2689 #undef is_term_resized_sp
2690 NCURSES_BOOL is_term_resized_sp(
2691                 SCREEN  *sp, 
2692                 int     ToLines, 
2693                 int     ToCols)
2694                 { return(*(NCURSES_BOOL *)0); }
2695
2696 #undef is_term_resized
2697 NCURSES_BOOL is_term_resized(
2698                 int     ToLines, 
2699                 int     ToCols)
2700                 { return(*(NCURSES_BOOL *)0); }
2701
2702 #undef resize_term_sp
2703 int     resize_term_sp(
2704                 SCREEN  *sp, 
2705                 int     ToLines, 
2706                 int     ToCols)
2707                 { return(*(int *)0); }
2708
2709 #undef resize_term
2710 int     resize_term(
2711                 int     ToLines, 
2712                 int     ToCols)
2713                 { return(*(int *)0); }
2714
2715 #undef resizeterm_sp
2716 int     resizeterm_sp(
2717                 SCREEN  *sp, 
2718                 int     ToLines, 
2719                 int     ToCols)
2720                 { return(*(int *)0); }
2721
2722 #undef resizeterm
2723 int     resizeterm(
2724                 int     ToLines, 
2725                 int     ToCols)
2726                 { return(*(int *)0); }
2727
2728 /* ./trace/trace_xnames.c */
2729
2730 #undef _nc_trace_xnames
2731 void    _nc_trace_xnames(
2732                 TERMTYPE *tp)
2733                 { /* void */ }
2734
2735 /* ./tinfo/use_screen.c */
2736
2737 #undef use_screen
2738 int     use_screen(
2739                 SCREEN  *screen, 
2740                 NCURSES_SCREEN_CB func, 
2741                 void    *data)
2742                 { return(*(int *)0); }
2743
2744 /* ./base/use_window.c */
2745
2746 #undef use_window
2747 int     use_window(
2748                 WINDOW  *win, 
2749                 NCURSES_WINDOW_CB func, 
2750                 void    *data)
2751                 { return(*(int *)0); }
2752
2753 /* ./base/wresize.c */
2754
2755 #undef wresize
2756 int     wresize(
2757                 WINDOW  *win, 
2758                 int     ToLines, 
2759                 int     ToCols)
2760                 { return(*(int *)0); }
2761
2762 /* ./tinfo/access.c */
2763
2764 #undef _nc_rootname
2765 char    *_nc_rootname(
2766                 char    *path)
2767                 { return(*(char **)0); }
2768
2769 #undef _nc_is_abs_path
2770 NCURSES_BOOL _nc_is_abs_path(
2771                 const char *path)
2772                 { return(*(NCURSES_BOOL *)0); }
2773
2774 #undef _nc_pathlast
2775 unsigned _nc_pathlast(
2776                 const char *path)
2777                 { return(*(unsigned *)0); }
2778
2779 #undef _nc_basename
2780 char    *_nc_basename(
2781                 char    *path)
2782                 { return(*(char **)0); }
2783
2784 #undef _nc_access
2785 int     _nc_access(
2786                 const char *path, 
2787                 int     mode)
2788                 { return(*(int *)0); }
2789
2790 #undef _nc_is_dir_path
2791 NCURSES_BOOL _nc_is_dir_path(
2792                 const char *path)
2793                 { return(*(NCURSES_BOOL *)0); }
2794
2795 #undef _nc_is_file_path
2796 NCURSES_BOOL _nc_is_file_path(
2797                 const char *path)
2798                 { return(*(NCURSES_BOOL *)0); }
2799
2800 #undef _nc_env_access
2801 int     _nc_env_access(void)
2802                 { return(*(int *)0); }
2803
2804 /* ./tinfo/add_tries.c */
2805
2806 #undef _nc_add_to_try
2807 int     _nc_add_to_try(
2808                 TRIES   **tree, 
2809                 const char *str, 
2810                 unsigned code)
2811                 { return(*(int *)0); }
2812
2813 /* ./tinfo/alloc_ttype.c */
2814
2815 #undef _nc_align_termtype
2816 void    _nc_align_termtype(
2817                 TERMTYPE *to, 
2818                 TERMTYPE *from)
2819                 { /* void */ }
2820
2821 #undef _nc_copy_termtype
2822 void    _nc_copy_termtype(
2823                 TERMTYPE *dst, 
2824                 const TERMTYPE *src)
2825                 { /* void */ }
2826
2827 /* ./codes.c */
2828
2829 #undef _nc_boolcodes
2830 const char *const *_nc_boolcodes(void)
2831                 { return(*(const char **)0); }
2832
2833 #undef _nc_numcodes
2834 const char *const *_nc_numcodes(void)
2835                 { return(*(const char **)0); }
2836
2837 #undef _nc_strcodes
2838 const char *const *_nc_strcodes(void)
2839                 { return(*(const char **)0); }
2840
2841 /* ./comp_captab.c */
2842
2843 #undef _nc_get_table
2844 const struct name_table_entry *_nc_get_table(
2845                 NCURSES_BOOL termcap)
2846                 { return(*(const struct name_table_entry **)0); }
2847
2848 #undef _nc_get_hash_table
2849 const HashValue *_nc_get_hash_table(
2850                 NCURSES_BOOL termcap)
2851                 { return(*(const HashValue **)0); }
2852
2853 #undef _nc_get_alias_table
2854 const struct alias *_nc_get_alias_table(
2855                 NCURSES_BOOL termcap)
2856                 { return(*(const struct alias **)0); }
2857
2858 #undef _nc_get_hash_info
2859 const HashData *_nc_get_hash_info(
2860                 NCURSES_BOOL termcap)
2861                 { return(*(const HashData **)0); }
2862
2863 /* ./tinfo/comp_error.c */
2864
2865 #undef _nc_suppress_warnings
2866 NCURSES_BOOL _nc_suppress_warnings;
2867 #undef _nc_curr_line
2868 int     _nc_curr_line;
2869 #undef _nc_curr_col
2870 int     _nc_curr_col;
2871
2872 #undef _nc_get_source
2873 const char *_nc_get_source(void)
2874                 { return(*(const char **)0); }
2875
2876 #undef _nc_set_source
2877 void    _nc_set_source(
2878                 const char *const name)
2879                 { /* void */ }
2880
2881 #undef _nc_set_type
2882 void    _nc_set_type(
2883                 const char *const name)
2884                 { /* void */ }
2885
2886 #undef _nc_get_type
2887 void    _nc_get_type(
2888                 char    *name)
2889                 { /* void */ }
2890
2891 #undef _nc_warning
2892 void    _nc_warning(
2893                 const char *const fmt, 
2894                 ...)
2895                 { /* void */ }
2896
2897 #undef _nc_err_abort
2898 void    _nc_err_abort(
2899                 const char *const fmt, 
2900                 ...)
2901                 { /* void */ }
2902
2903 #undef _nc_syserr_abort
2904 void    _nc_syserr_abort(
2905                 const char *const fmt, 
2906                 ...)
2907                 { /* void */ }
2908
2909 /* ./tinfo/comp_hash.c */
2910
2911 #undef _nc_find_entry
2912 struct name_table_entry const *_nc_find_entry(
2913                 const char *string, 
2914                 const HashValue *hash_table)
2915                 { return(*(struct name_table_entry const **)0); }
2916
2917 #undef _nc_find_type_entry
2918 struct name_table_entry const *_nc_find_type_entry(
2919                 const char *string, 
2920                 int     type, 
2921                 NCURSES_BOOL termcap)
2922                 { return(*(struct name_table_entry const **)0); }
2923
2924 /* ./tinfo/db_iterator.c */
2925
2926 #undef _nc_tic_dir
2927 const char *_nc_tic_dir(
2928                 const char *path)
2929                 { return(*(const char **)0); }
2930
2931 #undef _nc_keep_tic_dir
2932 void    _nc_keep_tic_dir(
2933                 const char *path)
2934                 { /* void */ }
2935
2936 #undef _nc_last_db
2937 void    _nc_last_db(void)
2938                 { /* void */ }
2939
2940 #undef _nc_next_db
2941 const char *_nc_next_db(
2942                 DBDIRS  *state, 
2943                 int     *offset)
2944                 { return(*(const char **)0); }
2945
2946 #undef _nc_first_db
2947 void    _nc_first_db(
2948                 DBDIRS  *state, 
2949                 int     *offset)
2950                 { /* void */ }
2951
2952 /* ./tinfo/doalloc.c */
2953
2954 #undef _nc_doalloc
2955 void    *_nc_doalloc(
2956                 void    *oldp, 
2957                 size_t  amount)
2958                 { return(*(void **)0); }
2959
2960 /* ./tinfo/entries.c */
2961
2962 #undef _nc_head
2963 ENTRY   *_nc_head;
2964 #undef _nc_tail
2965 ENTRY   *_nc_tail;
2966
2967 #undef _nc_free_entry
2968 void    _nc_free_entry(
2969                 ENTRY   *headp, 
2970                 TERMTYPE *tterm)
2971                 { /* void */ }
2972
2973 #undef _nc_free_entries
2974 void    _nc_free_entries(
2975                 ENTRY   *headp)
2976                 { /* void */ }
2977
2978 #undef _nc_delink_entry
2979 ENTRY   *_nc_delink_entry(
2980                 ENTRY   *headp, 
2981                 TERMTYPE *tterm)
2982                 { return(*(ENTRY **)0); }
2983
2984 #undef _nc_leaks_tinfo
2985 void    _nc_leaks_tinfo(void)
2986                 { /* void */ }
2987
2988 /* ./fallback.c */
2989
2990 #undef _nc_fallback
2991 const TERMTYPE *_nc_fallback(
2992                 const char *name)
2993                 { return(*(const TERMTYPE **)0); }
2994
2995 /* ./tinfo/free_ttype.c */
2996
2997 #undef _nc_free_termtype
2998 void    _nc_free_termtype(
2999                 TERMTYPE *ptr)
3000                 { /* void */ }
3001
3002 #undef _nc_user_definable
3003 NCURSES_BOOL _nc_user_definable;
3004
3005 #undef use_extended_names
3006 int     use_extended_names(
3007                 NCURSES_BOOL flag)
3008                 { return(*(int *)0); }
3009
3010 /* ./tinfo/getenv_num.c */
3011
3012 #undef _nc_getenv_num
3013 int     _nc_getenv_num(
3014                 const char *name)
3015                 { return(*(int *)0); }
3016
3017 #undef _nc_setenv_num
3018 void    _nc_setenv_num(
3019                 const char *name, 
3020                 int     value)
3021                 { /* void */ }
3022
3023 /* ./tinfo/home_terminfo.c */
3024
3025 #undef _nc_home_terminfo
3026 char    *_nc_home_terminfo(void)
3027                 { return(*(char **)0); }
3028
3029 /* ./tinfo/init_keytry.c */
3030
3031 #undef _nc_init_keytry
3032 void    _nc_init_keytry(
3033                 SCREEN  *sp)
3034                 { /* void */ }
3035
3036 /* ./tinfo/lib_acs.c */
3037
3038 #undef _nc_acs_map
3039 chtype  *_nc_acs_map(void)
3040                 { return(*(chtype **)0); }
3041
3042 #undef _nc_init_acs_sp
3043 void    _nc_init_acs_sp(
3044                 SCREEN  *sp)
3045                 { /* void */ }
3046
3047 #undef _nc_init_acs
3048 void    _nc_init_acs(void)
3049                 { /* void */ }
3050
3051 /* ./tinfo/lib_baudrate.c */
3052
3053 struct speed {
3054     int given_speed; 
3055     int actual_speed; 
3056 };
3057
3058 #undef _nc_baudrate
3059 int     _nc_baudrate(
3060                 int     OSpeed)
3061                 { return(*(int *)0); }
3062
3063 #undef _nc_ospeed
3064 int     _nc_ospeed(
3065                 int     BaudRate)
3066                 { return(*(int *)0); }
3067
3068 #undef baudrate_sp
3069 int     baudrate_sp(
3070                 SCREEN  *sp)
3071                 { return(*(int *)0); }
3072
3073 #undef baudrate
3074 int     baudrate(void)
3075                 { return(*(int *)0); }
3076
3077 /* ./tinfo/lib_cur_term.c */
3078
3079 #undef _nc_get_cur_term_sp
3080 TERMINAL *_nc_get_cur_term_sp(
3081                 SCREEN  *sp)
3082                 { return(*(TERMINAL **)0); }
3083
3084 #undef _nc_get_cur_term
3085 TERMINAL *_nc_get_cur_term(void)
3086                 { return(*(TERMINAL **)0); }
3087
3088 #undef _nc_cur_term
3089 TERMINAL *_nc_cur_term(void)
3090                 { return(*(TERMINAL **)0); }
3091
3092 #undef set_curterm_sp
3093 TERMINAL *set_curterm_sp(
3094                 SCREEN  *sp, 
3095                 TERMINAL *termp)
3096                 { return(*(TERMINAL **)0); }
3097
3098 #undef set_curterm
3099 TERMINAL *set_curterm(
3100                 TERMINAL *termp)
3101                 { return(*(TERMINAL **)0); }
3102
3103 #undef del_curterm_sp
3104 int     del_curterm_sp(
3105                 SCREEN  *sp, 
3106                 TERMINAL *termp)
3107                 { return(*(int *)0); }
3108
3109 #undef del_curterm
3110 int     del_curterm(
3111                 TERMINAL *termp)
3112                 { return(*(int *)0); }
3113
3114 /* ./tinfo/lib_data.c */
3115
3116 #undef _nc_stdscr
3117 WINDOW  *_nc_stdscr(void)
3118                 { return(*(WINDOW **)0); }
3119
3120 #undef _nc_curscr
3121 WINDOW  *_nc_curscr(void)
3122                 { return(*(WINDOW **)0); }
3123
3124 #undef _nc_newscr
3125 WINDOW  *_nc_newscr(void)
3126                 { return(*(WINDOW **)0); }
3127
3128 #undef _nc_screen_chain
3129 SCREEN  *_nc_screen_chain;
3130 #undef SP
3131 SCREEN  *SP;
3132 #undef _nc_globals
3133 NCURSES_GLOBALS _nc_globals;
3134 #undef _nc_prescreen
3135 NCURSES_PRESCREEN _nc_prescreen;
3136
3137 #undef _nc_screen_of
3138 SCREEN  *_nc_screen_of(
3139                 WINDOW  *win)
3140                 { return(*(SCREEN **)0); }
3141
3142 #undef _nc_init_pthreads
3143 void    _nc_init_pthreads(void)
3144                 { /* void */ }
3145
3146 #undef _nc_mutex_init
3147 void    _nc_mutex_init(
3148                 pthread_mutex_t *obj)
3149                 { /* void */ }
3150
3151 #undef _nc_mutex_lock
3152 int     _nc_mutex_lock(
3153                 pthread_mutex_t *obj)
3154                 { return(*(int *)0); }
3155
3156 #undef _nc_mutex_trylock
3157 int     _nc_mutex_trylock(
3158                 pthread_mutex_t *obj)
3159                 { return(*(int *)0); }
3160
3161 #undef _nc_mutex_unlock
3162 int     _nc_mutex_unlock(
3163                 pthread_mutex_t *obj)
3164                 { return(*(int *)0); }
3165
3166 /* ./tinfo/lib_has_cap.c */
3167
3168 #undef has_ic_sp
3169 NCURSES_BOOL has_ic_sp(
3170                 SCREEN  *sp)
3171                 { return(*(NCURSES_BOOL *)0); }
3172
3173 #undef has_ic
3174 NCURSES_BOOL has_ic(void)
3175                 { return(*(NCURSES_BOOL *)0); }
3176
3177 #undef has_il_sp
3178 NCURSES_BOOL has_il_sp(
3179                 SCREEN  *sp)
3180                 { return(*(NCURSES_BOOL *)0); }
3181
3182 #undef has_il
3183 NCURSES_BOOL has_il(void)
3184                 { return(*(NCURSES_BOOL *)0); }
3185
3186 /* ./tinfo/lib_kernel.c */
3187
3188 #undef erasechar_sp
3189 char    erasechar_sp(
3190                 SCREEN  *sp)
3191                 { return(*(char *)0); }
3192
3193 #undef erasechar
3194 char    erasechar(void)
3195                 { return(*(char *)0); }
3196
3197 #undef killchar_sp
3198 char    killchar_sp(
3199                 SCREEN  *sp)
3200                 { return(*(char *)0); }
3201
3202 #undef killchar
3203 char    killchar(void)
3204                 { return(*(char *)0); }
3205
3206 #undef flushinp_sp
3207 int     flushinp_sp(
3208                 SCREEN  *sp)
3209                 { return(*(int *)0); }
3210
3211 #undef flushinp
3212 int     flushinp(void)
3213                 { return(*(int *)0); }
3214
3215 /* ./lib_keyname.c */
3216
3217 struct kn { short offset; int code; };
3218
3219 #undef keyname_sp
3220 const char *keyname_sp(
3221                 SCREEN  *sp, 
3222                 int     c)
3223                 { return(*(const char **)0); }
3224
3225 #undef keyname
3226 const char *keyname(
3227                 int     c)
3228                 { return(*(const char **)0); }
3229
3230 /* ./tinfo/lib_longname.c */
3231
3232 #undef longname_sp
3233 char    *longname_sp(
3234                 SCREEN  *sp)
3235                 { return(*(char **)0); }
3236
3237 #undef longname
3238 char    *longname(void)
3239                 { return(*(char **)0); }
3240
3241 /* ./tinfo/lib_napms.c */
3242
3243 #undef napms_sp
3244 int     napms_sp(
3245                 SCREEN  *sp, 
3246                 int     ms)
3247                 { return(*(int *)0); }
3248
3249 #undef napms
3250 int     napms(
3251                 int     ms)
3252                 { return(*(int *)0); }
3253
3254 /* ./tinfo/lib_options.c */
3255
3256 #undef idlok
3257 int     idlok(
3258                 WINDOW  *win, 
3259                 NCURSES_BOOL flag)
3260                 { return(*(int *)0); }
3261
3262 #undef idcok
3263 void    idcok(
3264                 WINDOW  *win, 
3265                 NCURSES_BOOL flag)
3266                 { /* void */ }
3267
3268 #undef halfdelay_sp
3269 int     halfdelay_sp(
3270                 SCREEN  *sp, 
3271                 int     t)
3272                 { return(*(int *)0); }
3273
3274 #undef halfdelay
3275 int     halfdelay(
3276                 int     t)
3277                 { return(*(int *)0); }
3278
3279 #undef nodelay
3280 int     nodelay(
3281                 WINDOW  *win, 
3282                 NCURSES_BOOL flag)
3283                 { return(*(int *)0); }
3284
3285 #undef notimeout
3286 int     notimeout(
3287                 WINDOW  *win, 
3288                 NCURSES_BOOL f)
3289                 { return(*(int *)0); }
3290
3291 #undef wtimeout
3292 void    wtimeout(
3293                 WINDOW  *win, 
3294                 int     delay)
3295                 { /* void */ }
3296
3297 #undef keypad
3298 int     keypad(
3299                 WINDOW  *win, 
3300                 NCURSES_BOOL flag)
3301                 { return(*(int *)0); }
3302
3303 #undef meta
3304 int     meta(
3305                 WINDOW  *win, 
3306                 NCURSES_BOOL flag)
3307                 { return(*(int *)0); }
3308
3309 #undef curs_set_sp
3310 int     curs_set_sp(
3311                 SCREEN  *sp, 
3312                 int     vis)
3313                 { return(*(int *)0); }
3314
3315 #undef curs_set
3316 int     curs_set(
3317                 int     vis)
3318                 { return(*(int *)0); }
3319
3320 #undef typeahead_sp
3321 int     typeahead_sp(
3322                 SCREEN  *sp, 
3323                 int     fd)
3324                 { return(*(int *)0); }
3325
3326 #undef typeahead
3327 int     typeahead(
3328                 int     fd)
3329                 { return(*(int *)0); }
3330
3331 #undef has_key_sp
3332 int     has_key_sp(
3333                 SCREEN  *sp, 
3334                 int     keycode)
3335                 { return(*(int *)0); }
3336
3337 #undef has_key
3338 int     has_key(
3339                 int     keycode)
3340                 { return(*(int *)0); }
3341
3342 #undef _nc_putp_flush_sp
3343 int     _nc_putp_flush_sp(
3344                 SCREEN  *sp, 
3345                 const char *name, 
3346                 const char *value)
3347                 { return(*(int *)0); }
3348
3349 #undef _nc_keypad
3350 int     _nc_keypad(
3351                 SCREEN  *sp, 
3352                 int     flag)
3353                 { return(*(int *)0); }
3354
3355 /* ./tinfo/lib_raw.c */
3356
3357 #undef raw_sp
3358 int     raw_sp(
3359                 SCREEN  *sp)
3360                 { return(*(int *)0); }
3361
3362 #undef raw
3363 int     raw(void)
3364                 { return(*(int *)0); }
3365
3366 #undef cbreak_sp
3367 int     cbreak_sp(
3368                 SCREEN  *sp)
3369                 { return(*(int *)0); }
3370
3371 #undef cbreak
3372 int     cbreak(void)
3373                 { return(*(int *)0); }
3374
3375 #undef qiflush_sp
3376 void    qiflush_sp(
3377                 SCREEN  *sp)
3378                 { /* void */ }
3379
3380 #undef qiflush
3381 void    qiflush(void)
3382                 { /* void */ }
3383
3384 #undef noraw_sp
3385 int     noraw_sp(
3386                 SCREEN  *sp)
3387                 { return(*(int *)0); }
3388
3389 #undef noraw
3390 int     noraw(void)
3391                 { return(*(int *)0); }
3392
3393 #undef nocbreak_sp
3394 int     nocbreak_sp(
3395                 SCREEN  *sp)
3396                 { return(*(int *)0); }
3397
3398 #undef nocbreak
3399 int     nocbreak(void)
3400                 { return(*(int *)0); }
3401
3402 #undef noqiflush_sp
3403 void    noqiflush_sp(
3404                 SCREEN  *sp)
3405                 { /* void */ }
3406
3407 #undef noqiflush
3408 void    noqiflush(void)
3409                 { /* void */ }
3410
3411 #undef intrflush_sp
3412 int     intrflush_sp(
3413                 SCREEN  *sp, 
3414                 WINDOW  *win, 
3415                 NCURSES_BOOL flag)
3416                 { return(*(int *)0); }
3417
3418 #undef intrflush
3419 int     intrflush(
3420                 WINDOW  *win, 
3421                 NCURSES_BOOL flag)
3422                 { return(*(int *)0); }
3423
3424 /* ./tinfo/lib_setup.c */
3425
3426 #undef _nc_ttytype
3427 char    *_nc_ttytype(void)
3428                 { return(*(char **)0); }
3429
3430 #undef _nc_ptr_Lines
3431 int     *_nc_ptr_Lines(
3432                 SCREEN  *sp)
3433                 { return(*(int **)0); }
3434
3435 #undef _nc_LINES
3436 int     _nc_LINES(void)
3437                 { return(*(int *)0); }
3438
3439 #undef _nc_ptr_Cols
3440 int     *_nc_ptr_Cols(
3441                 SCREEN  *sp)
3442                 { return(*(int **)0); }
3443
3444 #undef _nc_COLS
3445 int     _nc_COLS(void)
3446                 { return(*(int *)0); }
3447
3448 #undef _nc_ptr_Tabsize
3449 int     *_nc_ptr_Tabsize(
3450                 SCREEN  *sp)
3451                 { return(*(int **)0); }
3452
3453 #undef _nc_TABSIZE
3454 int     _nc_TABSIZE(void)
3455                 { return(*(int *)0); }
3456
3457 #undef set_tabsize_sp
3458 int     set_tabsize_sp(
3459                 SCREEN  *sp, 
3460                 int     value)
3461                 { return(*(int *)0); }
3462
3463 #undef set_tabsize
3464 int     set_tabsize(
3465                 int     value)
3466                 { return(*(int *)0); }
3467
3468 #undef _nc_handle_sigwinch
3469 int     _nc_handle_sigwinch(
3470                 SCREEN  *sp)
3471                 { return(*(int *)0); }
3472
3473 #undef use_env_sp
3474 void    use_env_sp(
3475                 SCREEN  *sp, 
3476                 NCURSES_BOOL f)
3477                 { /* void */ }
3478
3479 #undef use_tioctl_sp
3480 void    use_tioctl_sp(
3481                 SCREEN  *sp, 
3482                 NCURSES_BOOL f)
3483                 { /* void */ }
3484
3485 #undef use_env
3486 void    use_env(
3487                 NCURSES_BOOL f)
3488                 { /* void */ }
3489
3490 #undef use_tioctl
3491 void    use_tioctl(
3492                 NCURSES_BOOL f)
3493                 { /* void */ }
3494
3495 #undef _nc_get_screensize
3496 void    _nc_get_screensize(
3497                 SCREEN  *sp, 
3498                 int     *linep, 
3499                 int     *colp)
3500                 { /* void */ }
3501
3502 #undef _nc_update_screensize
3503 void    _nc_update_screensize(
3504                 SCREEN  *sp)
3505                 { /* void */ }
3506
3507 #undef _nc_setup_tinfo
3508 int     _nc_setup_tinfo(
3509                 const char *const tn, 
3510                 TERMTYPE *const tp)
3511                 { return(*(int *)0); }
3512
3513 #undef _nc_tinfo_cmdch
3514 void    _nc_tinfo_cmdch(
3515                 TERMINAL *termp, 
3516                 int     proto)
3517                 { /* void */ }
3518
3519 #undef _nc_get_locale
3520 char    *_nc_get_locale(void)
3521                 { return(*(char **)0); }
3522
3523 #undef _nc_unicode_locale
3524 int     _nc_unicode_locale(void)
3525                 { return(*(int *)0); }
3526
3527 #undef _nc_locale_breaks_acs
3528 int     _nc_locale_breaks_acs(
3529                 TERMINAL *termp)
3530                 { return(*(int *)0); }
3531
3532 #undef _nc_setupterm
3533 int     _nc_setupterm(
3534                 const char *tname, 
3535                 int     Filedes, 
3536                 int     *errret, 
3537                 int     reuse)
3538                 { return(*(int *)0); }
3539
3540 #undef new_prescr
3541 SCREEN  *new_prescr(void)
3542                 { return(*(SCREEN **)0); }
3543
3544 #undef setupterm
3545 int     setupterm(
3546                 const char *tname, 
3547                 int     Filedes, 
3548                 int     *errret)
3549                 { return(*(int *)0); }
3550
3551 /* ./tinfo/lib_termcap.c */
3552
3553 #undef UP
3554 char    *UP;
3555 #undef BC
3556 char    *BC;
3557
3558 #undef tgetent_sp
3559 int     tgetent_sp(
3560                 SCREEN  *sp, 
3561                 char    *bufp, 
3562                 const char *name)
3563                 { return(*(int *)0); }
3564
3565 #undef tgetent
3566 int     tgetent(
3567                 char    *bufp, 
3568                 const char *name)
3569                 { return(*(int *)0); }
3570
3571 #undef tgetflag_sp
3572 int     tgetflag_sp(
3573                 SCREEN  *sp, 
3574                 const char *id)
3575                 { return(*(int *)0); }
3576
3577 #undef tgetflag
3578 int     tgetflag(
3579                 const char *id)
3580                 { return(*(int *)0); }
3581
3582 #undef tgetnum_sp
3583 int     tgetnum_sp(
3584                 SCREEN  *sp, 
3585                 const char *id)
3586                 { return(*(int *)0); }
3587
3588 #undef tgetnum
3589 int     tgetnum(
3590                 const char *id)
3591                 { return(*(int *)0); }
3592
3593 #undef tgetstr_sp
3594 char    *tgetstr_sp(
3595                 SCREEN  *sp, 
3596                 const char *id, 
3597                 char    **area)
3598                 { return(*(char **)0); }
3599
3600 #undef tgetstr
3601 char    *tgetstr(
3602                 const char *id, 
3603                 char    **area)
3604                 { return(*(char **)0); }
3605
3606 /* ./tinfo/lib_termname.c */
3607
3608 #undef termname_sp
3609 char    *termname_sp(
3610                 SCREEN  *sp)
3611                 { return(*(char **)0); }
3612
3613 #undef termname
3614 char    *termname(void)
3615                 { return(*(char **)0); }
3616
3617 /* ./tinfo/lib_tgoto.c */
3618
3619 #undef tgoto
3620 char    *tgoto(
3621                 const char *string, 
3622                 int     x, 
3623                 int     y)
3624                 { return(*(char **)0); }
3625
3626 /* ./tinfo/lib_ti.c */
3627
3628 #undef tigetflag_sp
3629 int     tigetflag_sp(
3630                 SCREEN  *sp, 
3631                 const char *str)
3632                 { return(*(int *)0); }
3633
3634 #undef tigetflag
3635 int     tigetflag(
3636                 const char *str)
3637                 { return(*(int *)0); }
3638
3639 #undef tigetnum_sp
3640 int     tigetnum_sp(
3641                 SCREEN  *sp, 
3642                 const char *str)
3643                 { return(*(int *)0); }
3644
3645 #undef tigetnum
3646 int     tigetnum(
3647                 const char *str)
3648                 { return(*(int *)0); }
3649
3650 #undef tigetstr_sp
3651 char    *tigetstr_sp(
3652                 SCREEN  *sp, 
3653                 const char *str)
3654                 { return(*(char **)0); }
3655
3656 #undef tigetstr
3657 char    *tigetstr(
3658                 const char *str)
3659                 { return(*(char **)0); }
3660
3661 /* ./tinfo/lib_tparm.c */
3662
3663 #undef _nc_tparm_err
3664 int     _nc_tparm_err;
3665
3666 #undef _nc_tparm_analyze
3667 int     _nc_tparm_analyze(
3668                 const char *string, 
3669                 char    *p_is_s[9], 
3670                 int     *_nc_popcount)
3671                 { return(*(int *)0); }
3672
3673 #undef tparm
3674 char    *tparm(
3675                 const char *string, 
3676                 ...)
3677                 { return(*(char **)0); }
3678
3679 #undef tiparm
3680 char    *tiparm(
3681                 const char *string, 
3682                 ...)
3683                 { return(*(char **)0); }
3684
3685 /* ./tinfo/lib_tputs.c */
3686
3687 #undef PC
3688 char    PC;
3689 #undef ospeed
3690 short   ospeed;
3691 #undef _nc_nulls_sent
3692 int     _nc_nulls_sent;
3693
3694 #undef _nc_set_no_padding
3695 void    _nc_set_no_padding(
3696                 SCREEN  *sp)
3697                 { /* void */ }
3698
3699 #undef delay_output_sp
3700 int     delay_output_sp(
3701                 SCREEN  *sp, 
3702                 int     ms)
3703                 { return(*(int *)0); }
3704
3705 #undef delay_output
3706 int     delay_output(
3707                 int     ms)
3708                 { return(*(int *)0); }
3709
3710 #undef _nc_flush_sp
3711 void    _nc_flush_sp(
3712                 SCREEN  *sp)
3713                 { /* void */ }
3714
3715 #undef _nc_flush
3716 void    _nc_flush(void)
3717                 { /* void */ }
3718
3719 #undef _nc_outch_sp
3720 int     _nc_outch_sp(
3721                 SCREEN  *sp, 
3722                 int     ch)
3723                 { return(*(int *)0); }
3724
3725 #undef _nc_outch
3726 int     _nc_outch(
3727                 int     ch)
3728                 { return(*(int *)0); }
3729
3730 #undef _nc_putchar_sp
3731 int     _nc_putchar_sp(
3732                 SCREEN  *sp, 
3733                 int     ch)
3734                 { return(*(int *)0); }
3735
3736 #undef _nc_putchar
3737 int     _nc_putchar(
3738                 int     ch)
3739                 { return(*(int *)0); }
3740
3741 #undef putp_sp
3742 int     putp_sp(
3743                 SCREEN  *sp, 
3744                 const char *string)
3745                 { return(*(int *)0); }
3746
3747 #undef putp
3748 int     putp(
3749                 const char *string)
3750                 { return(*(int *)0); }
3751
3752 #undef _nc_putp_sp
3753 int     _nc_putp_sp(
3754                 SCREEN  *sp, 
3755                 const char *name, 
3756                 const char *string)
3757                 { return(*(int *)0); }
3758
3759 #undef _nc_putp
3760 int     _nc_putp(
3761                 const char *name, 
3762                 const char *string)
3763                 { return(*(int *)0); }
3764
3765 #undef tputs_sp
3766 int     tputs_sp(
3767                 SCREEN  *sp, 
3768                 const char *string, 
3769                 int     affcnt, 
3770                 NCURSES_OUTC_sp outc)
3771                 { return(*(int *)0); }
3772
3773 #undef _nc_outc_wrapper
3774 int     _nc_outc_wrapper(
3775                 SCREEN  *sp, 
3776                 int     c)
3777                 { return(*(int *)0); }
3778
3779 #undef tputs
3780 int     tputs(
3781                 const char *string, 
3782                 int     affcnt, 
3783                 int     (*outc)(
3784                 int     p1))
3785                 { return(*(int *)0); }
3786
3787 /* ./trace/lib_trace.c */
3788
3789 #undef _nc_tracing
3790 unsigned _nc_tracing;
3791
3792 #undef _nc__nc_tputs_trace
3793 const char *_nc__nc_tputs_trace(void)
3794                 { return(*(const char **)0); }
3795
3796 #undef _nc__nc_outchars
3797 long    _nc__nc_outchars(void)
3798                 { return(*(long *)0); }
3799
3800 #undef _nc_set_tputs_trace
3801 void    _nc_set_tputs_trace(
3802                 const char *s)
3803                 { /* void */ }
3804
3805 #undef _nc_count_outchars
3806 void    _nc_count_outchars(
3807                 long    increment)
3808                 { /* void */ }
3809
3810 #undef trace
3811 void    trace(
3812                 const unsigned int tracelevel)
3813                 { /* void */ }
3814
3815 #undef _tracef
3816 void    _tracef(
3817                 const char *fmt, 
3818                 ...)
3819                 { /* void */ }
3820
3821 #undef _nc_retrace_bool
3822 NCURSES_BOOL _nc_retrace_bool(
3823                 int     code)
3824                 { return(*(NCURSES_BOOL *)0); }
3825
3826 #undef _nc_retrace_char
3827 char    _nc_retrace_char(
3828                 int     code)
3829                 { return(*(char *)0); }
3830
3831 #undef _nc_retrace_int
3832 int     _nc_retrace_int(
3833                 int     code)
3834                 { return(*(int *)0); }
3835
3836 #undef _nc_retrace_unsigned
3837 unsigned _nc_retrace_unsigned(
3838                 unsigned code)
3839                 { return(*(unsigned *)0); }
3840
3841 #undef _nc_retrace_ptr
3842 char    *_nc_retrace_ptr(
3843                 char    *code)
3844                 { return(*(char **)0); }
3845
3846 #undef _nc_retrace_cptr
3847 const char *_nc_retrace_cptr(
3848                 const char *code)
3849                 { return(*(const char **)0); }
3850
3851 #undef _nc_retrace_cvoid_ptr
3852 const void *_nc_retrace_cvoid_ptr(
3853                 const void *code)
3854                 { return(*(const void **)0); }
3855
3856 #undef _nc_retrace_void_ptr
3857 void    *_nc_retrace_void_ptr(
3858                 void    *code)
3859                 { return(*(void **)0); }
3860
3861 #undef _nc_retrace_sp
3862 SCREEN  *_nc_retrace_sp(
3863                 SCREEN  *code)
3864                 { return(*(SCREEN **)0); }
3865
3866 #undef _nc_retrace_win
3867 WINDOW  *_nc_retrace_win(
3868                 WINDOW  *code)
3869                 { return(*(WINDOW **)0); }
3870
3871 #undef _nc_use_tracef
3872 int     _nc_use_tracef(
3873                 unsigned mask)
3874                 { return(*(int *)0); }
3875
3876 #undef _nc_locked_tracef
3877 void    _nc_locked_tracef(
3878                 const char *fmt, 
3879                 ...)
3880                 { /* void */ }
3881
3882 /* ./trace/lib_traceatr.c */
3883
3884 #undef _traceattr2
3885 char    *_traceattr2(
3886                 int     bufnum, 
3887                 chtype  newmode)
3888                 { return(*(char **)0); }
3889
3890 #undef _traceattr
3891 char    *_traceattr(
3892                 attr_t  newmode)
3893                 { return(*(char **)0); }
3894
3895 #undef _nc_retrace_int_attr_t
3896 int     _nc_retrace_int_attr_t(
3897                 attr_t  code)
3898                 { return(*(int *)0); }
3899
3900 #undef _nc_retrace_attr_t
3901 attr_t  _nc_retrace_attr_t(
3902                 attr_t  code)
3903                 { return(*(attr_t *)0); }
3904
3905 #undef _nc_altcharset_name
3906 const char *_nc_altcharset_name(
3907                 attr_t  attr, 
3908                 chtype  ch)
3909                 { return(*(const char **)0); }
3910
3911 #undef _tracechtype2
3912 char    *_tracechtype2(
3913                 int     bufnum, 
3914                 chtype  ch)
3915                 { return(*(char **)0); }
3916
3917 #undef _tracechtype
3918 char    *_tracechtype(
3919                 chtype  ch)
3920                 { return(*(char **)0); }
3921
3922 #undef _nc_retrace_chtype
3923 chtype  _nc_retrace_chtype(
3924                 chtype  code)
3925                 { return(*(chtype *)0); }
3926
3927 /* ./trace/lib_tracebits.c */
3928
3929 #undef _nc_trace_ttymode
3930 char    *_nc_trace_ttymode(
3931                 struct termios *tty)
3932                 { return(*(char **)0); }
3933
3934 #undef _nc_tracebits
3935 char    *_nc_tracebits(void)
3936                 { return(*(char **)0); }
3937
3938 /* ./trace/lib_tracechr.c */
3939
3940 #undef _nc_tracechar
3941 char    *_nc_tracechar(
3942                 SCREEN  *sp, 
3943                 int     ch)
3944                 { return(*(char **)0); }
3945
3946 #undef _tracechar
3947 char    *_tracechar(
3948                 int     ch)
3949                 { return(*(char **)0); }
3950
3951 /* ./tinfo/lib_ttyflags.c */
3952
3953 #undef _nc_get_tty_mode_sp
3954 int     _nc_get_tty_mode_sp(
3955                 SCREEN  *sp, 
3956                 struct termios *buf)
3957                 { return(*(int *)0); }
3958
3959 #undef _nc_get_tty_mode
3960 int     _nc_get_tty_mode(
3961                 struct termios *buf)
3962                 { return(*(int *)0); }
3963
3964 #undef _nc_set_tty_mode_sp
3965 int     _nc_set_tty_mode_sp(
3966                 SCREEN  *sp, 
3967                 struct termios *buf)
3968                 { return(*(int *)0); }
3969
3970 #undef _nc_set_tty_mode
3971 int     _nc_set_tty_mode(
3972                 struct termios *buf)
3973                 { return(*(int *)0); }
3974
3975 #undef def_shell_mode_sp
3976 int     def_shell_mode_sp(
3977                 SCREEN  *sp)
3978                 { return(*(int *)0); }
3979
3980 #undef def_shell_mode
3981 int     def_shell_mode(void)
3982                 { return(*(int *)0); }
3983
3984 #undef def_prog_mode_sp
3985 int     def_prog_mode_sp(
3986                 SCREEN  *sp)
3987                 { return(*(int *)0); }
3988
3989 #undef def_prog_mode
3990 int     def_prog_mode(void)
3991                 { return(*(int *)0); }
3992
3993 #undef reset_prog_mode_sp
3994 int     reset_prog_mode_sp(
3995                 SCREEN  *sp)
3996                 { return(*(int *)0); }
3997
3998 #undef reset_prog_mode
3999 int     reset_prog_mode(void)
4000                 { return(*(int *)0); }
4001
4002 #undef reset_shell_mode_sp
4003 int     reset_shell_mode_sp(
4004                 SCREEN  *sp)
4005                 { return(*(int *)0); }
4006
4007 #undef reset_shell_mode
4008 int     reset_shell_mode(void)
4009                 { return(*(int *)0); }
4010
4011 #undef savetty_sp
4012 int     savetty_sp(
4013                 SCREEN  *sp)
4014                 { return(*(int *)0); }
4015
4016 #undef savetty
4017 int     savetty(void)
4018                 { return(*(int *)0); }
4019
4020 #undef resetty_sp
4021 int     resetty_sp(
4022                 SCREEN  *sp)
4023                 { return(*(int *)0); }
4024
4025 #undef resetty
4026 int     resetty(void)
4027                 { return(*(int *)0); }
4028
4029 /* ./tty/lib_twait.c */
4030
4031 #undef _nc_timed_wait
4032 int     _nc_timed_wait(
4033                 SCREEN  *sp, 
4034                 int     mode, 
4035                 int     milliseconds, 
4036                 int     *timeleft)
4037                 { return(*(int *)0); }
4038
4039 /* ./tinfo/name_match.c */
4040
4041 #undef _nc_first_name
4042 char    *_nc_first_name(
4043                 const char *const sp)
4044                 { return(*(char **)0); }
4045
4046 #undef _nc_name_match
4047 int     _nc_name_match(
4048                 const char *const namelst, 
4049                 const char *const name, 
4050                 const char *const delim)
4051                 { return(*(int *)0); }
4052
4053 /* ./names.c */
4054
4055 #undef _nc_boolnames
4056 const char *const *_nc_boolnames(void)
4057                 { return(*(const char **)0); }
4058
4059 #undef _nc_boolfnames
4060 const char *const *_nc_boolfnames(void)
4061                 { return(*(const char **)0); }
4062
4063 #undef _nc_numnames
4064 const char *const *_nc_numnames(void)
4065                 { return(*(const char **)0); }
4066
4067 #undef _nc_numfnames
4068 const char *const *_nc_numfnames(void)
4069                 { return(*(const char **)0); }
4070
4071 #undef _nc_strnames
4072 const char *const *_nc_strnames(void)
4073                 { return(*(const char **)0); }
4074
4075 #undef _nc_strfnames
4076 const char *const *_nc_strfnames(void)
4077                 { return(*(const char **)0); }
4078
4079 /* ./tinfo/obsolete.c */
4080
4081 #undef _nc_set_buffer_sp
4082 void    _nc_set_buffer_sp(
4083                 SCREEN  *sp, 
4084                 FILE    *ofp, 
4085                 int     buffered)
4086                 { /* void */ }
4087
4088 #undef _nc_set_buffer
4089 void    _nc_set_buffer(
4090                 FILE    *ofp, 
4091                 int     buffered)
4092                 { /* void */ }
4093
4094 /* ./tinfo/read_entry.c */
4095
4096 #undef _nc_init_termtype
4097 void    _nc_init_termtype(
4098                 TERMTYPE *const tp)
4099                 { /* void */ }
4100
4101 #undef _nc_read_termtype
4102 int     _nc_read_termtype(
4103                 TERMTYPE *ptr, 
4104                 char    *buffer, 
4105                 int     limit)
4106                 { return(*(int *)0); }
4107
4108 #undef _nc_read_file_entry
4109 int     _nc_read_file_entry(
4110                 const char *const filename, 
4111                 TERMTYPE *ptr)
4112                 { return(*(int *)0); }
4113
4114 #undef _nc_read_entry
4115 int     _nc_read_entry(
4116                 const char *const name, 
4117                 char    *const filename, 
4118                 TERMTYPE *const tp)
4119                 { return(*(int *)0); }
4120
4121 /* ./tinfo/read_termcap.c */
4122
4123 #undef _nc_read_termcap_entry
4124 int     _nc_read_termcap_entry(
4125                 const char *const tn, 
4126                 TERMTYPE *const tp)
4127                 { return(*(int *)0); }
4128
4129 /* ./tinfo/strings.c */
4130
4131 #undef _nc_str_init
4132 string_desc *_nc_str_init(
4133                 string_desc *dst, 
4134                 char    *src, 
4135                 size_t  len)
4136                 { return(*(string_desc **)0); }
4137
4138 #undef _nc_str_null
4139 string_desc *_nc_str_null(
4140                 string_desc *dst, 
4141                 size_t  len)
4142                 { return(*(string_desc **)0); }
4143
4144 #undef _nc_str_copy
4145 string_desc *_nc_str_copy(
4146                 string_desc *dst, 
4147                 string_desc *src)
4148                 { return(*(string_desc **)0); }
4149
4150 #undef _nc_safe_strcat
4151 NCURSES_BOOL _nc_safe_strcat(
4152                 string_desc *dst, 
4153                 const char *src)
4154                 { return(*(NCURSES_BOOL *)0); }
4155
4156 #undef _nc_safe_strcpy
4157 NCURSES_BOOL _nc_safe_strcpy(
4158                 string_desc *dst, 
4159                 const char *src)
4160                 { return(*(NCURSES_BOOL *)0); }
4161
4162 /* ./trace/trace_buf.c */
4163
4164 #undef _nc_trace_buf
4165 char    *_nc_trace_buf(
4166                 int     bufnum, 
4167                 size_t  want)
4168                 { return(*(char **)0); }
4169
4170 #undef _nc_trace_bufcat
4171 char    *_nc_trace_bufcat(
4172                 int     bufnum, 
4173                 const char *value)
4174                 { return(*(char **)0); }
4175
4176 /* ./trace/trace_tries.c */
4177
4178 #undef _nc_trace_tries
4179 void    _nc_trace_tries(
4180                 TRIES   *tree)
4181                 { /* void */ }
4182
4183 /* ./base/tries.c */
4184
4185 #undef _nc_expand_try
4186 char    *_nc_expand_try(
4187                 TRIES   *tree, 
4188                 unsigned code, 
4189                 int     *count, 
4190                 size_t  len)
4191                 { return(*(char **)0); }
4192
4193 #undef _nc_remove_key
4194 int     _nc_remove_key(
4195                 TRIES   **tree, 
4196                 unsigned code)
4197                 { return(*(int *)0); }
4198
4199 #undef _nc_remove_string
4200 int     _nc_remove_string(
4201                 TRIES   **tree, 
4202                 const char *string)
4203                 { return(*(int *)0); }
4204
4205 /* ./tinfo/trim_sgr0.c */
4206
4207 #undef _nc_trim_sgr0
4208 char    *_nc_trim_sgr0(
4209                 TERMTYPE *tp)
4210                 { return(*(char **)0); }
4211
4212 /* ./unctrl.c */
4213
4214 #undef unctrl_sp
4215 const char *unctrl_sp(
4216                 SCREEN  *sp, 
4217                 chtype  ch)
4218                 { return(*(const char **)0); }
4219
4220 #undef unctrl
4221 const char *unctrl(
4222                 chtype  ch)
4223                 { return(*(const char **)0); }
4224
4225 /* ./trace/visbuf.c */
4226
4227 #undef _nc_visbuf2
4228 const char *_nc_visbuf2(
4229                 int     bufnum, 
4230                 const char *buf)
4231                 { return(*(const char **)0); }
4232
4233 #undef _nc_visbuf
4234 const char *_nc_visbuf(
4235                 const char *buf)
4236                 { return(*(const char **)0); }
4237
4238 #undef _nc_visbufn
4239 const char *_nc_visbufn(
4240                 const char *buf, 
4241                 int     len)
4242                 { return(*(const char **)0); }
4243
4244 #undef _nc_viscbuf2
4245 const char *_nc_viscbuf2(
4246                 int     bufnum, 
4247                 const chtype *buf, 
4248                 int     len)
4249                 { return(*(const char **)0); }
4250
4251 #undef _nc_viscbuf
4252 const char *_nc_viscbuf(
4253                 const chtype *buf, 
4254                 int     len)
4255                 { return(*(const char **)0); }
4256
4257 /* ./tinfo/alloc_entry.c */
4258
4259 #undef _nc_init_entry
4260 void    _nc_init_entry(
4261                 TERMTYPE *const tp)
4262                 { /* void */ }
4263
4264 #undef _nc_copy_entry
4265 ENTRY   *_nc_copy_entry(
4266                 ENTRY   *oldp)
4267                 { return(*(ENTRY **)0); }
4268
4269 #undef _nc_save_str
4270 char    *_nc_save_str(
4271                 const char *const string)
4272                 { return(*(char **)0); }
4273
4274 #undef _nc_wrap_entry
4275 void    _nc_wrap_entry(
4276                 ENTRY   *const ep, 
4277                 NCURSES_BOOL copy_strings)
4278                 { /* void */ }
4279
4280 #undef _nc_merge_entry
4281 void    _nc_merge_entry(
4282                 TERMTYPE *const to, 
4283                 TERMTYPE *const from)
4284                 { /* void */ }
4285
4286 /* ./tinfo/captoinfo.c */
4287
4288 #undef _nc_captoinfo
4289 char    *_nc_captoinfo(
4290                 const char *cap, 
4291                 const char *s, 
4292                 int const parameterized)
4293                 { return(*(char **)0); }
4294
4295 #undef _nc_infotocap
4296 char    *_nc_infotocap(
4297                 const char *cap, 
4298                 const char *str, 
4299                 int const parameterized)
4300                 { return(*(char **)0); }
4301
4302 /* ./tinfo/comp_expand.c */
4303
4304 #undef _nc_tic_expand
4305 char    *_nc_tic_expand(
4306                 const char *srcp, 
4307                 NCURSES_BOOL tic_format, 
4308                 int     numbers)
4309                 { return(*(char **)0); }
4310
4311 /* ./tinfo/comp_parse.c */
4312
4313 #undef _nc_check_termtype2
4314 void    (*_nc_check_termtype2)(
4315                 TERMTYPE *p1, 
4316                 NCURSES_BOOL p2);
4317 #undef _nc_check_termtype
4318 void    (*_nc_check_termtype)(
4319                 TERMTYPE *p1);
4320
4321 #undef _nc_entry_match
4322 NCURSES_BOOL _nc_entry_match(
4323                 char    *n1, 
4324                 char    *n2)
4325                 { return(*(NCURSES_BOOL *)0); }
4326
4327 #undef _nc_read_entry_source
4328 void    _nc_read_entry_source(
4329                 FILE    *fp, 
4330                 char    *buf, 
4331                 int     literal, 
4332                 NCURSES_BOOL silent, 
4333                 NCURSES_BOOL (*hook)(
4334                 ENTRY   *p1))
4335                 { /* void */ }
4336
4337 #undef _nc_resolve_uses2
4338 int     _nc_resolve_uses2(
4339                 NCURSES_BOOL fullresolve, 
4340                 NCURSES_BOOL literal)
4341                 { return(*(int *)0); }
4342
4343 #undef _nc_resolve_uses
4344 int     _nc_resolve_uses(
4345                 NCURSES_BOOL fullresolve)
4346                 { return(*(int *)0); }
4347
4348 /* ./tinfo/comp_scan.c */
4349
4350 #undef _nc_syntax
4351 int     _nc_syntax;
4352 #undef _nc_strict_bsd
4353 int     _nc_strict_bsd;
4354 #undef _nc_curr_file_pos
4355 long    _nc_curr_file_pos;
4356 #undef _nc_comment_start
4357 long    _nc_comment_start;
4358 #undef _nc_comment_end
4359 long    _nc_comment_end;
4360 #undef _nc_start_line
4361 long    _nc_start_line;
4362 #undef _nc_curr_token
4363 struct token _nc_curr_token;
4364 #undef _nc_disable_period
4365 NCURSES_BOOL _nc_disable_period;
4366
4367 #undef _nc_reset_input
4368 void    _nc_reset_input(
4369                 FILE    *fp, 
4370                 char    *buf)
4371                 { /* void */ }
4372
4373 #undef _nc_get_token
4374 int     _nc_get_token(
4375                 NCURSES_BOOL silent)
4376                 { return(*(int *)0); }
4377
4378 #undef _nc_trans_string
4379 int     _nc_trans_string(
4380                 char    *ptr, 
4381                 char    *last)
4382                 { return(*(int *)0); }
4383
4384 #undef _nc_push_token
4385 void    _nc_push_token(
4386                 int     tokclass)
4387                 { /* void */ }
4388
4389 #undef _nc_panic_mode
4390 void    _nc_panic_mode(
4391                 char    ch)
4392                 { /* void */ }
4393
4394 /* ./tinfo/parse_entry.c */
4395
4396 #undef _nc_parse_entry
4397 int     _nc_parse_entry(
4398                 struct entry *entryp, 
4399                 int     literal, 
4400                 NCURSES_BOOL silent)
4401                 { return(*(int *)0); }
4402
4403 #undef _nc_capcmp
4404 int     _nc_capcmp(
4405                 const char *s, 
4406                 const char *t)
4407                 { return(*(int *)0); }
4408
4409 /* ./tinfo/write_entry.c */
4410
4411 #undef _nc_set_writedir
4412 void    _nc_set_writedir(
4413                 const char *dir)
4414                 { /* void */ }
4415
4416 #undef _nc_write_entry
4417 void    _nc_write_entry(
4418                 TERMTYPE *const tp)
4419                 { /* void */ }
4420
4421 #undef _nc_write_object
4422 int     _nc_write_object(
4423                 TERMTYPE *tp, 
4424                 char    *buffer, 
4425                 unsigned *offset, 
4426                 unsigned limit)
4427                 { return(*(int *)0); }
4428
4429 #undef _nc_tic_written
4430 int     _nc_tic_written(void)
4431                 { return(*(int *)0); }
4432
4433 /* ./base/define_key.c */
4434
4435 #undef define_key_sp
4436 int     define_key_sp(
4437                 SCREEN  *sp, 
4438                 const char *str, 
4439                 int     keycode)
4440                 { return(*(int *)0); }
4441
4442 #undef define_key
4443 int     define_key(
4444                 const char *str, 
4445                 int     keycode)
4446                 { return(*(int *)0); }
4447
4448 /* ./tinfo/hashed_db.c */
4449
4450 #undef _nc_hashed_db
4451 void    _nc_hashed_db(void)
4452                 { /* void */ }
4453
4454 /* ./base/key_defined.c */
4455
4456 #undef key_defined_sp
4457 int     key_defined_sp(
4458                 SCREEN  *sp, 
4459                 const char *str)
4460                 { return(*(int *)0); }
4461
4462 #undef key_defined
4463 int     key_defined(
4464                 const char *str)
4465                 { return(*(int *)0); }
4466
4467 /* ./base/keybound.c */
4468
4469 #undef keybound_sp
4470 char    *keybound_sp(
4471                 SCREEN  *sp, 
4472                 int     code, 
4473                 int     count)
4474                 { return(*(char **)0); }
4475
4476 #undef keybound
4477 char    *keybound(
4478                 int     code, 
4479                 int     count)
4480                 { return(*(char **)0); }
4481
4482 /* ./base/keyok.c */
4483
4484 #undef keyok_sp
4485 int     keyok_sp(
4486                 SCREEN  *sp, 
4487                 int     c, 
4488                 NCURSES_BOOL flag)
4489                 { return(*(int *)0); }
4490
4491 #undef keyok
4492 int     keyok(
4493                 int     c, 
4494                 NCURSES_BOOL flag)
4495                 { return(*(int *)0); }
4496
4497 /* ./base/version.c */
4498
4499 #undef curses_version
4500 const char *curses_version(void)
4501                 { return(*(const char **)0); }