jim 98/02/21 09:19:48
Modified: src CHANGES Configure Log: Andrey wants the FreeBSD changes to also effect FreeBSD v2 Revision Changes Path 1.652 +3 -3 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.651 retrieving revision 1.652 diff -u -r1.651 -r1.652 --- CHANGES 1998/02/21 15:32:56 1.651 +++ CHANGES 1998/02/21 17:19:45 1.652 @@ -3,9 +3,9 @@ *) Have the mod_status Status page report server version and built data [M.D. Parker <[EMAIL PROTECTED]>] PR#1448 - *) [PORT] Recognize FreeBSD-3 so we can use the OS regex as well - as handling unsigned-chars [Andrey Chernov <[EMAIL PROTECTED]> - and Jim] PR#1450 + *) [PORT] Recognize FreeBSD versions so we can use the OS regex as well + as handling unsigned-chars for FreeBSD v3 and v2 [Andrey Chernov + <[EMAIL PROTECTED]> and Jim] PR#1450 *) Use SA_RESETHAND or SA_ONESHOT when installing the coredump handlers. In particular the handlers could trigger themselves into an infinite 1.187 +1 -1 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configure,v retrieving revision 1.186 retrieving revision 1.187 diff -u -r1.186 -r1.187 --- Configure 1998/02/21 15:00:38 1.186 +++ Configure 1998/02/21 17:19:47 1.187 @@ -361,7 +361,7 @@ PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'` OS='FreeBSD $PLATOSVERS' case "$PLATOSVERS" in - 3*) + [23]*) DEF_WANTHSREGEX=no CFLAGS="$CFLAGS -funsigned-char" ;;