home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / perl / Perl / hints / dgux.sh < prev    next >
Text File  |  1994-10-18  |  570b  |  27 lines

  1. #
  2. # hints file for Data General DG/UX
  3. # these hints tweaked for perl5 on an AViiON mc88100, running DG/UX 5.4R2.01
  4. #
  5.  
  6. gidtype='gid_t'
  7. groupstype='gid_t'
  8. libswanted="dgc $libswanted"
  9. uidtype='uid_t'
  10. d_index='define'
  11. ccflags='-D_POSIX_SOURCE -D_DGUX_SOURCE'
  12.  
  13. # this hasn't been tried with dynamic loading at all
  14. usedl='false'
  15.  
  16. #
  17. # an ugly hack, since the Configure test for "gcc -P -" hangs.
  18. # can't just use 'cppstdin', since our DG has a broken cppstdin :-(
  19. #
  20. cppstdin=`cd ..; pwd`/cppstdin
  21. cpprun=`cd ..; pwd`/cppstdin
  22.  
  23. #
  24. # you don't want to use /usr/ucb/cc
  25. #
  26. cc='gcc'
  27.