home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 2.ddi / TVINC.ZIP / CONFIG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  1.1 KB  |  24 lines

  1. /* ------------------------------------------------------------------------*/
  2. /*                                                                         */
  3. /*   CONFIG.H                                                              */
  4. /*                                                                         */
  5. /*   Copyright (c) Borland International 1991                              */
  6. /*   All Rights Reserved.                                                  */
  7. /*                                                                         */
  8. /*   miscellaneous system-wide configuration parameters                    */
  9. /*   FOR INTERNAL USE ONLY                                                 */
  10. /*                                                                         */
  11. /* ------------------------------------------------------------------------*/
  12.  
  13. #if !defined( __CONFIG_H )
  14. #define __CONFIG_H
  15.  
  16. const eventQSize = 16;
  17. const maxCollectionSize = (int)((65536uL - 16)/sizeof( void * ));
  18.  
  19. const maxViewWidth = 132;
  20.  
  21. const maxFindStrLen    = 80;
  22. const maxReplaceStrLen = 80;
  23.  
  24. #endif    // __CONFIG_H