home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / hints / gnu.sh < prev    next >
Text File  |  1999-07-20  |  749b  |  34 lines

  1. # hints/gnu.sh
  2. # Last modified: Thu Dec 10 20:47:28 CET 1998
  3. # Mark Kettenis <kettenis@phys.uva.nl>
  4.  
  5. # libnsl is unusable on the Hurd.
  6. # XXX remove this once SUNRPC is implemented.
  7. set `echo X "$libswanted "| sed -e 's/ nsl / /'`
  8. shift
  9. libswanted="$*"
  10.  
  11. case "$optimize" in
  12. '') optimize='-O2' ;;
  13. esac
  14.  
  15. # Flags needed to produce shared libraries.
  16. lddlflags='-shared'
  17.  
  18. # Flags needed by programs that use dynamic linking.
  19. ccdlflags='-Wl,-E'
  20.  
  21. # The following routines are only available as stubs in GNU libc.
  22. # XXX remove this once metaconf detects the GNU libc stubs.
  23. d_msgctl='undef'
  24. d_msgget='undef'
  25. d_msgrcv='undef'
  26. d_msgsnd='undef'
  27. d_semctl='undef'
  28. d_semget='undef'
  29. d_semop='undef'
  30. d_shmat='undef'
  31. d_shmctl='undef'
  32. d_shmdt='undef'
  33. d_shmget='undef'
  34.