home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / perl / perl-4.036 / hints / dec_osf1.sh < prev    next >
Encoding:
Text File  |  1993-02-08  |  477 b   |  12 lines

  1. d_crypt='undef'             # The function is there, but it is empty
  2. d_odbm='undef'              # We don't need both odbm and ndbm
  3. gidtype='gid_t'
  4. groupstype='int'
  5. libpth="$libpth /usr/shlib" # Use the shared libraries if possible
  6. libc='/usr/shlib/libc.so'   # The archive version is /lib/libc.a
  7. case `uname -m` in
  8.     mips|alpha)   optimize="$optimize -O2 -Olimit 2900"
  9.                   ccflags="$ccflags -std1 -D_BSD" ;;
  10.     *)            ccflags="$ccflags -D_BSD" ;;
  11. esac
  12.