ftp.nice.ch/pub/next/text/tex/teTeX/distrib/sources/teTeX-src-0.4.tar.gz#/teTeX-src-0.4/dialog-0.5/ncurses-1.9.9e/ncurses

MKcaptab.awk
 
MKfallback.sh
[View MKfallback.sh] 
MKkeyname.awk
 
MKkeys.awk
 
MKlib_gen.sh
[View MKlib_gen.sh] 
MKnames.awk
 
Makefile.in
 
README
 
SigAction.h
[View SigAction.h] 
alloc_entry.c
[View alloc_entry.c] 
captoinfo.c
[View captoinfo.c] 
comp_error.c
[View comp_error.c] 
comp_hash.c
[View comp_hash.c] 
comp_parse.c
[View comp_parse.c] 
comp_scan.c
[View comp_scan.c] 
curses.priv.h
[View curses.priv.h] 
hardscroll.c
[View hardscroll.c] 
keys.list
 
lib_acs.c
[View lib_acs.c] 
lib_addch.c
[View lib_addch.c] 
lib_addstr.c
[View lib_addstr.c] 
lib_beep.c
[View lib_beep.c] 
lib_bkgd.c
[View lib_bkgd.c] 
lib_box.c
[View lib_box.c] 
lib_clear.c
[View lib_clear.c] 
lib_clrbot.c
[View lib_clrbot.c] 
lib_clreol.c
[View lib_clreol.c] 
lib_color.c
[View lib_color.c] 
lib_data.c
[View lib_data.c] 
lib_delch.c
[View lib_delch.c] 
lib_delwin.c
[View lib_delwin.c] 
lib_doupdate.c
[View lib_doupdate.c] 
lib_endwin.c
[View lib_endwin.c] 
lib_erase.c
[View lib_erase.c] 
lib_getch.c
[View lib_getch.c] 
lib_getstr.c
[View lib_getstr.c] 
lib_inchstr.c
[View lib_inchstr.c] 
lib_initscr.c
[View lib_initscr.c] 
lib_insch.c
[View lib_insch.c] 
lib_insdel.c
[View lib_insdel.c] 
lib_insstr.c
[View lib_insstr.c] 
lib_instr.c
[View lib_instr.c] 
lib_isendwin.c
[View lib_isendwin.c] 
lib_kernel.c
[View lib_kernel.c] 
lib_longname.c
[View lib_longname.c] 
lib_mouse.c
[View lib_mouse.c] 
lib_move.c
[View lib_move.c] 
lib_mvcur.c
[View lib_mvcur.c] 
lib_mvwin.c
[View lib_mvwin.c] 
lib_newterm.c
[View lib_newterm.c] 
lib_newwin.c
[View lib_newwin.c] 
lib_options.c
[View lib_options.c] 
lib_overlay.c
[View lib_overlay.c] 
lib_pad.c
[View lib_pad.c] 
lib_printw.c
[View lib_printw.c] 
lib_raw.c
[View lib_raw.c] 
lib_refresh.c
[View lib_refresh.c] 
lib_resize.c
[View lib_resize.c] 
lib_scanw.c
[View lib_scanw.c] 
lib_screen.c
[View lib_screen.c] 
lib_scroll.c
[View lib_scroll.c] 
lib_scrreg.c
[View lib_scrreg.c] 
lib_set_term.c
[View lib_set_term.c] 
lib_setup.c
[View lib_setup.c] 
lib_slk.c
[View lib_slk.c] 
lib_termcap.c
[View lib_termcap.c] 
lib_ti.c
[View lib_ti.c] 
lib_touch.c
[View lib_touch.c] 
lib_tparm.c
[View lib_tparm.c] 
lib_tputs.c
[View lib_tputs.c] 
lib_trace.c
[View lib_trace.c] 
lib_traceatr.c
[View lib_traceatr.c] 
lib_tracechr.c
[View lib_tracechr.c] 
lib_tracedmp.c
[View lib_tracedmp.c] 
lib_tracemse.c
[View lib_tracemse.c] 
lib_tstp.c
[View lib_tstp.c] 
lib_twait.c
[View lib_twait.c] 
lib_unctrl.c
[View lib_unctrl.c] 
lib_vidattr.c
[View lib_vidattr.c] 
lib_window.c
[View lib_window.c] 
modules
 
parse_entry.c
[View parse_entry.c] 
read_entry.c
[View read_entry.c] 
read_termcap.c
[View read_termcap.c] 
sigaction.c
[View sigaction.c] 
vsscanf.c
[View vsscanf.c] 
write_entry.c
[View write_entry.c] 

README

For discussion of the package internals, see hackguide.html in the misc
directory.

Here are some -D options you might need to compile with.
The 'configure' script usually gets them right automatically.
  
-DHAVE_UNISTD_H		if <unistd.h> is present

-DHAVE_SIGACTION	if the sigaction function is present

-DHAVE_USLEEP		if the usleep function is present

-DSTRICTPOSIX		if _POSIX_SOURCE turns off non-POSIX features.

-DSVR4_ACTION		if (e.g., svr4) you need _POSIX_SOURCE to have sigaction

-DHAVE_TERMIOS_H	if you have <termios.h>; otherwise it uses <sgtty.h>

-DOPT_MVCUR		if you want mvcur() to cost its actions or you have a
			terminal that doesn't have direct cursor addressing.

-D_HPUX_SOURCE		so that we get POSIX and XOPEN features.

-DBROKEN_TIOCGETWINSZ	on SVR4 and HPUX

-DHAVE_SYS_SELECT_H	if (e.g., AIX) you have <sys/select.h>

There are several problems with strict POSIX systems so extra flags
or #define's may be needed.

	HP-UX:	-D_HPUX_SOURCE so that we get POSIX and XOPEN features.
	SVR4:	-DBROKEN_TIOCGETWINSZ guess what?

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.