+ case "$osvers" in
+ 2.1*) # dlopen() is supported in 2.1
+ usedl='true'
+ d_dlopen='define'
+ cccdlflags='none'
+ # pre-link against the shared C library
+ lddlflags='-r -lc_s.2.1.0'
+
+ # BSD/OS 2.1 doesn't (yet) support `true' dynamic linking
+ # so we `preload' the shared libraries by linking
+ # against them; even though we don't pull in any symbols.
+ libswanted="Xpm Xaw Xmu Xt SM ICE Xext X11 $libswanted"
+ libswanted="rpc curses termcap $libswanted"
+
+ # Use the system malloc or else you'll have dualing mallocs!
+ d_mymalloc='undef'
+ usemymalloc='n'
+ ;;
+ esac
+
+ # default to GCC 2.X w/shared libraries