mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
523b9b7615
Fixed the path to gzip. PR: ports/16417 Submitted by: Gregory Bond <gnb@itga.com.au>
21 lines
918 B
Plaintext
21 lines
918 B
Plaintext
--- include/unixconf.h.orig Sat Dec 11 14:20:51 1999
|
|
+++ include/unixconf.h Sat Jul 29 06:58:37 2000
|
|
@@ -45,7 +45,7 @@
|
|
/* #define AIX_31 */ /* In AIX 3.1 (IBM RS/6000) use BSD ioctl's to gain
|
|
* job control (note that AIX is SYSV otherwise)
|
|
* Also define this for AIX 3.2 */
|
|
-#define TERMINFO /* uses terminfo rather than termcap */
|
|
+/* #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
|
|
@@ -135,7 +135,7 @@
|
|
* A stat system call is done on the mailbox every MAILCKFREQ moves.
|
|
*/
|
|
|
|
-#define MAIL /* Deliver mail during the game */
|
|
+/* #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
|