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