home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c019 / 3.ddi / BOOZ20 / OPTIONS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-10  |  334 b   |  10 lines

  1. /* OBSOLETE -- NOW PART OF BOOZ.H */
  2. /* System-specific options for Booz */
  3.  
  4. /* T_UINT16 must be an unsigned data type of exactly 16 bits */
  5. #define T_UINT16     unsigned short
  6.  
  7. /* Define FIXFNAME to activate the fixfname() function that converts
  8. filename syntax to be acceptable to the host system */
  9. /* #define FIXFNAME */
  10.