688aa71c6f
A dungeon explorin', slashin', hackin' game PR: 23401 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
37 lines
1.4 KiB
C
37 lines
1.4 KiB
C
*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000
|
|
--- include/unixconf.h Sat Sep 23 01:09:25 2000
|
|
***************
|
|
*** 47,53 ****
|
|
* job control (note that AIX is SYSV otherwise)
|
|
* Also define this for AIX 3.2 */
|
|
|
|
! #define TERMINFO /* uses terminfo rather than termcap */
|
|
/* Should be defined for most SYSV, SVR4 (including
|
|
* Solaris 2+), HPUX, and Linux systems. In
|
|
* particular, it should NOT be defined for the UNIXPC
|
|
--- 47,53 ----
|
|
* job control (note that AIX is SYSV otherwise)
|
|
* Also define this for AIX 3.2 */
|
|
|
|
! /* #define TERMINFO */ /* uses terminfo rather than termcap */
|
|
/* Should be defined for most SYSV, SVR4 (including
|
|
* Solaris 2+), HPUX, and Linux systems. In
|
|
* particular, it should NOT be defined for the UNIXPC
|
|
***************
|
|
*** 143,149 ****
|
|
* A stat system call is done on the mailbox every MAILCKFREQ moves.
|
|
*/
|
|
|
|
! #define MAIL /* Deliver mail during the game */
|
|
|
|
/* The Andrew Message System does mail a little differently from normal
|
|
* UNIX. Mail is deposited in the user's own directory in ~/Mailbox
|
|
--- 143,149 ----
|
|
* A stat system call is done on the mailbox every MAILCKFREQ moves.
|
|
*/
|
|
|
|
! /* #define MAIL */ /* Deliver mail during the game */
|
|
|
|
/* The Andrew Message System does mail a little differently from normal
|
|
* UNIX. Mail is deposited in the user's own directory in ~/Mailbox
|