home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3600 / options.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-11  |  325 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.