C IMGPAR.INC IMGGEN parameters C Integer ma ! IMGGEN argument count Parameter (ma=5) Integer pl ! Pathname length Parameter (pl=255) Integer mn ! Max nesting level for CTL files Parameter (mn=5) C C Dimensions for the names-storage data structures C Integer mfil Integer bfil Parameter (mfil=600) ! Max file names count Parameter (bfil=24000) ! Buffer for filenames Integer mmod Integer bmod Parameter (mmod=2000) ! Max modules count Parameter (bmod=14000) ! Buffer for module names Integer mclu Integer bclu Parameter (mclu=30) ! Max clusters count Parameter (bclu=600) ! Buffer for cluster names Integer mcom Integer bcom Parameter (mcom=1000) ! Max commons count Parameter (bcom=10000) ! Buffer for common names Integer ment Integer bent Parameter (ment=3000) ! Max entries count Parameter (bent=20000) ! Buffer for entry names Integer mopt Integer bopt Parameter (mopt=300) ! Max linker options count Parameter (bopt=6000) ! Buffer for option names Integer mshr Integer bshr Parameter (mshr=20) ! Max shareable images count Parameter (bshr=800) ! Buffer for shareable image names C C Handled LINKER module-specification formats (ityp=mt_nnn) C Integer mt_non,mt_mul,mt_sha,mt_lib,mt_inc,mt_fil Parameter (mt_non=0) ! invalid, empty module/pathname Parameter (mt_mul=1) ! pathname/INC=(module,...,module)[,...] Parameter (mt_sha=2) ! pathname/SHA[,...] Parameter (mt_lib=3) ! pathname/LIB[,...] Parameter (mt_inc=4) ! pathname/INC=module[,...] Parameter (mt_fil=5) ! pathname[,...] C