$NetBSD: patch-ae,v 1.2 2002/06/10 10:03:34 sakamoto Exp $ --- configure.orig Tue Apr 6 12:12:18 1999 +++ configure @@ -704,12 +704,17 @@ CPP=/lib/cpp fi ;; -"FreeBSD") +"FreeBSD" | "OpenBSD") CCOPTIONS="-DCSRG_BASED" CDEBUGFLAGS="-O2 -fno-strength-reduce" if test -x /usr/libexec/cpp; then CPP=/usr/libexec/cpp fi + ;; +"NetBSD") + CCOPTIONS="-DCSRG_BASED" + CDEBUGFLAGS="-O2 -fno-strength-reduce" + CPP=/usr/bin/cpp ;; "SunOS") if test $CC = gcc; then