1262639Sdelphij/****************************************************************************
2262639Sdelphij * Copyright (c) 2012,2013 Free Software Foundation, Inc.                   *
3262639Sdelphij *                                                                          *
4262639Sdelphij * Permission is hereby granted, free of charge, to any person obtaining a  *
5262639Sdelphij * copy of this software and associated documentation files (the            *
6262639Sdelphij * "Software"), to deal in the Software without restriction, including      *
7262639Sdelphij * without limitation the rights to use, copy, modify, merge, publish,      *
8262639Sdelphij * distribute, distribute with modifications, sublicense, and/or sell       *
9262639Sdelphij * copies of the Software, and to permit persons to whom the Software is    *
10262639Sdelphij * furnished to do so, subject to the following conditions:                 *
11262639Sdelphij *                                                                          *
12262639Sdelphij * The above copyright notice and this permission notice shall be included  *
13262639Sdelphij * in all copies or substantial portions of the Software.                   *
14262639Sdelphij *                                                                          *
15262639Sdelphij * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
16262639Sdelphij * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
17262639Sdelphij * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
18262639Sdelphij * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
19262639Sdelphij * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
20262639Sdelphij * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
21262639Sdelphij * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
22262639Sdelphij *                                                                          *
23262639Sdelphij * Except as contained in this notice, the name(s) of the above copyright   *
24262639Sdelphij * holders shall not be used in advertising or otherwise to promote the     *
25262639Sdelphij * sale, use or other dealings in this Software without prior written       *
26262639Sdelphij * authorization.                                                           *
27262639Sdelphij ****************************************************************************/
28262639Sdelphij
29262639Sdelphij/****************************************************************************
30262639Sdelphij *  Author: Thomas E. Dickey 2012                                           *
31262639Sdelphij ****************************************************************************/
32262639Sdelphij/* LINTLIBRARY */
33262639Sdelphij
34262639Sdelphij/* ./tinfo/access.c */
35262639Sdelphij
36262639Sdelphij#include <curses.priv.h>
37262639Sdelphij#include <ctype.h>
38262639Sdelphij#include <tic.h>
39262639Sdelphij
40262639Sdelphij#undef _nc_rootname
41262639Sdelphijchar	*_nc_rootname(
42262639Sdelphij		char	*path)
43262639Sdelphij		{ return(*(char **)0); }
44262639Sdelphij
45262639Sdelphij#undef _nc_is_abs_path
46262639SdelphijNCURSES_BOOL _nc_is_abs_path(
47262639Sdelphij		const char *path)
48262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
49262639Sdelphij
50262639Sdelphij#undef _nc_pathlast
51262639Sdelphijunsigned _nc_pathlast(
52262639Sdelphij		const char *path)
53262639Sdelphij		{ return(*(unsigned *)0); }
54262639Sdelphij
55262639Sdelphij#undef _nc_basename
56262639Sdelphijchar	*_nc_basename(
57262639Sdelphij		char	*path)
58262639Sdelphij		{ return(*(char **)0); }
59262639Sdelphij
60262639Sdelphij#undef _nc_access
61262639Sdelphijint	_nc_access(
62262639Sdelphij		const char *path, 
63262639Sdelphij		int	mode)
64262639Sdelphij		{ return(*(int *)0); }
65262639Sdelphij
66262639Sdelphij#undef _nc_is_dir_path
67262639SdelphijNCURSES_BOOL _nc_is_dir_path(
68262639Sdelphij		const char *path)
69262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
70262639Sdelphij
71262639Sdelphij#undef _nc_is_file_path
72262639SdelphijNCURSES_BOOL _nc_is_file_path(
73262639Sdelphij		const char *path)
74262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
75262639Sdelphij
76262639Sdelphij#undef _nc_env_access
77262639Sdelphijint	_nc_env_access(void)
78262639Sdelphij		{ return(*(int *)0); }
79262639Sdelphij
80262639Sdelphij/* ./tinfo/add_tries.c */
81262639Sdelphij
82262639Sdelphij#undef _nc_add_to_try
83262639Sdelphijint	_nc_add_to_try(
84262639Sdelphij		TRIES	**tree, 
85262639Sdelphij		const char *str, 
86262639Sdelphij		unsigned code)
87262639Sdelphij		{ return(*(int *)0); }
88262639Sdelphij
89262639Sdelphij/* ./tinfo/alloc_ttype.c */
90262639Sdelphij
91262639Sdelphij#undef _nc_align_termtype
92262639Sdelphijvoid	_nc_align_termtype(
93262639Sdelphij		TERMTYPE *to, 
94262639Sdelphij		TERMTYPE *from)
95262639Sdelphij		{ /* void */ }
96262639Sdelphij
97262639Sdelphij#undef _nc_copy_termtype
98262639Sdelphijvoid	_nc_copy_termtype(
99262639Sdelphij		TERMTYPE *dst, 
100262639Sdelphij		const TERMTYPE *src)
101262639Sdelphij		{ /* void */ }
102262639Sdelphij
103262639Sdelphij/* ./codes.c */
104262639Sdelphij
105262639Sdelphij#undef boolcodes
106262639Sdelphijchar	*const boolcodes[] = {0};
107262639Sdelphij#undef numcodes
108262639Sdelphijchar	*const numcodes[] = {0};
109262639Sdelphij#undef strcodes
110262639Sdelphijchar	*const strcodes[] = {0};
111262639Sdelphij
112262639Sdelphij/* ./comp_captab.c */
113262639Sdelphij
114262639Sdelphij#include <hashsize.h>
115262639Sdelphij
116262639Sdelphij#undef _nc_get_table
117262639Sdelphijconst struct name_table_entry *_nc_get_table(
118262639Sdelphij		NCURSES_BOOL termcap)
119262639Sdelphij		{ return(*(const struct name_table_entry **)0); }
120262639Sdelphij
121262639Sdelphij#undef _nc_get_hash_table
122262639Sdelphijconst HashValue *_nc_get_hash_table(
123262639Sdelphij		NCURSES_BOOL termcap)
124262639Sdelphij		{ return(*(const HashValue **)0); }
125262639Sdelphij
126262639Sdelphij#undef _nc_get_alias_table
127262639Sdelphijconst struct alias *_nc_get_alias_table(
128262639Sdelphij		NCURSES_BOOL termcap)
129262639Sdelphij		{ return(*(const struct alias **)0); }
130262639Sdelphij
131262639Sdelphij#undef _nc_get_hash_info
132262639Sdelphijconst HashData *_nc_get_hash_info(
133262639Sdelphij		NCURSES_BOOL termcap)
134262639Sdelphij		{ return(*(const HashData **)0); }
135262639Sdelphij
136262639Sdelphij/* ./tinfo/comp_error.c */
137262639Sdelphij
138262639Sdelphij#undef _nc_suppress_warnings
139262639SdelphijNCURSES_BOOL _nc_suppress_warnings;
140262639Sdelphij#undef _nc_curr_line
141262639Sdelphijint	_nc_curr_line;
142262639Sdelphij#undef _nc_curr_col
143262639Sdelphijint	_nc_curr_col;
144262639Sdelphij
145262639Sdelphij#undef _nc_get_source
146262639Sdelphijconst char *_nc_get_source(void)
147262639Sdelphij		{ return(*(const char **)0); }
148262639Sdelphij
149262639Sdelphij#undef _nc_set_source
150262639Sdelphijvoid	_nc_set_source(
151262639Sdelphij		const char *const name)
152262639Sdelphij		{ /* void */ }
153262639Sdelphij
154262639Sdelphij#undef _nc_set_type
155262639Sdelphijvoid	_nc_set_type(
156262639Sdelphij		const char *const name)
157262639Sdelphij		{ /* void */ }
158262639Sdelphij
159262639Sdelphij#undef _nc_get_type
160262639Sdelphijvoid	_nc_get_type(
161262639Sdelphij		char	*name)
162262639Sdelphij		{ /* void */ }
163262639Sdelphij
164262639Sdelphij#undef _nc_warning
165262639Sdelphijvoid	_nc_warning(
166262639Sdelphij		const char *const fmt, 
167262639Sdelphij		...)
168262639Sdelphij		{ /* void */ }
169262639Sdelphij
170262639Sdelphij#undef _nc_err_abort
171262639Sdelphijvoid	_nc_err_abort(
172262639Sdelphij		const char *const fmt, 
173262639Sdelphij		...)
174262639Sdelphij		{ /* void */ }
175262639Sdelphij
176262639Sdelphij#undef _nc_syserr_abort
177262639Sdelphijvoid	_nc_syserr_abort(
178262639Sdelphij		const char *const fmt, 
179262639Sdelphij		...)
180262639Sdelphij		{ /* void */ }
181262639Sdelphij
182262639Sdelphij/* ./tinfo/comp_hash.c */
183262639Sdelphij
184262639Sdelphij#undef _nc_find_entry
185262639Sdelphijstruct name_table_entry const *_nc_find_entry(
186262639Sdelphij		const char *string, 
187262639Sdelphij		const HashValue *hash_table)
188262639Sdelphij		{ return(*(struct name_table_entry const **)0); }
189262639Sdelphij
190262639Sdelphij#undef _nc_find_type_entry
191262639Sdelphijstruct name_table_entry const *_nc_find_type_entry(
192262639Sdelphij		const char *string, 
193262639Sdelphij		int	type, 
194262639Sdelphij		NCURSES_BOOL termcap)
195262639Sdelphij		{ return(*(struct name_table_entry const **)0); }
196262639Sdelphij
197262639Sdelphij/* ./tinfo/db_iterator.c */
198262639Sdelphij
199262639Sdelphij#include <time.h>
200262639Sdelphij
201262639Sdelphij#undef _nc_tic_dir
202262639Sdelphijconst char *_nc_tic_dir(
203262639Sdelphij		const char *path)
204262639Sdelphij		{ return(*(const char **)0); }
205262639Sdelphij
206262639Sdelphij#undef _nc_keep_tic_dir
207262639Sdelphijvoid	_nc_keep_tic_dir(
208262639Sdelphij		const char *path)
209262639Sdelphij		{ /* void */ }
210262639Sdelphij
211262639Sdelphij#undef _nc_last_db
212262639Sdelphijvoid	_nc_last_db(void)
213262639Sdelphij		{ /* void */ }
214262639Sdelphij
215262639Sdelphij#undef _nc_next_db
216262639Sdelphijconst char *_nc_next_db(
217262639Sdelphij		DBDIRS	*state, 
218262639Sdelphij		int	*offset)
219262639Sdelphij		{ return(*(const char **)0); }
220262639Sdelphij
221262639Sdelphij#undef _nc_first_db
222262639Sdelphijvoid	_nc_first_db(
223262639Sdelphij		DBDIRS	*state, 
224262639Sdelphij		int	*offset)
225262639Sdelphij		{ /* void */ }
226262639Sdelphij
227262639Sdelphij/* ./tinfo/doalloc.c */
228262639Sdelphij
229262639Sdelphij#undef _nc_doalloc
230262639Sdelphijvoid	*_nc_doalloc(
231262639Sdelphij		void	*oldp, 
232262639Sdelphij		size_t	amount)
233262639Sdelphij		{ return(*(void **)0); }
234262639Sdelphij
235262639Sdelphij/* ./tinfo/entries.c */
236262639Sdelphij
237262639Sdelphij#undef _nc_head
238262639SdelphijENTRY	*_nc_head;
239262639Sdelphij#undef _nc_tail
240262639SdelphijENTRY	*_nc_tail;
241262639Sdelphij
242262639Sdelphij#undef _nc_free_entry
243262639Sdelphijvoid	_nc_free_entry(
244262639Sdelphij		ENTRY	*headp, 
245262639Sdelphij		TERMTYPE *tterm)
246262639Sdelphij		{ /* void */ }
247262639Sdelphij
248262639Sdelphij#undef _nc_free_entries
249262639Sdelphijvoid	_nc_free_entries(
250262639Sdelphij		ENTRY	*headp)
251262639Sdelphij		{ /* void */ }
252262639Sdelphij
253262639Sdelphij#undef _nc_delink_entry
254262639SdelphijENTRY	*_nc_delink_entry(
255262639Sdelphij		ENTRY	*headp, 
256262639Sdelphij		TERMTYPE *tterm)
257262639Sdelphij		{ return(*(ENTRY **)0); }
258262639Sdelphij
259262639Sdelphij#undef _nc_leaks_tinfo
260262639Sdelphijvoid	_nc_leaks_tinfo(void)
261262639Sdelphij		{ /* void */ }
262262639Sdelphij
263262639Sdelphij/* ./fallback.c */
264262639Sdelphij
265262639Sdelphij#undef _nc_fallback
266262639Sdelphijconst TERMTYPE *_nc_fallback(
267262639Sdelphij		const char *name)
268262639Sdelphij		{ return(*(const TERMTYPE **)0); }
269262639Sdelphij
270262639Sdelphij/* ./tinfo/free_ttype.c */
271262639Sdelphij
272262639Sdelphij#undef _nc_free_termtype
273262639Sdelphijvoid	_nc_free_termtype(
274262639Sdelphij		TERMTYPE *ptr)
275262639Sdelphij		{ /* void */ }
276262639Sdelphij
277262639Sdelphij#undef _nc_user_definable
278262639SdelphijNCURSES_BOOL _nc_user_definable;
279262639Sdelphij
280262639Sdelphij#undef use_extended_names
281262639Sdelphijint	use_extended_names(
282262639Sdelphij		NCURSES_BOOL flag)
283262639Sdelphij		{ return(*(int *)0); }
284262639Sdelphij
285262639Sdelphij/* ./tinfo/getenv_num.c */
286262639Sdelphij
287262639Sdelphij#undef _nc_getenv_num
288262639Sdelphijint	_nc_getenv_num(
289262639Sdelphij		const char *name)
290262639Sdelphij		{ return(*(int *)0); }
291262639Sdelphij
292262639Sdelphij#undef _nc_setenv_num
293262639Sdelphijvoid	_nc_setenv_num(
294262639Sdelphij		const char *name, 
295262639Sdelphij		int	value)
296262639Sdelphij		{ /* void */ }
297262639Sdelphij
298262639Sdelphij/* ./tinfo/home_terminfo.c */
299262639Sdelphij
300262639Sdelphij#undef _nc_home_terminfo
301262639Sdelphijchar	*_nc_home_terminfo(void)
302262639Sdelphij		{ return(*(char **)0); }
303262639Sdelphij
304262639Sdelphij/* ./tinfo/init_keytry.c */
305262639Sdelphij
306262639Sdelphij#if 0
307262639Sdelphij
308262639Sdelphij#include <init_keytry.h>
309262639Sdelphij
310262639Sdelphij#undef _nc_tinfo_fkeys
311262639Sdelphijconst struct tinfo_fkeys _nc_tinfo_fkeys[] = {0};
312262639Sdelphij
313262639Sdelphij#endif
314262639Sdelphij
315262639Sdelphij#undef _nc_init_keytry
316262639Sdelphijvoid	_nc_init_keytry(
317262639Sdelphij		SCREEN	*sp)
318262639Sdelphij		{ /* void */ }
319262639Sdelphij
320262639Sdelphij/* ./tinfo/lib_acs.c */
321262639Sdelphij
322262639Sdelphij#undef acs_map
323262639Sdelphijchtype	acs_map[128];
324262639Sdelphij
325262639Sdelphij#undef _nc_init_acs_sp
326262639Sdelphijvoid	_nc_init_acs_sp(
327262639Sdelphij		SCREEN	*sp)
328262639Sdelphij		{ /* void */ }
329262639Sdelphij
330262639Sdelphij#undef _nc_init_acs
331262639Sdelphijvoid	_nc_init_acs(void)
332262639Sdelphij		{ /* void */ }
333262639Sdelphij
334262639Sdelphij/* ./tinfo/lib_baudrate.c */
335262639Sdelphij
336262639Sdelphij#include <termcap.h>
337262639Sdelphij
338262639Sdelphijstruct speed {
339262639Sdelphij    int s; 
340262639Sdelphij    int sp; 
341262639Sdelphij};
342262639Sdelphij
343262639Sdelphij#undef _nc_baudrate
344262639Sdelphijint	_nc_baudrate(
345262639Sdelphij		int	OSpeed)
346262639Sdelphij		{ return(*(int *)0); }
347262639Sdelphij
348262639Sdelphij#undef _nc_ospeed
349262639Sdelphijint	_nc_ospeed(
350262639Sdelphij		int	BaudRate)
351262639Sdelphij		{ return(*(int *)0); }
352262639Sdelphij
353262639Sdelphij#undef baudrate_sp
354262639Sdelphijint	baudrate_sp(
355262639Sdelphij		SCREEN	*sp)
356262639Sdelphij		{ return(*(int *)0); }
357262639Sdelphij
358262639Sdelphij#undef baudrate
359262639Sdelphijint	baudrate(void)
360262639Sdelphij		{ return(*(int *)0); }
361262639Sdelphij
362262639Sdelphij/* ./tinfo/lib_cur_term.c */
363262639Sdelphij
364262639Sdelphij#undef cur_term
365262639SdelphijTERMINAL *cur_term;
366262639Sdelphij
367262639Sdelphij#undef set_curterm_sp
368262639SdelphijTERMINAL *set_curterm_sp(
369262639Sdelphij		SCREEN	*sp, 
370262639Sdelphij		TERMINAL *termp)
371262639Sdelphij		{ return(*(TERMINAL **)0); }
372262639Sdelphij
373262639Sdelphij#undef set_curterm
374262639SdelphijTERMINAL *set_curterm(
375262639Sdelphij		TERMINAL *termp)
376262639Sdelphij		{ return(*(TERMINAL **)0); }
377262639Sdelphij
378262639Sdelphij#undef del_curterm_sp
379262639Sdelphijint	del_curterm_sp(
380262639Sdelphij		SCREEN	*sp, 
381262639Sdelphij		TERMINAL *termp)
382262639Sdelphij		{ return(*(int *)0); }
383262639Sdelphij
384262639Sdelphij#undef del_curterm
385262639Sdelphijint	del_curterm(
386262639Sdelphij		TERMINAL *termp)
387262639Sdelphij		{ return(*(int *)0); }
388262639Sdelphij
389262639Sdelphij/* ./tinfo/lib_data.c */
390262639Sdelphij
391262639Sdelphij#undef stdscr
392262639SdelphijWINDOW	*stdscr;
393262639Sdelphij#undef curscr
394262639SdelphijWINDOW	*curscr;
395262639Sdelphij#undef newscr
396262639SdelphijWINDOW	*newscr;
397262639Sdelphij#undef _nc_screen_chain
398262639SdelphijSCREEN	*_nc_screen_chain;
399262639Sdelphij#undef SP
400262639SdelphijSCREEN	*SP;
401262639Sdelphij#undef _nc_globals
402262639SdelphijNCURSES_GLOBALS _nc_globals;
403262639Sdelphij#undef _nc_prescreen
404262639SdelphijNCURSES_PRESCREEN _nc_prescreen;
405262639Sdelphij
406262639Sdelphij#undef _nc_screen_of
407262639SdelphijSCREEN	*_nc_screen_of(
408262639Sdelphij		WINDOW	*win)
409262639Sdelphij		{ return(*(SCREEN **)0); }
410262639Sdelphij
411262639Sdelphij/* ./tinfo/lib_has_cap.c */
412262639Sdelphij
413262639Sdelphij#undef has_ic_sp
414262639SdelphijNCURSES_BOOL has_ic_sp(
415262639Sdelphij		SCREEN	*sp)
416262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
417262639Sdelphij
418262639Sdelphij#undef has_ic
419262639SdelphijNCURSES_BOOL has_ic(void)
420262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
421262639Sdelphij
422262639Sdelphij#undef has_il_sp
423262639SdelphijNCURSES_BOOL has_il_sp(
424262639Sdelphij		SCREEN	*sp)
425262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
426262639Sdelphij
427262639Sdelphij#undef has_il
428262639SdelphijNCURSES_BOOL has_il(void)
429262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
430262639Sdelphij
431262639Sdelphij/* ./tinfo/lib_kernel.c */
432262639Sdelphij
433262639Sdelphij#undef erasechar_sp
434262639Sdelphijchar	erasechar_sp(
435262639Sdelphij		SCREEN	*sp)
436262639Sdelphij		{ return(*(char *)0); }
437262639Sdelphij
438262639Sdelphij#undef erasechar
439262639Sdelphijchar	erasechar(void)
440262639Sdelphij		{ return(*(char *)0); }
441262639Sdelphij
442262639Sdelphij#undef killchar_sp
443262639Sdelphijchar	killchar_sp(
444262639Sdelphij		SCREEN	*sp)
445262639Sdelphij		{ return(*(char *)0); }
446262639Sdelphij
447262639Sdelphij#undef killchar
448262639Sdelphijchar	killchar(void)
449262639Sdelphij		{ return(*(char *)0); }
450262639Sdelphij
451262639Sdelphij#undef flushinp_sp
452262639Sdelphijint	flushinp_sp(
453262639Sdelphij		SCREEN	*sp)
454262639Sdelphij		{ return(*(int *)0); }
455262639Sdelphij
456262639Sdelphij#undef flushinp
457262639Sdelphijint	flushinp(void)
458262639Sdelphij		{ return(*(int *)0); }
459262639Sdelphij
460262639Sdelphij/* ./lib_keyname.c */
461262639Sdelphij
462262639Sdelphijstruct kn { short offset; int code; };
463262639Sdelphij
464262639Sdelphij#undef keyname_sp
465262639Sdelphijchar	*keyname_sp(
466262639Sdelphij		SCREEN	*sp, 
467262639Sdelphij		int	c)
468262639Sdelphij		{ return(*(char **)0); }
469262639Sdelphij
470262639Sdelphij#undef keyname
471262639Sdelphijchar	*keyname(
472262639Sdelphij		int	c)
473262639Sdelphij		{ return(*(char **)0); }
474262639Sdelphij
475262639Sdelphij/* ./tinfo/lib_longname.c */
476262639Sdelphij
477262639Sdelphij#undef longname
478262639Sdelphijchar	*longname(void)
479262639Sdelphij		{ return(*(char **)0); }
480262639Sdelphij
481262639Sdelphij/* ./tinfo/lib_napms.c */
482262639Sdelphij
483262639Sdelphij#include <sys/time.h>
484262639Sdelphij
485262639Sdelphij#undef napms_sp
486262639Sdelphijint	napms_sp(
487262639Sdelphij		SCREEN	*sp, 
488262639Sdelphij		int	ms)
489262639Sdelphij		{ return(*(int *)0); }
490262639Sdelphij
491262639Sdelphij#undef napms
492262639Sdelphijint	napms(
493262639Sdelphij		int	ms)
494262639Sdelphij		{ return(*(int *)0); }
495262639Sdelphij
496262639Sdelphij/* ./tinfo/lib_options.c */
497262639Sdelphij
498262639Sdelphij#undef idlok
499262639Sdelphijint	idlok(
500262639Sdelphij		WINDOW	*win, 
501262639Sdelphij		NCURSES_BOOL flag)
502262639Sdelphij		{ return(*(int *)0); }
503262639Sdelphij
504262639Sdelphij#undef idcok
505262639Sdelphijvoid	idcok(
506262639Sdelphij		WINDOW	*win, 
507262639Sdelphij		NCURSES_BOOL flag)
508262639Sdelphij		{ /* void */ }
509262639Sdelphij
510262639Sdelphij#undef halfdelay_sp
511262639Sdelphijint	halfdelay_sp(
512262639Sdelphij		SCREEN	*sp, 
513262639Sdelphij		int	t)
514262639Sdelphij		{ return(*(int *)0); }
515262639Sdelphij
516262639Sdelphij#undef halfdelay
517262639Sdelphijint	halfdelay(
518262639Sdelphij		int	t)
519262639Sdelphij		{ return(*(int *)0); }
520262639Sdelphij
521262639Sdelphij#undef nodelay
522262639Sdelphijint	nodelay(
523262639Sdelphij		WINDOW	*win, 
524262639Sdelphij		NCURSES_BOOL flag)
525262639Sdelphij		{ return(*(int *)0); }
526262639Sdelphij
527262639Sdelphij#undef notimeout
528262639Sdelphijint	notimeout(
529262639Sdelphij		WINDOW	*win, 
530262639Sdelphij		NCURSES_BOOL f)
531262639Sdelphij		{ return(*(int *)0); }
532262639Sdelphij
533262639Sdelphij#undef wtimeout
534262639Sdelphijvoid	wtimeout(
535262639Sdelphij		WINDOW	*win, 
536262639Sdelphij		int	delay)
537262639Sdelphij		{ /* void */ }
538262639Sdelphij
539262639Sdelphij#undef keypad
540262639Sdelphijint	keypad(
541262639Sdelphij		WINDOW	*win, 
542262639Sdelphij		NCURSES_BOOL flag)
543262639Sdelphij		{ return(*(int *)0); }
544262639Sdelphij
545262639Sdelphij#undef meta
546262639Sdelphijint	meta(
547262639Sdelphij		WINDOW	*win, 
548262639Sdelphij		NCURSES_BOOL flag)
549262639Sdelphij		{ return(*(int *)0); }
550262639Sdelphij
551262639Sdelphij#undef curs_set_sp
552262639Sdelphijint	curs_set_sp(
553262639Sdelphij		SCREEN	*sp, 
554262639Sdelphij		int	vis)
555262639Sdelphij		{ return(*(int *)0); }
556262639Sdelphij
557262639Sdelphij#undef curs_set
558262639Sdelphijint	curs_set(
559262639Sdelphij		int	vis)
560262639Sdelphij		{ return(*(int *)0); }
561262639Sdelphij
562262639Sdelphij#undef typeahead_sp
563262639Sdelphijint	typeahead_sp(
564262639Sdelphij		SCREEN	*sp, 
565262639Sdelphij		int	fd)
566262639Sdelphij		{ return(*(int *)0); }
567262639Sdelphij
568262639Sdelphij#undef typeahead
569262639Sdelphijint	typeahead(
570262639Sdelphij		int	fd)
571262639Sdelphij		{ return(*(int *)0); }
572262639Sdelphij
573262639Sdelphij#undef has_key_sp
574262639Sdelphijint	has_key_sp(
575262639Sdelphij		SCREEN	*sp, 
576262639Sdelphij		int	keycode)
577262639Sdelphij		{ return(*(int *)0); }
578262639Sdelphij
579262639Sdelphij#undef has_key
580262639Sdelphijint	has_key(
581262639Sdelphij		int	keycode)
582262639Sdelphij		{ return(*(int *)0); }
583262639Sdelphij
584262639Sdelphij#undef _nc_putp_flush_sp
585262639Sdelphijint	_nc_putp_flush_sp(
586262639Sdelphij		SCREEN	*sp, 
587262639Sdelphij		const char *name, 
588262639Sdelphij		const char *value)
589262639Sdelphij		{ return(*(int *)0); }
590262639Sdelphij
591262639Sdelphij#undef _nc_keypad
592262639Sdelphijint	_nc_keypad(
593262639Sdelphij		SCREEN	*sp, 
594262639Sdelphij		int	flag)
595262639Sdelphij		{ return(*(int *)0); }
596262639Sdelphij
597262639Sdelphij/* ./tinfo/lib_raw.c */
598262639Sdelphij
599262639Sdelphij#undef raw_sp
600262639Sdelphijint	raw_sp(
601262639Sdelphij		SCREEN	*sp)
602262639Sdelphij		{ return(*(int *)0); }
603262639Sdelphij
604262639Sdelphij#undef raw
605262639Sdelphijint	raw(void)
606262639Sdelphij		{ return(*(int *)0); }
607262639Sdelphij
608262639Sdelphij#undef cbreak_sp
609262639Sdelphijint	cbreak_sp(
610262639Sdelphij		SCREEN	*sp)
611262639Sdelphij		{ return(*(int *)0); }
612262639Sdelphij
613262639Sdelphij#undef cbreak
614262639Sdelphijint	cbreak(void)
615262639Sdelphij		{ return(*(int *)0); }
616262639Sdelphij
617262639Sdelphij#undef qiflush_sp
618262639Sdelphijvoid	qiflush_sp(
619262639Sdelphij		SCREEN	*sp)
620262639Sdelphij		{ /* void */ }
621262639Sdelphij
622262639Sdelphij#undef qiflush
623262639Sdelphijvoid	qiflush(void)
624262639Sdelphij		{ /* void */ }
625262639Sdelphij
626262639Sdelphij#undef noraw_sp
627262639Sdelphijint	noraw_sp(
628262639Sdelphij		SCREEN	*sp)
629262639Sdelphij		{ return(*(int *)0); }
630262639Sdelphij
631262639Sdelphij#undef noraw
632262639Sdelphijint	noraw(void)
633262639Sdelphij		{ return(*(int *)0); }
634262639Sdelphij
635262639Sdelphij#undef nocbreak_sp
636262639Sdelphijint	nocbreak_sp(
637262639Sdelphij		SCREEN	*sp)
638262639Sdelphij		{ return(*(int *)0); }
639262639Sdelphij
640262639Sdelphij#undef nocbreak
641262639Sdelphijint	nocbreak(void)
642262639Sdelphij		{ return(*(int *)0); }
643262639Sdelphij
644262639Sdelphij#undef noqiflush_sp
645262639Sdelphijvoid	noqiflush_sp(
646262639Sdelphij		SCREEN	*sp)
647262639Sdelphij		{ /* void */ }
648262639Sdelphij
649262639Sdelphij#undef noqiflush
650262639Sdelphijvoid	noqiflush(void)
651262639Sdelphij		{ /* void */ }
652262639Sdelphij
653262639Sdelphij#undef intrflush_sp
654262639Sdelphijint	intrflush_sp(
655262639Sdelphij		SCREEN	*sp, 
656262639Sdelphij		WINDOW	*win, 
657262639Sdelphij		NCURSES_BOOL flag)
658262639Sdelphij		{ return(*(int *)0); }
659262639Sdelphij
660262639Sdelphij#undef intrflush
661262639Sdelphijint	intrflush(
662262639Sdelphij		WINDOW	*win, 
663262639Sdelphij		NCURSES_BOOL flag)
664262639Sdelphij		{ return(*(int *)0); }
665262639Sdelphij
666262639Sdelphij/* ./tinfo/lib_setup.c */
667262639Sdelphij
668262639Sdelphij#include <locale.h>
669262639Sdelphij#include <sys/ioctl.h>
670262639Sdelphij#include <langinfo.h>
671262639Sdelphij
672262639Sdelphij#undef ttytype
673262639Sdelphijchar	ttytype[256];
674262639Sdelphij#undef LINES
675262639Sdelphijint	LINES;
676262639Sdelphij#undef COLS
677262639Sdelphijint	COLS;
678262639Sdelphij#undef TABSIZE
679262639Sdelphijint	TABSIZE;
680262639Sdelphij
681262639Sdelphij#undef set_tabsize_sp
682262639Sdelphijint	set_tabsize_sp(
683262639Sdelphij		SCREEN	*sp, 
684262639Sdelphij		int	value)
685262639Sdelphij		{ return(*(int *)0); }
686262639Sdelphij
687262639Sdelphij#undef set_tabsize
688262639Sdelphijint	set_tabsize(
689262639Sdelphij		int	value)
690262639Sdelphij		{ return(*(int *)0); }
691262639Sdelphij
692262639Sdelphij#undef _nc_handle_sigwinch
693262639Sdelphijint	_nc_handle_sigwinch(
694262639Sdelphij		SCREEN	*sp)
695262639Sdelphij		{ return(*(int *)0); }
696262639Sdelphij
697262639Sdelphij#undef use_env_sp
698262639Sdelphijvoid	use_env_sp(
699262639Sdelphij		SCREEN	*sp, 
700262639Sdelphij		NCURSES_BOOL f)
701262639Sdelphij		{ /* void */ }
702262639Sdelphij
703262639Sdelphij#undef use_tioctl_sp
704262639Sdelphijvoid	use_tioctl_sp(
705262639Sdelphij		SCREEN	*sp, 
706262639Sdelphij		NCURSES_BOOL f)
707262639Sdelphij		{ /* void */ }
708262639Sdelphij
709262639Sdelphij#undef use_env
710262639Sdelphijvoid	use_env(
711262639Sdelphij		NCURSES_BOOL f)
712262639Sdelphij		{ /* void */ }
713262639Sdelphij
714262639Sdelphij#undef use_tioctl
715262639Sdelphijvoid	use_tioctl(
716262639Sdelphij		NCURSES_BOOL f)
717262639Sdelphij		{ /* void */ }
718262639Sdelphij
719262639Sdelphij#undef _nc_get_screensize
720262639Sdelphijvoid	_nc_get_screensize(
721262639Sdelphij		SCREEN	*sp, 
722262639Sdelphij		int	*linep, 
723262639Sdelphij		int	*colp)
724262639Sdelphij		{ /* void */ }
725262639Sdelphij
726262639Sdelphij#undef _nc_update_screensize
727262639Sdelphijvoid	_nc_update_screensize(
728262639Sdelphij		SCREEN	*sp)
729262639Sdelphij		{ /* void */ }
730262639Sdelphij
731262639Sdelphij#undef _nc_setup_tinfo
732262639Sdelphijint	_nc_setup_tinfo(
733262639Sdelphij		const char *const tn, 
734262639Sdelphij		TERMTYPE *const tp)
735262639Sdelphij		{ return(*(int *)0); }
736262639Sdelphij
737262639Sdelphij#undef _nc_tinfo_cmdch
738262639Sdelphijvoid	_nc_tinfo_cmdch(
739262639Sdelphij		TERMINAL *termp, 
740262639Sdelphij		int	proto)
741262639Sdelphij		{ /* void */ }
742262639Sdelphij
743262639Sdelphij#undef _nc_get_locale
744262639Sdelphijchar	*_nc_get_locale(void)
745262639Sdelphij		{ return(*(char **)0); }
746262639Sdelphij
747262639Sdelphij#undef _nc_unicode_locale
748262639Sdelphijint	_nc_unicode_locale(void)
749262639Sdelphij		{ return(*(int *)0); }
750262639Sdelphij
751262639Sdelphij#undef _nc_locale_breaks_acs
752262639Sdelphijint	_nc_locale_breaks_acs(
753262639Sdelphij		TERMINAL *termp)
754262639Sdelphij		{ return(*(int *)0); }
755262639Sdelphij
756262639Sdelphij#undef _nc_setupterm
757262639Sdelphijint	_nc_setupterm(
758262639Sdelphij		char	*tname, 
759262639Sdelphij		int	Filedes, 
760262639Sdelphij		int	*errret, 
761262639Sdelphij		int	reuse)
762262639Sdelphij		{ return(*(int *)0); }
763262639Sdelphij
764262639Sdelphij#undef new_prescr
765262639SdelphijSCREEN	*new_prescr(void)
766262639Sdelphij		{ return(*(SCREEN **)0); }
767262639Sdelphij
768262639Sdelphij#undef setupterm
769262639Sdelphijint	setupterm(
770262639Sdelphij		char	*tname, 
771262639Sdelphij		int	Filedes, 
772262639Sdelphij		int	*errret)
773262639Sdelphij		{ return(*(int *)0); }
774262639Sdelphij
775262639Sdelphij/* ./tinfo/lib_termcap.c */
776262639Sdelphij
777262639Sdelphij#undef UP
778262639Sdelphijchar	*UP;
779262639Sdelphij#undef BC
780262639Sdelphijchar	*BC;
781262639Sdelphij
782262639Sdelphij#undef tgetent_sp
783262639Sdelphijint	tgetent_sp(
784262639Sdelphij		SCREEN	*sp, 
785262639Sdelphij		char	*bufp, 
786262639Sdelphij		const char *name)
787262639Sdelphij		{ return(*(int *)0); }
788262639Sdelphij
789262639Sdelphij#if 0
790262639Sdelphij
791262639Sdelphij#include <capdefaults.c>
792262639Sdelphij
793262639Sdelphij#endif
794262639Sdelphij
795262639Sdelphij#undef tgetent
796262639Sdelphijint	tgetent(
797262639Sdelphij		char	*bufp, 
798262639Sdelphij		const char *name)
799262639Sdelphij		{ return(*(int *)0); }
800262639Sdelphij
801262639Sdelphij#undef tgetflag_sp
802262639Sdelphijint	tgetflag_sp(
803262639Sdelphij		SCREEN	*sp, 
804262639Sdelphij		char	*id)
805262639Sdelphij		{ return(*(int *)0); }
806262639Sdelphij
807262639Sdelphij#undef tgetflag
808262639Sdelphijint	tgetflag(
809262639Sdelphij		char	*id)
810262639Sdelphij		{ return(*(int *)0); }
811262639Sdelphij
812262639Sdelphij#undef tgetnum_sp
813262639Sdelphijint	tgetnum_sp(
814262639Sdelphij		SCREEN	*sp, 
815262639Sdelphij		char	*id)
816262639Sdelphij		{ return(*(int *)0); }
817262639Sdelphij
818262639Sdelphij#undef tgetnum
819262639Sdelphijint	tgetnum(
820262639Sdelphij		char	*id)
821262639Sdelphij		{ return(*(int *)0); }
822262639Sdelphij
823262639Sdelphij#undef tgetstr_sp
824262639Sdelphijchar	*tgetstr_sp(
825262639Sdelphij		SCREEN	*sp, 
826262639Sdelphij		char	*id, 
827262639Sdelphij		char	**area)
828262639Sdelphij		{ return(*(char **)0); }
829262639Sdelphij
830262639Sdelphij#undef tgetstr
831262639Sdelphijchar	*tgetstr(
832262639Sdelphij		char	*id, 
833262639Sdelphij		char	**area)
834262639Sdelphij		{ return(*(char **)0); }
835262639Sdelphij
836262639Sdelphij/* ./tinfo/lib_termname.c */
837262639Sdelphij
838262639Sdelphij#undef termname_sp
839262639Sdelphijchar	*termname_sp(
840262639Sdelphij		SCREEN	*sp)
841262639Sdelphij		{ return(*(char **)0); }
842262639Sdelphij
843262639Sdelphij#undef termname
844262639Sdelphijchar	*termname(void)
845262639Sdelphij		{ return(*(char **)0); }
846262639Sdelphij
847262639Sdelphij/* ./tinfo/lib_tgoto.c */
848262639Sdelphij
849262639Sdelphij#undef tgoto
850262639Sdelphijchar	*tgoto(
851262639Sdelphij		const char *string, 
852262639Sdelphij		int	x, 
853262639Sdelphij		int	y)
854262639Sdelphij		{ return(*(char **)0); }
855262639Sdelphij
856262639Sdelphij/* ./tinfo/lib_ti.c */
857262639Sdelphij
858262639Sdelphij#undef tigetflag_sp
859262639Sdelphijint	tigetflag_sp(
860262639Sdelphij		SCREEN	*sp, 
861262639Sdelphij		char	*str)
862262639Sdelphij		{ return(*(int *)0); }
863262639Sdelphij
864262639Sdelphij#undef tigetflag
865262639Sdelphijint	tigetflag(
866262639Sdelphij		char	*str)
867262639Sdelphij		{ return(*(int *)0); }
868262639Sdelphij
869262639Sdelphij#undef tigetnum_sp
870262639Sdelphijint	tigetnum_sp(
871262639Sdelphij		SCREEN	*sp, 
872262639Sdelphij		char	*str)
873262639Sdelphij		{ return(*(int *)0); }
874262639Sdelphij
875262639Sdelphij#undef tigetnum
876262639Sdelphijint	tigetnum(
877262639Sdelphij		char	*str)
878262639Sdelphij		{ return(*(int *)0); }
879262639Sdelphij
880262639Sdelphij#undef tigetstr_sp
881262639Sdelphijchar	*tigetstr_sp(
882262639Sdelphij		SCREEN	*sp, 
883262639Sdelphij		char	*str)
884262639Sdelphij		{ return(*(char **)0); }
885262639Sdelphij
886262639Sdelphij#undef tigetstr
887262639Sdelphijchar	*tigetstr(
888262639Sdelphij		char	*str)
889262639Sdelphij		{ return(*(char **)0); }
890262639Sdelphij
891262639Sdelphij/* ./tinfo/lib_tparm.c */
892262639Sdelphij
893262639Sdelphij#undef _nc_tparm_err
894262639Sdelphijint	_nc_tparm_err;
895262639Sdelphij
896262639Sdelphij#undef _nc_tparm_analyze
897262639Sdelphijint	_nc_tparm_analyze(
898262639Sdelphij		const char *string, 
899262639Sdelphij		char	*p_is_s[9], 
900262639Sdelphij		int	*_nc_popcount)
901262639Sdelphij		{ return(*(int *)0); }
902262639Sdelphij
903262639Sdelphij#undef tparm
904262639Sdelphijchar	*tparm(
905262639Sdelphij		char	*string, 
906262639Sdelphij		...)
907262639Sdelphij		{ return(*(char **)0); }
908262639Sdelphij
909262639Sdelphij#undef tiparm
910262639Sdelphijchar	*tiparm(
911262639Sdelphij		const char *string, 
912262639Sdelphij		...)
913262639Sdelphij		{ return(*(char **)0); }
914262639Sdelphij
915262639Sdelphij/* ./tinfo/lib_tputs.c */
916262639Sdelphij
917262639Sdelphij#undef PC
918262639Sdelphijchar	PC;
919262639Sdelphij#undef ospeed
920262639Sdelphijshort	ospeed;
921262639Sdelphij#undef _nc_nulls_sent
922262639Sdelphijint	_nc_nulls_sent;
923262639Sdelphij
924262639Sdelphij#undef _nc_set_no_padding
925262639Sdelphijvoid	_nc_set_no_padding(
926262639Sdelphij		SCREEN	*sp)
927262639Sdelphij		{ /* void */ }
928262639Sdelphij
929262639Sdelphij#undef delay_output_sp
930262639Sdelphijint	delay_output_sp(
931262639Sdelphij		SCREEN	*sp, 
932262639Sdelphij		int	ms)
933262639Sdelphij		{ return(*(int *)0); }
934262639Sdelphij
935262639Sdelphij#undef delay_output
936262639Sdelphijint	delay_output(
937262639Sdelphij		int	ms)
938262639Sdelphij		{ return(*(int *)0); }
939262639Sdelphij
940262639Sdelphij#undef _nc_flush_sp
941262639Sdelphijvoid	_nc_flush_sp(
942262639Sdelphij		SCREEN	*sp)
943262639Sdelphij		{ /* void */ }
944262639Sdelphij
945262639Sdelphij#undef _nc_flush
946262639Sdelphijvoid	_nc_flush(void)
947262639Sdelphij		{ /* void */ }
948262639Sdelphij
949262639Sdelphij#undef _nc_outch_sp
950262639Sdelphijint	_nc_outch_sp(
951262639Sdelphij		SCREEN	*sp, 
952262639Sdelphij		int	ch)
953262639Sdelphij		{ return(*(int *)0); }
954262639Sdelphij
955262639Sdelphij#undef _nc_outch
956262639Sdelphijint	_nc_outch(
957262639Sdelphij		int	ch)
958262639Sdelphij		{ return(*(int *)0); }
959262639Sdelphij
960262639Sdelphij#undef _nc_putchar_sp
961262639Sdelphijint	_nc_putchar_sp(
962262639Sdelphij		SCREEN	*sp, 
963262639Sdelphij		int	ch)
964262639Sdelphij		{ return(*(int *)0); }
965262639Sdelphij
966262639Sdelphij#undef _nc_putchar
967262639Sdelphijint	_nc_putchar(
968262639Sdelphij		int	ch)
969262639Sdelphij		{ return(*(int *)0); }
970262639Sdelphij
971262639Sdelphij#undef putp_sp
972262639Sdelphijint	putp_sp(
973262639Sdelphij		SCREEN	*sp, 
974262639Sdelphij		const char *string)
975262639Sdelphij		{ return(*(int *)0); }
976262639Sdelphij
977262639Sdelphij#undef putp
978262639Sdelphijint	putp(
979262639Sdelphij		const char *string)
980262639Sdelphij		{ return(*(int *)0); }
981262639Sdelphij
982262639Sdelphij#undef _nc_putp_sp
983262639Sdelphijint	_nc_putp_sp(
984262639Sdelphij		SCREEN	*sp, 
985262639Sdelphij		const char *name, 
986262639Sdelphij		const char *string)
987262639Sdelphij		{ return(*(int *)0); }
988262639Sdelphij
989262639Sdelphij#undef _nc_putp
990262639Sdelphijint	_nc_putp(
991262639Sdelphij		const char *name, 
992262639Sdelphij		const char *string)
993262639Sdelphij		{ return(*(int *)0); }
994262639Sdelphij
995262639Sdelphij#undef tputs_sp
996262639Sdelphijint	tputs_sp(
997262639Sdelphij		SCREEN	*sp, 
998262639Sdelphij		const char *string, 
999262639Sdelphij		int	affcnt, 
1000262639Sdelphij		NCURSES_OUTC_sp outc)
1001262639Sdelphij		{ return(*(int *)0); }
1002262639Sdelphij
1003262639Sdelphij#undef _nc_outc_wrapper
1004262639Sdelphijint	_nc_outc_wrapper(
1005262639Sdelphij		SCREEN	*sp, 
1006262639Sdelphij		int	c)
1007262639Sdelphij		{ return(*(int *)0); }
1008262639Sdelphij
1009262639Sdelphij#undef tputs
1010262639Sdelphijint	tputs(
1011262639Sdelphij		const char *string, 
1012262639Sdelphij		int	affcnt, 
1013262639Sdelphij		int	(*outc)(
1014262639Sdelphij		int	p1))
1015262639Sdelphij		{ return(*(int *)0); }
1016262639Sdelphij
1017262639Sdelphij/* ./trace/lib_trace.c */
1018262639Sdelphij
1019262639Sdelphij#undef _nc_tracing
1020262639Sdelphijunsigned _nc_tracing;
1021262639Sdelphij#undef _nc_tputs_trace
1022262639Sdelphijconst char *_nc_tputs_trace = {0};
1023262639Sdelphij#undef _nc_outchars
1024262639Sdelphijlong	_nc_outchars;
1025262639Sdelphij
1026262639Sdelphij#undef trace
1027262639Sdelphijvoid	trace(
1028262639Sdelphij		const unsigned int tracelevel)
1029262639Sdelphij		{ /* void */ }
1030262639Sdelphij
1031262639Sdelphij#undef _tracef
1032262639Sdelphijvoid	_tracef(
1033262639Sdelphij		const char *fmt, 
1034262639Sdelphij		...)
1035262639Sdelphij		{ /* void */ }
1036262639Sdelphij
1037262639Sdelphij#undef _nc_retrace_bool
1038262639SdelphijNCURSES_BOOL _nc_retrace_bool(
1039262639Sdelphij		int	code)
1040262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
1041262639Sdelphij
1042262639Sdelphij#undef _nc_retrace_char
1043262639Sdelphijchar	_nc_retrace_char(
1044262639Sdelphij		int	code)
1045262639Sdelphij		{ return(*(char *)0); }
1046262639Sdelphij
1047262639Sdelphij#undef _nc_retrace_int
1048262639Sdelphijint	_nc_retrace_int(
1049262639Sdelphij		int	code)
1050262639Sdelphij		{ return(*(int *)0); }
1051262639Sdelphij
1052262639Sdelphij#undef _nc_retrace_unsigned
1053262639Sdelphijunsigned _nc_retrace_unsigned(
1054262639Sdelphij		unsigned code)
1055262639Sdelphij		{ return(*(unsigned *)0); }
1056262639Sdelphij
1057262639Sdelphij#undef _nc_retrace_ptr
1058262639Sdelphijchar	*_nc_retrace_ptr(
1059262639Sdelphij		char	*code)
1060262639Sdelphij		{ return(*(char **)0); }
1061262639Sdelphij
1062262639Sdelphij#undef _nc_retrace_cptr
1063262639Sdelphijconst char *_nc_retrace_cptr(
1064262639Sdelphij		const char *code)
1065262639Sdelphij		{ return(*(const char **)0); }
1066262639Sdelphij
1067262639Sdelphij#undef _nc_retrace_cvoid_ptr
1068262639Sdelphijvoid	*_nc_retrace_cvoid_ptr(
1069262639Sdelphij		void	*code)
1070262639Sdelphij		{ return(*(void **)0); }
1071262639Sdelphij
1072262639Sdelphij#undef _nc_retrace_void_ptr
1073262639Sdelphijvoid	*_nc_retrace_void_ptr(
1074262639Sdelphij		void	*code)
1075262639Sdelphij		{ return(*(void **)0); }
1076262639Sdelphij
1077262639Sdelphij#undef _nc_retrace_sp
1078262639SdelphijSCREEN	*_nc_retrace_sp(
1079262639Sdelphij		SCREEN	*code)
1080262639Sdelphij		{ return(*(SCREEN **)0); }
1081262639Sdelphij
1082262639Sdelphij#undef _nc_retrace_win
1083262639SdelphijWINDOW	*_nc_retrace_win(
1084262639Sdelphij		WINDOW	*code)
1085262639Sdelphij		{ return(*(WINDOW **)0); }
1086262639Sdelphij
1087262639Sdelphij/* ./trace/lib_traceatr.c */
1088262639Sdelphij
1089262639Sdelphij#undef _traceattr2
1090262639Sdelphijchar	*_traceattr2(
1091262639Sdelphij		int	bufnum, 
1092262639Sdelphij		chtype	newmode)
1093262639Sdelphij		{ return(*(char **)0); }
1094262639Sdelphij
1095262639Sdelphij#undef _traceattr
1096262639Sdelphijchar	*_traceattr(
1097262639Sdelphij		attr_t	newmode)
1098262639Sdelphij		{ return(*(char **)0); }
1099262639Sdelphij
1100262639Sdelphij#undef _nc_retrace_int_attr_t
1101262639Sdelphijint	_nc_retrace_int_attr_t(
1102262639Sdelphij		attr_t	code)
1103262639Sdelphij		{ return(*(int *)0); }
1104262639Sdelphij
1105262639Sdelphij#undef _nc_retrace_attr_t
1106262639Sdelphijattr_t	_nc_retrace_attr_t(
1107262639Sdelphij		attr_t	code)
1108262639Sdelphij		{ return(*(attr_t *)0); }
1109262639Sdelphij
1110262639Sdelphij#undef _nc_altcharset_name
1111262639Sdelphijconst char *_nc_altcharset_name(
1112262639Sdelphij		attr_t	attr, 
1113262639Sdelphij		chtype	ch)
1114262639Sdelphij		{ return(*(const char **)0); }
1115262639Sdelphij
1116262639Sdelphij#undef _tracechtype2
1117262639Sdelphijchar	*_tracechtype2(
1118262639Sdelphij		int	bufnum, 
1119262639Sdelphij		chtype	ch)
1120262639Sdelphij		{ return(*(char **)0); }
1121262639Sdelphij
1122262639Sdelphij#undef _tracechtype
1123262639Sdelphijchar	*_tracechtype(
1124262639Sdelphij		chtype	ch)
1125262639Sdelphij		{ return(*(char **)0); }
1126262639Sdelphij
1127262639Sdelphij#undef _nc_retrace_chtype
1128262639Sdelphijchtype	_nc_retrace_chtype(
1129262639Sdelphij		chtype	code)
1130262639Sdelphij		{ return(*(chtype *)0); }
1131262639Sdelphij
1132262639Sdelphij/* ./trace/lib_tracebits.c */
1133262639Sdelphij
1134262639Sdelphijtypedef struct {
1135262639Sdelphij    unsigned int val;
1136262639Sdelphij    const char *name;
1137262639Sdelphij} BITNAMES;
1138262639Sdelphij
1139262639Sdelphij#undef _nc_trace_ttymode
1140262639Sdelphijchar	*_nc_trace_ttymode(
1141262639Sdelphij		struct termios *tty)
1142262639Sdelphij		{ return(*(char **)0); }
1143262639Sdelphij
1144262639Sdelphij#undef _nc_tracebits
1145262639Sdelphijchar	*_nc_tracebits(void)
1146262639Sdelphij		{ return(*(char **)0); }
1147262639Sdelphij
1148262639Sdelphij/* ./trace/lib_tracechr.c */
1149262639Sdelphij
1150262639Sdelphij#undef _nc_tracechar
1151262639Sdelphijchar	*_nc_tracechar(
1152262639Sdelphij		SCREEN	*sp, 
1153262639Sdelphij		int	ch)
1154262639Sdelphij		{ return(*(char **)0); }
1155262639Sdelphij
1156262639Sdelphij#undef _tracechar
1157262639Sdelphijchar	*_tracechar(
1158262639Sdelphij		int	ch)
1159262639Sdelphij		{ return(*(char **)0); }
1160262639Sdelphij
1161262639Sdelphij/* ./tinfo/lib_ttyflags.c */
1162262639Sdelphij
1163262639Sdelphij#undef _nc_get_tty_mode_sp
1164262639Sdelphijint	_nc_get_tty_mode_sp(
1165262639Sdelphij		SCREEN	*sp, 
1166262639Sdelphij		struct termios *buf)
1167262639Sdelphij		{ return(*(int *)0); }
1168262639Sdelphij
1169262639Sdelphij#undef _nc_get_tty_mode
1170262639Sdelphijint	_nc_get_tty_mode(
1171262639Sdelphij		struct termios *buf)
1172262639Sdelphij		{ return(*(int *)0); }
1173262639Sdelphij
1174262639Sdelphij#undef _nc_set_tty_mode_sp
1175262639Sdelphijint	_nc_set_tty_mode_sp(
1176262639Sdelphij		SCREEN	*sp, 
1177262639Sdelphij		struct termios *buf)
1178262639Sdelphij		{ return(*(int *)0); }
1179262639Sdelphij
1180262639Sdelphij#undef _nc_set_tty_mode
1181262639Sdelphijint	_nc_set_tty_mode(
1182262639Sdelphij		struct termios *buf)
1183262639Sdelphij		{ return(*(int *)0); }
1184262639Sdelphij
1185262639Sdelphij#undef def_shell_mode_sp
1186262639Sdelphijint	def_shell_mode_sp(
1187262639Sdelphij		SCREEN	*sp)
1188262639Sdelphij		{ return(*(int *)0); }
1189262639Sdelphij
1190262639Sdelphij#undef def_shell_mode
1191262639Sdelphijint	def_shell_mode(void)
1192262639Sdelphij		{ return(*(int *)0); }
1193262639Sdelphij
1194262639Sdelphij#undef def_prog_mode_sp
1195262639Sdelphijint	def_prog_mode_sp(
1196262639Sdelphij		SCREEN	*sp)
1197262639Sdelphij		{ return(*(int *)0); }
1198262639Sdelphij
1199262639Sdelphij#undef def_prog_mode
1200262639Sdelphijint	def_prog_mode(void)
1201262639Sdelphij		{ return(*(int *)0); }
1202262639Sdelphij
1203262639Sdelphij#undef reset_prog_mode_sp
1204262639Sdelphijint	reset_prog_mode_sp(
1205262639Sdelphij		SCREEN	*sp)
1206262639Sdelphij		{ return(*(int *)0); }
1207262639Sdelphij
1208262639Sdelphij#undef reset_prog_mode
1209262639Sdelphijint	reset_prog_mode(void)
1210262639Sdelphij		{ return(*(int *)0); }
1211262639Sdelphij
1212262639Sdelphij#undef reset_shell_mode_sp
1213262639Sdelphijint	reset_shell_mode_sp(
1214262639Sdelphij		SCREEN	*sp)
1215262639Sdelphij		{ return(*(int *)0); }
1216262639Sdelphij
1217262639Sdelphij#undef reset_shell_mode
1218262639Sdelphijint	reset_shell_mode(void)
1219262639Sdelphij		{ return(*(int *)0); }
1220262639Sdelphij
1221262639Sdelphij#undef savetty_sp
1222262639Sdelphijint	savetty_sp(
1223262639Sdelphij		SCREEN	*sp)
1224262639Sdelphij		{ return(*(int *)0); }
1225262639Sdelphij
1226262639Sdelphij#undef savetty
1227262639Sdelphijint	savetty(void)
1228262639Sdelphij		{ return(*(int *)0); }
1229262639Sdelphij
1230262639Sdelphij#undef resetty_sp
1231262639Sdelphijint	resetty_sp(
1232262639Sdelphij		SCREEN	*sp)
1233262639Sdelphij		{ return(*(int *)0); }
1234262639Sdelphij
1235262639Sdelphij#undef resetty
1236262639Sdelphijint	resetty(void)
1237262639Sdelphij		{ return(*(int *)0); }
1238262639Sdelphij
1239262639Sdelphij/* ./tty/lib_twait.c */
1240262639Sdelphij
1241262639Sdelphij#undef _nc_timed_wait
1242262639Sdelphijint	_nc_timed_wait(
1243262639Sdelphij		SCREEN	*sp, 
1244262639Sdelphij		int	mode, 
1245262639Sdelphij		int	milliseconds, 
1246262639Sdelphij		int	*timeleft)
1247262639Sdelphij		{ return(*(int *)0); }
1248262639Sdelphij
1249262639Sdelphij/* ./tinfo/name_match.c */
1250262639Sdelphij
1251262639Sdelphij#undef _nc_first_name
1252262639Sdelphijchar	*_nc_first_name(
1253262639Sdelphij		const char *const sp)
1254262639Sdelphij		{ return(*(char **)0); }
1255262639Sdelphij
1256262639Sdelphij#undef _nc_name_match
1257262639Sdelphijint	_nc_name_match(
1258262639Sdelphij		const char *const namelst, 
1259262639Sdelphij		const char *const name, 
1260262639Sdelphij		const char *const delim)
1261262639Sdelphij		{ return(*(int *)0); }
1262262639Sdelphij
1263262639Sdelphij/* ./names.c */
1264262639Sdelphij
1265262639Sdelphij#undef boolnames
1266262639Sdelphijchar	*const boolnames[] = {0};
1267262639Sdelphij#undef boolfnames
1268262639Sdelphijchar	*const boolfnames[] = {0};
1269262639Sdelphij#undef numnames
1270262639Sdelphijchar	*const numnames[] = {0};
1271262639Sdelphij#undef numfnames
1272262639Sdelphijchar	*const numfnames[] = {0};
1273262639Sdelphij#undef strnames
1274262639Sdelphijchar	*const strnames[] = {0};
1275262639Sdelphij#undef strfnames
1276262639Sdelphijchar	*const strfnames[] = {0};
1277262639Sdelphij
1278262639Sdelphij/* ./tinfo/obsolete.c */
1279262639Sdelphij
1280262639Sdelphij#undef _nc_set_buffer_sp
1281262639Sdelphijvoid	_nc_set_buffer_sp(
1282262639Sdelphij		SCREEN	*sp, 
1283262639Sdelphij		FILE	*ofp, 
1284262639Sdelphij		int	buffered)
1285262639Sdelphij		{ /* void */ }
1286262639Sdelphij
1287262639Sdelphij#undef _nc_set_buffer
1288262639Sdelphijvoid	_nc_set_buffer(
1289262639Sdelphij		FILE	*ofp, 
1290262639Sdelphij		int	buffered)
1291262639Sdelphij		{ /* void */ }
1292262639Sdelphij
1293262639Sdelphij/* ./tinfo/read_entry.c */
1294262639Sdelphij
1295262639Sdelphij#include <hashed_db.h>
1296262639Sdelphij
1297262639Sdelphij#undef _nc_init_termtype
1298262639Sdelphijvoid	_nc_init_termtype(
1299262639Sdelphij		TERMTYPE *const tp)
1300262639Sdelphij		{ /* void */ }
1301262639Sdelphij
1302262639Sdelphij#undef _nc_read_termtype
1303262639Sdelphijint	_nc_read_termtype(
1304262639Sdelphij		TERMTYPE *ptr, 
1305262639Sdelphij		char	*buffer, 
1306262639Sdelphij		int	limit)
1307262639Sdelphij		{ return(*(int *)0); }
1308262639Sdelphij
1309262639Sdelphij#undef _nc_read_file_entry
1310262639Sdelphijint	_nc_read_file_entry(
1311262639Sdelphij		const char *const filename, 
1312262639Sdelphij		TERMTYPE *ptr)
1313262639Sdelphij		{ return(*(int *)0); }
1314262639Sdelphij
1315262639Sdelphij#undef _nc_read_entry
1316262639Sdelphijint	_nc_read_entry(
1317262639Sdelphij		const char *const name, 
1318262639Sdelphij		char	*const filename, 
1319262639Sdelphij		TERMTYPE *const tp)
1320262639Sdelphij		{ return(*(int *)0); }
1321262639Sdelphij
1322262639Sdelphij/* ./tinfo/read_termcap.c */
1323262639Sdelphij
1324262639Sdelphij#include <sys/types.h>
1325262639Sdelphij
1326262639Sdelphij#undef _nc_read_termcap
1327262639Sdelphijvoid	_nc_read_termcap(void)
1328262639Sdelphij		{ /* void */ }
1329262639Sdelphij
1330262639Sdelphij/* ./tinfo/strings.c */
1331262639Sdelphij
1332262639Sdelphij#undef _nc_str_init
1333262639Sdelphijstring_desc *_nc_str_init(
1334262639Sdelphij		string_desc *dst, 
1335262639Sdelphij		char	*src, 
1336262639Sdelphij		size_t	len)
1337262639Sdelphij		{ return(*(string_desc **)0); }
1338262639Sdelphij
1339262639Sdelphij#undef _nc_str_null
1340262639Sdelphijstring_desc *_nc_str_null(
1341262639Sdelphij		string_desc *dst, 
1342262639Sdelphij		size_t	len)
1343262639Sdelphij		{ return(*(string_desc **)0); }
1344262639Sdelphij
1345262639Sdelphij#undef _nc_str_copy
1346262639Sdelphijstring_desc *_nc_str_copy(
1347262639Sdelphij		string_desc *dst, 
1348262639Sdelphij		string_desc *src)
1349262639Sdelphij		{ return(*(string_desc **)0); }
1350262639Sdelphij
1351262639Sdelphij#undef _nc_safe_strcat
1352262639SdelphijNCURSES_BOOL _nc_safe_strcat(
1353262639Sdelphij		string_desc *dst, 
1354262639Sdelphij		const char *src)
1355262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
1356262639Sdelphij
1357262639Sdelphij#undef _nc_safe_strcpy
1358262639SdelphijNCURSES_BOOL _nc_safe_strcpy(
1359262639Sdelphij		string_desc *dst, 
1360262639Sdelphij		const char *src)
1361262639Sdelphij		{ return(*(NCURSES_BOOL *)0); }
1362262639Sdelphij
1363262639Sdelphij/* ./trace/trace_buf.c */
1364262639Sdelphij
1365262639Sdelphij#undef _nc_trace_buf
1366262639Sdelphijchar	*_nc_trace_buf(
1367262639Sdelphij		int	bufnum, 
1368262639Sdelphij		size_t	want)
1369262639Sdelphij		{ return(*(char **)0); }
1370262639Sdelphij
1371262639Sdelphij#undef _nc_trace_bufcat
1372262639Sdelphijchar	*_nc_trace_bufcat(
1373262639Sdelphij		int	bufnum, 
1374262639Sdelphij		const char *value)
1375262639Sdelphij		{ return(*(char **)0); }
1376262639Sdelphij
1377262639Sdelphij/* ./trace/trace_tries.c */
1378262639Sdelphij
1379262639Sdelphij#undef _nc_trace_tries
1380262639Sdelphijvoid	_nc_trace_tries(
1381262639Sdelphij		TRIES	*tree)
1382262639Sdelphij		{ /* void */ }
1383262639Sdelphij
1384262639Sdelphij/* ./base/tries.c */
1385262639Sdelphij
1386262639Sdelphij#undef _nc_expand_try
1387262639Sdelphijchar	*_nc_expand_try(
1388262639Sdelphij		TRIES	*tree, 
1389262639Sdelphij		unsigned code, 
1390262639Sdelphij		int	*count, 
1391262639Sdelphij		size_t	len)
1392262639Sdelphij		{ return(*(char **)0); }
1393262639Sdelphij
1394262639Sdelphij#undef _nc_remove_key
1395262639Sdelphijint	_nc_remove_key(
1396262639Sdelphij		TRIES	**tree, 
1397262639Sdelphij		unsigned code)
1398262639Sdelphij		{ return(*(int *)0); }
1399262639Sdelphij
1400262639Sdelphij#undef _nc_remove_string
1401262639Sdelphijint	_nc_remove_string(
1402262639Sdelphij		TRIES	**tree, 
1403262639Sdelphij		const char *string)
1404262639Sdelphij		{ return(*(int *)0); }
1405262639Sdelphij
1406262639Sdelphij/* ./tinfo/trim_sgr0.c */
1407262639Sdelphij
1408262639Sdelphij#undef _nc_trim_sgr0
1409262639Sdelphijchar	*_nc_trim_sgr0(
1410262639Sdelphij		TERMTYPE *tp)
1411262639Sdelphij		{ return(*(char **)0); }
1412262639Sdelphij
1413262639Sdelphij/* ./unctrl.c */
1414262639Sdelphij
1415262639Sdelphij#undef unctrl_sp
1416262639Sdelphijchar	*unctrl_sp(
1417262639Sdelphij		SCREEN	*sp, 
1418262639Sdelphij		chtype	ch)
1419262639Sdelphij		{ return(*(char **)0); }
1420262639Sdelphij
1421262639Sdelphij#undef unctrl
1422262639Sdelphijchar	*unctrl(
1423262639Sdelphij		chtype	ch)
1424262639Sdelphij		{ return(*(char **)0); }
1425262639Sdelphij
1426262639Sdelphij/* ./trace/visbuf.c */
1427262639Sdelphij
1428262639Sdelphij#undef _nc_visbuf2
1429262639Sdelphijconst char *_nc_visbuf2(
1430262639Sdelphij		int	bufnum, 
1431262639Sdelphij		const char *buf)
1432262639Sdelphij		{ return(*(const char **)0); }
1433262639Sdelphij
1434262639Sdelphij#undef _nc_visbuf
1435262639Sdelphijconst char *_nc_visbuf(
1436262639Sdelphij		const char *buf)
1437262639Sdelphij		{ return(*(const char **)0); }
1438262639Sdelphij
1439262639Sdelphij#undef _nc_visbufn
1440262639Sdelphijconst char *_nc_visbufn(
1441262639Sdelphij		const char *buf, 
1442262639Sdelphij		int	len)
1443262639Sdelphij		{ return(*(const char **)0); }
1444262639Sdelphij
1445262639Sdelphij#undef _nc_viscbuf2
1446262639Sdelphijconst char *_nc_viscbuf2(
1447262639Sdelphij		int	bufnum, 
1448262639Sdelphij		const chtype *buf, 
1449262639Sdelphij		int	len)
1450262639Sdelphij		{ return(*(const char **)0); }
1451262639Sdelphij
1452262639Sdelphij#undef _nc_viscbuf
1453262639Sdelphijconst char *_nc_viscbuf(
1454262639Sdelphij		const chtype *buf, 
1455262639Sdelphij		int	len)
1456262639Sdelphij		{ return(*(const char **)0); }
1457262639Sdelphij
1458262639Sdelphij/* ./base/define_key.c */
1459262639Sdelphij
1460262639Sdelphij#undef define_key_sp
1461262639Sdelphijint	define_key_sp(
1462262639Sdelphij		SCREEN	*sp, 
1463262639Sdelphij		const char *str, 
1464262639Sdelphij		int	keycode)
1465262639Sdelphij		{ return(*(int *)0); }
1466262639Sdelphij
1467262639Sdelphij#undef define_key
1468262639Sdelphijint	define_key(
1469262639Sdelphij		const char *str, 
1470262639Sdelphij		int	keycode)
1471262639Sdelphij		{ return(*(int *)0); }
1472262639Sdelphij
1473262639Sdelphij/* ./tinfo/hashed_db.c */
1474262639Sdelphij
1475262639Sdelphij#undef _nc_hashed_db
1476262639Sdelphijvoid	_nc_hashed_db(void)
1477262639Sdelphij		{ /* void */ }
1478262639Sdelphij
1479262639Sdelphij/* ./base/key_defined.c */
1480262639Sdelphij
1481262639Sdelphij#undef key_defined_sp
1482262639Sdelphijint	key_defined_sp(
1483262639Sdelphij		SCREEN	*sp, 
1484262639Sdelphij		const char *str)
1485262639Sdelphij		{ return(*(int *)0); }
1486262639Sdelphij
1487262639Sdelphij#undef key_defined
1488262639Sdelphijint	key_defined(
1489262639Sdelphij		const char *str)
1490262639Sdelphij		{ return(*(int *)0); }
1491262639Sdelphij
1492262639Sdelphij/* ./base/keybound.c */
1493262639Sdelphij
1494262639Sdelphij#undef keybound_sp
1495262639Sdelphijchar	*keybound_sp(
1496262639Sdelphij		SCREEN	*sp, 
1497262639Sdelphij		int	code, 
1498262639Sdelphij		int	count)
1499262639Sdelphij		{ return(*(char **)0); }
1500262639Sdelphij
1501262639Sdelphij#undef keybound
1502262639Sdelphijchar	*keybound(
1503262639Sdelphij		int	code, 
1504262639Sdelphij		int	count)
1505262639Sdelphij		{ return(*(char **)0); }
1506262639Sdelphij
1507262639Sdelphij/* ./base/keyok.c */
1508262639Sdelphij
1509262639Sdelphij#undef keyok_sp
1510262639Sdelphijint	keyok_sp(
1511262639Sdelphij		SCREEN	*sp, 
1512262639Sdelphij		int	c, 
1513262639Sdelphij		NCURSES_BOOL flag)
1514262639Sdelphij		{ return(*(int *)0); }
1515262639Sdelphij
1516262639Sdelphij#undef keyok
1517262639Sdelphijint	keyok(
1518262639Sdelphij		int	c, 
1519262639Sdelphij		NCURSES_BOOL flag)
1520262639Sdelphij		{ return(*(int *)0); }
1521262639Sdelphij
1522262639Sdelphij/* ./base/version.c */
1523262639Sdelphij
1524262639Sdelphij#undef curses_version
1525262639Sdelphijconst char *curses_version(void)
1526262639Sdelphij		{ return(*(const char **)0); }
1527