! Copyright (c) 1988 Edinburgh Portable Compilers Ltd. All Rights Reserved.

!                                                                       fconfig1
! 06/09/89 - Changed to fconfig1.inc and made double level include

! Modified 17/06/88 - define UNIX IO
!                   - define IEEE Mode
!                   - define FP Chip
!                   - define Line Width

%constinteger   IEEE Mode= 1
                     {set= 0 if HOST does not support IEEE}
                     {set= 1 if HOST does support IEEE    }

%constinteger     UNIX IO= 1
                     {set= 0 if HOST is not a UNIX environment}
                     {set= 1 if HOST is a UNIX environment    }

%constinteger     FP Chip= 0
                     {set= 0 if HOST supports no floating point coprocessor  }
                     {set= M68881   if HOST supports the M68881 coprocessor  }
                     {set= Intel287 if HOST supports the Intel287 coprocessor}
                     {set= Intel387 if HOST supports the Intel387 coprocessor}
                     {set= Weitek   if HOST supports the Weitek coprocessor  }

%constinteger  Line Width= 80
                     {set to 80 for a soft terminal based environment      }
                     {set to 84 for a PERQ/WWC based environment           }
                     {set to 120 for a batch/line printer based environment}
