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