diff --git a/AUTHORS b/AUTHORS index 80c8966..4c6702f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,7 +3,6 @@ The original Quake, QuakeWorld, and QuakeWorld server: Merge of the QW/Q1 trees done largely by: Jeff Teunissen - Zephaniah E. Hull Autoconf support: Loring Holden @@ -16,3 +15,8 @@ Autoconf support: Sound cleanups: Ryan C. Gordon +Maintance of 3Dfx support: + Zephaniah E. Hull + +Maintance of the keyboard stuff: + Zephaniah E. Hull diff --git a/configure.in b/configure.in index 546f713..53671cc 100644 --- a/configure.in +++ b/configure.in @@ -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 ;;