home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / hints / lynxos.sh < prev    next >
Text File  |  2000-03-10  |  385b  |  20 lines

  1. #
  2. # LynxOS hints
  3. #
  4. # These hints were submitted by:
  5. #   Greg Seibert
  6. #   seibert@Lynx.COM
  7. # and
  8. #   Ed Mooring
  9. #   mooring@lynx.com
  10. #
  11.  
  12. cc='gcc'
  13. so='none'
  14. usemymalloc='n'
  15. d_union_semun='define'
  16. ccflags="$ccflags -DEXTRA_F_IN_SEMUN_BUF -D__NO_INCLUDE_WARN__"
  17.  
  18. # When LynxOS runs a script with "#!" it sets argv[0] to the script name
  19. toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'
  20.