summaryrefslogtreecommitdiff
path: root/japanese/nethack32/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /japanese/nethack32/files/patch-aa
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Notes
Notes: svn path=/head/; revision=41661 svn path=/tags/RELEASE_4_3_0/; revision=41662; tag=release/4.3.0
Diffstat (limited to 'japanese/nethack32/files/patch-aa')
-rw-r--r--japanese/nethack32/files/patch-aa63
1 files changed, 0 insertions, 63 deletions
diff --git a/japanese/nethack32/files/patch-aa b/japanese/nethack32/files/patch-aa
deleted file mode 100644
index cedfc6b0d9fe..000000000000
--- a/japanese/nethack32/files/patch-aa
+++ /dev/null
@@ -1,63 +0,0 @@
-*** include/unixconf.h.orig Thu Aug 29 23:53:22 1996
---- include/unixconf.h Fri Aug 30 00:06:59 1996
-***************
-*** 31,37 ****
-
- /* define any of the following that are appropriate */
- /* #define SVR4 /* use in addition to SYSV for System V Release 4 */
-! #define NETWORK /* if running on a networked system */
- /* e.g. Suns sharing a playground through NFS */
- #define SUNOS4 /* SunOS 4.x */
- /* #define NEWSOS4 /* NEWS-OS 4.x */
---- 31,37 ----
-
- /* define any of the following that are appropriate */
- /* #define SVR4 /* use in addition to SYSV for System V Release 4 */
-! /*#define NETWORK /* if running on a networked system */
- /* e.g. Suns sharing a playground through NFS */
- #define SUNOS4 /* SunOS 4.x */
- /* #define NEWSOS4 /* NEWS-OS 4.x */
-***************
-*** 43,54 ****
- /* #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 TEXTCOLOR /* Use System V r3.2 terminfo color support */
- /* and/or ANSI color support on termcap systems */
- /* and/or X11 color */
-! /* #define POSIX_JOB_CONTROL /* use System V / POSIX job control
- * (e.g., VSUSP) */
-! /* #define POSIX_TYPES /* use POSIX types for system calls and termios */
- /* define for many recent OS releases, including
- * those with specific defines (since types are
- * changing toward the standard from earlier chaos).
---- 43,54 ----
- /* #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 TEXTCOLOR /* Use System V r3.2 terminfo color support */
- /* and/or ANSI color support on termcap systems */
- /* and/or X11 color */
-! #define POSIX_JOB_CONTROL /* use System V / POSIX job control
- * (e.g., VSUSP) */
-! #define POSIX_TYPES /* use POSIX types for system calls and termios */
- /* define for many recent OS releases, including
- * those with specific defines (since types are
- * changing toward the standard from earlier chaos).
-***************
-*** 126,132 ****
- * 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
---- 126,132 ----
- * 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