Updated the authors file..

Tweaked configure.in to reflect the removal of sys_sun.c.
This commit is contained in:
Zephaniah E. Hull 1999-12-31 03:26:08 +00:00
parent 1c68f5aa28
commit c2681485bf
2 changed files with 6 additions and 7 deletions

View file

@ -3,7 +3,6 @@ The original Quake, QuakeWorld, and QuakeWorld server:
Merge of the QW/Q1 trees done largely by:
Jeff Teunissen <deek@dusknet.dhis.net>
Zephaniah E. Hull <warp@whitestar.soark.net>
Autoconf support:
Loring Holden <lsh@cs.brown.edu>
@ -16,3 +15,8 @@ Autoconf support:
Sound cleanups:
Ryan C. Gordon <ryan_gordon@hotmail.com>
Maintance of 3Dfx support:
Zephaniah E. Hull <warp@whitestar.soark.net>
Maintance of the keyboard stuff:
Zephaniah E. Hull <warp@whitestar.soark.net>

View file

@ -333,13 +333,8 @@ changequote([,])dnl
QW_CL_SYS_SRC="sys_linux.c"
QW_SRV_SYS_SRC="sys_unix.c"
;;
*-solaris*)
SYS_SRC="sys_sun.c"
QW_CL_SYS_SRC="sys_linux.c"
QW_SRV_SYS_SRC="sys_unix.c"
;;
*)
SYS_SRC="sys_sun.c"
SYS_SRC="sys_unix.c"
QW_CL_SYS_SRC="sys_linux.c"
QW_SRV_SYS_SRC="sys_unix.c"
DEFAULT_SYS=yes ;;