home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / perl / Perl / hints / unicos.sh < prev    next >
Text File  |  1995-02-22  |  279b  |  14 lines

  1. case `uname -r` in
  2. 6.1*) shellflags="-m+65536" ;;
  3. esac
  4. ccflags="$ccflags -DHZ=__hertz"
  5. optimize="-O1"
  6. libswanted=m
  7. d_setregid='undef'
  8. d_setreuid='undef'
  9.  
  10. # Pick up dbm.h in <rpcsvc/dbm.h>
  11. if test -f /usr/include/rpcsvc/dbm.h; then
  12.     ccflags="$ccflags -I/usr/include/rpcsvc"
  13. fi
  14.