home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.rtr Thu May 14 23:39:34 1992
- --- Makefile Thu May 14 23:37:31 1992
- ***************
- *** 102,109 ****
- FMOD=
-
- # If your system doesn't have notimeout() in curses define NONOTIMEOUT
- ! NO_NOTIMEOUT=
- ! #NO_NOTIMEOUT=-DNONOTIMEOUT
-
- # flags for lint
- LINTFLAGS=-abchxv
- --- 102,109 ----
- FMOD=
-
- # If your system doesn't have notimeout() in curses define NONOTIMEOUT
- ! #NO_NOTIMEOUT=
- ! NO_NOTIMEOUT=-DNONOTIMEOUT
-
- # flags for lint
- LINTFLAGS=-abchxv
- ***************
- *** 153,161 ****
- CC=gcc
-
- # Use this for system AIX V3.1
- ! #CFLAGS= -O -DSYSV2 -DCHTYPE=int -DNLS
- ! #LDFLAGS=
- ! #LIB=-lm -lPW -lcurses
-
- # Use this for system V.2 (includes: HP-UX 7.05, UNIXPC)
- #CFLAGS= -O -DSYSV2
- --- 153,161 ----
- CC=gcc
-
- # Use this for system AIX V3.1
- ! CFLAGS= -O -DSYSV2 -DCHTYPE=int -DNLS
- ! LDFLAGS=
- ! LIB=-lm -lPW -lcurses
-
- # Use this for system V.2 (includes: HP-UX 7.05, UNIXPC)
- #CFLAGS= -O -DSYSV2
- ***************
- *** 204,212 ****
- #CFLAGS= -O -DBSD42 -pipe
-
- # Use this for BSD 4.3
- ! CFLAGS= -O -DBSD43
- ! LDFLAGS=
- ! LIB=-lm -lcurses -ltermcap
-
- # Use this for SunOS 4.X if you have the System V package installed.
- # This will link with the System V curses which is preferable to the
- --- 204,212 ----
- #CFLAGS= -O -DBSD42 -pipe
-
- # Use this for BSD 4.3
- ! #CFLAGS= -O -DBSD43
- ! #LDFLAGS=
- ! #LIB=-lm -lcurses -ltermcap
-
- # Use this for SunOS 4.X if you have the System V package installed.
- # This will link with the System V curses which is preferable to the
- *** cmds.c.orig Mon May 11 14:43:34 1992
- --- cmds.c Thu Sep 10 07:51:43 1992
- ***************
- *** 29,35 ****
- #include <signal.h>
- #include <errno.h>
-
- ! #ifdef SYSV3
- extern void exit();
- #else
- extern int exit();
- --- 29,35 ----
- #include <signal.h>
- #include <errno.h>
-
- ! #if defined SYSV3 || defined _AIX
- extern void exit();
- #else
- extern int exit();
- *** psc.c.orig Mon May 11 14:43:37 1992
- --- psc.c Thu Sep 10 07:54:50 1992
- ***************
- *** 35,41 ****
- char *progname;
- int getrow(), getcol(), scan();
-
- ! #ifdef SYSV3
- extern void exit();
- #else
- extern int exit();
- --- 35,41 ----
- char *progname;
- int getrow(), getcol(), scan();
-
- ! #if defined SYSV3 || defined _AIX
- extern void exit();
- #else
- extern int exit();
-