Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

tvconfig.h

Go to the documentation of this file.
00001 /*
00002  * tvconfig.h
00003  *
00004  * Turbo Vision - Version 2.0
00005  *
00006  * Copyright (c) 1994 by Borland International
00007  * All Rights Reserved.
00008  *
00009  * Modified by Sergio Sigala <sergio@sigala.it>
00010  */
00011 
00012 #if !defined( __CONFIG_H )
00013 #define __CONFIG_H
00014 
00015 #include <limits.h>
00016 
00024 const int eventQSize = 16;
00025 
00031 const int maxCollectionSize = INT_MAX / sizeof(void *);
00032 
00036 const int maxViewWidth = 132;
00037 
00042 const int maxFindStrLen = 80;
00043 
00048 const int maxReplaceStrLen = 80;
00049 
00050 #endif  // __CONFIG_H

Generated at Sat Sep 22 20:19:12 2001 for TVision by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001